Skip to content

Commit

Permalink
PAC responder: add the core functionality
Browse files Browse the repository at this point in the history
This adds support for parsing PAC and storing information contained
within. In particular the user and all his memberships are stored.  In
case it is necessary, getgrgid() requests are sent to provider for group
resolution.
  • Loading branch information
sumit-bose authored and sgallagher committed Jun 21, 2012
1 parent e3f0014 commit ee099cd
Show file tree
Hide file tree
Showing 3 changed files with 475 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/responder/pac/pacsrv.c
Expand Up @@ -48,7 +48,7 @@
struct sbus_method monitor_pac_methods[] = {
{ MON_CLI_METHOD_PING, monitor_common_pong },
{ MON_CLI_METHOD_RES_INIT, monitor_common_res_init },
{ MON_CLI_METHOD_ROTATE, monitor_common_rotate_logs },
{ MON_CLI_METHOD_ROTATE, responder_logrotate },
{ NULL, NULL }
};

Expand Down

0 comments on commit ee099cd

Please sign in to comment.