Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-21 | PAC responder: add the core functionality | Sumit Bose | 2 | -2/+471 | |
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. | |||||
2012-06-21 | PAC responder: add some utility functions | Jan Zeleny | 2 | -0/+549 | |
2012-06-21 | PAC responder: add basic infrastructure | Sumit Bose | 3 | -0/+340 | |
This adds only the basic outline of the PAC responder, it won't support any operations, it will just start and initialize itself. |