summaryrefslogtreecommitdiff
path: root/sssd.spec
AgeCommit message (Collapse)AuthorFilesLines
2009-03-19Remove references to FreeIPA from D-BUS interfacesStephen Gallagher1-2/+2
Per discussion with the desktop team, using the org.freedesktop interface name will simplify adoption, as potential users won't feel like they're pulling in a FreeIPA dependency.
2009-03-13Implement Negative cache for NSSSimo Sorce1-1/+2
As for positive caches, negative caches are implement for all queries except enumerations. Also set the correct requires in sssd.spec as we now depend directly on tdb as well.
2009-03-10Remove unexisting left over headerSimo Sorce1-3/+3
Also bump up the version as this error prevented a successful build of 0.2.0
2009-03-10Bump up to version 0.2.0Simo Sorce1-2/+5
Change version after changes in protocol and MPG behavior.
2009-03-10Correct use of chkconfig in initscript and specfileJakub Hrozek1-5/+6
Review issues in specfile
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