Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix type of printf argument | Sumit Bose | 2013-06-10 | 1 | -1/+2 |
| | |||||
* | Fix format string typo | Sumit Bose | 2013-06-03 | 1 | -1/+1 |
| | |||||
* | Do not check for DNA magic values | Simo Sorce | 2012-07-26 | 1 | -6/+0 |
| | | | | | | | The DNA magic value can be arbitrarily changed by admins so we cannot use a const value to check. And we relly do not need to check at all. If the DNA plugin is broken and leaves magic values to reach the post-op stage we have bigger problems. So just simply get rid of this check. | ||||
* | Add sidgen postop and task | Sumit Bose | 2012-06-28 | 1 | -0/+568 |
A postop plugin is added to create the SID for new created users and groups. A directory server task allows to set the SID for existing users and groups. Fixes https://fedorahosted.org/freeipa/ticket/2825 |