Bug #307
openldap .pre-install - incorrect group for ldap user
| Status: | Closed | Start: | 03/05/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - |
Description
the .pre-install script should be corrected as follows:
addgroup -S ldap 2>/dev/null
adduser -h /usr/lib/openldap -s /bin/false -S -D -H -g "OpenLdap User" -G ldap ldap 2>/dev/null
this change is needed in order to set correct group membership for ldap user.
Watchers
Associated revisions
Revision c30309f9ed1b619ae86b4d4b513f7da8142a394d
main/openldap create ldap group before ldap user
fixes #307
(cherry picked from commit f63149f53a3486ad23dbc1fe15400774dc9cba3e)
Revision 0e22835ead81ba577b7899f9a0cdf5cb6dc759d2
main/openldap create ldap group before ldap user
fixes #307
History
Updated by Natanael Copa 5 months ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset 0e22835ead81ba577b7899f9a0cdf5cb6dc759d2.
Updated by Natanael Copa 5 months ago
Applied in changeset c30309f9ed1b619ae86b4d4b513f7da8142a394d.
Updated by Natanael Copa 5 months ago
- Status changed from Resolved to Closed