added default modules
This commit is contained in:
parent
360e580d79
commit
dbb175de50
|
@ -60,8 +60,14 @@ scriptServer:
|
||||||
# Number of minutes LAM caches LDAP searches.
|
# Number of minutes LAM caches LDAP searches.
|
||||||
cachetimeout: 5
|
cachetimeout: 5
|
||||||
|
|
||||||
# Password hash algorithm (CRYPT/MD5/SMD5/SHA/SSHA/PLAIN).
|
# List of used user modules
|
||||||
pwdhash: SSHA
|
usermodules: shadowAccount,inetOrgPerson,posixAccount,sambaSamAccount
|
||||||
|
|
||||||
|
# List of used group modules
|
||||||
|
groupmodules: posixGroup,sambaGroupMapping
|
||||||
|
|
||||||
|
# List of used host modules
|
||||||
|
hostmodules: account,sambaSamAccount,posixAccount
|
||||||
|
|
||||||
# Module settings
|
# Module settings
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue