aboutsummaryrefslogtreecommitdiffstats
path: root/main/openldap/openldap.pre-install
Commit message (Collapse)AuthorAgeFilesLines
* Reorder arguments passed to addgroup/adduser in scripts.Przemyslaw Pawelczyk2016-04-251-2/+2
| | | | | | | Now all invocations have following order of arguments (if present): addgroup -S -g ... GROUP adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
* Reorder options passed to adduser in scripts: make -S first.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | It's only for consistency and to ease spotting lack of it.
* main/openldap: use /sbin/nologin as shellNatanael Copa2013-09-041-1/+1
|
* main/openldap create ldap group before ldap userNatanael Copa2010-03-061-2/+4
| | | | fixes #307
* main/openldap: force creation of ldap groupNatanael Copa2009-11-091-1/+3
|
* moved extra/* to main/Natanael Copa2009-07-241-0/+3
and fixed misc build issues