summaryrefslogtreecommitdiffstats
path: root/sssd.spec
Commit message (Collapse)AuthorAgeFilesLines
* Correct use of chkconfig in initscript and specfileJakub Hrozek2009-03-101-5/+6
| | | | Review issues in specfile
* make openldap the only used LDAP librarySumit Bose2009-03-091-2/+1
|
* typo, changed initrd to initSumit Bose2009-03-091-1/+1
|
* sss_usermodJakub Hrozek2009-03-091-0/+1
| | | | Move parse_groups into tools_utils
* Revert "Clients subpackage"Simo Sorce2009-03-091-23/+7
| | | | This reverts commit 4c4bfc1a9590b3da9c901194f84dcb189481b25a.
* Revert "defattr"Simo Sorce2009-03-091-1/+0
| | | | This reverts commit 53ca322a5d6c538a7e47613aaacaba33986291d7.
* defattrJakub Hrozek2009-03-081-0/+1
|
* Clients subpackageJakub Hrozek2009-03-081-7/+23
|
* sss_groupdel, delete by DN in sss_userdelJakub Hrozek2009-03-071-0/+1
| | | | Don't convert username->uid in userdel, use DN
* sss_groupaddJakub Hrozek2009-03-061-0/+1
|
* Specfile changes related to package review, package initscript Call ldconfigJakub Hrozek2009-03-061-9/+34
|
* sss_userdelJakub Hrozek2009-03-061-0/+2
| | | | Also install tools into /sbin, own them in specfile
* minor fixes for the build processSumit Bose2009-03-061-1/+5
| | | | enable --without-tests
* added sss_client to spec fileSumit Bose2009-03-051-5/+24
|
* Make tests configurableJakub Hrozek2009-03-021-2/+1
|
* Create and own /var/lib/sss, memberof.so packagingJakub Hrozek2009-03-021-3/+3
| | | | | Own everything in /usr/libexec/sssd in specfile, no nss_client subdir Place memberof.so in /usr/lib/ldb
* top-level Makefile, create libdir/name in server/Makefile.inJakub Hrozek2009-02-251-0/+1
|
* Spec file patch Take 3:Stephen Gallagher2009-02-241-0/+78
Actually add the spec file. Sorry for the mess, --Simo