summaryrefslogtreecommitdiff
path: root/sssd.spec
AgeCommit message (Collapse)AuthorFilesLines
2009-03-09make openldap the only used LDAP librarySumit Bose1-2/+1
2009-03-09typo, changed initrd to initSumit Bose1-1/+1
2009-03-09sss_usermodJakub Hrozek1-0/+1
Move parse_groups into tools_utils
2009-03-09Revert "Clients subpackage"Simo Sorce1-23/+7
This reverts commit 4c4bfc1a9590b3da9c901194f84dcb189481b25a.
2009-03-09Revert "defattr"Simo Sorce1-1/+0
This reverts commit 53ca322a5d6c538a7e47613aaacaba33986291d7.
2009-03-08defattrJakub Hrozek1-0/+1
2009-03-08Clients subpackageJakub Hrozek1-7/+23
2009-03-07sss_groupdel, delete by DN in sss_userdelJakub Hrozek1-0/+1
Don't convert username->uid in userdel, use DN
2009-03-06sss_groupaddJakub Hrozek1-0/+1
2009-03-06Specfile changes related to package review, package initscript Call ldconfigJakub Hrozek1-9/+34
2009-03-06sss_userdelJakub Hrozek1-0/+2
Also install tools into /sbin, own them in specfile
2009-03-06minor fixes for the build processSumit Bose1-1/+5
enable --without-tests
2009-03-05added sss_client to spec fileSumit Bose1-5/+24
2009-03-02Make tests configurableJakub Hrozek1-2/+1
2009-03-02Create and own /var/lib/sss, memberof.so packagingJakub Hrozek1-3/+3
Own everything in /usr/libexec/sssd in specfile, no nss_client subdir Place memberof.so in /usr/lib/ldb
2009-02-25top-level Makefile, create libdir/name in server/Makefile.inJakub Hrozek1-0/+1
2009-02-24Spec file patch Take 3:Stephen Gallagher1-0/+78
Actually add the spec file. Sorry for the mess, --Simo