diff options
author | Sumit Bose <sbose@redhat.com> | 2012-06-21 12:54:34 +0200 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2012-06-28 08:02:05 +0200 |
commit | 65ad26166321af2fc776d5adf22709513fb78b07 (patch) | |
tree | 00e38eed3f3581b7767e28b725fd2246c789a1d8 /daemons/ipa-slapi-plugins/Makefile.am | |
parent | 63567479dfeafc4391e20bec8e8c02401580a248 (diff) | |
download | freeipa-65ad26166321af2fc776d5adf22709513fb78b07.tar.gz freeipa-65ad26166321af2fc776d5adf22709513fb78b07.tar.xz freeipa-65ad26166321af2fc776d5adf22709513fb78b07.zip |
Add sidgen postop and task
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
Diffstat (limited to 'daemons/ipa-slapi-plugins/Makefile.am')
-rw-r--r-- | daemons/ipa-slapi-plugins/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemons/ipa-slapi-plugins/Makefile.am b/daemons/ipa-slapi-plugins/Makefile.am index 29b985e69..58df1a098 100644 --- a/daemons/ipa-slapi-plugins/Makefile.am +++ b/daemons/ipa-slapi-plugins/Makefile.am @@ -9,6 +9,7 @@ SUBDIRS = \ ipa-uuid \ ipa-version \ ipa-winsync \ + ipa-sidgen \ $(NULL) EXTRA_DIST = \ |