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