LDAPAccountManager/lam/config/lam.conf_sample

83 lines
2.5 KiB
Plaintext
Raw Normal View History

2003-03-18 20:55:43 +00:00
# LDAP Account Manager configuration
2003-02-17 18:21:44 +00:00
# server address (e.g. ldap://localhost:389 or ldaps://localhost:636)
serverURL: ldap://localhost:389
2003-02-17 18:21:44 +00:00
# list of users who are allowed to use LDAP Account Manager
# names have to be seperated by semicolons
2003-02-17 21:38:54 +00:00
# e.g. admins: cn=admin,dc=yourdomain,dc=org;cn=root,dc=yourdomain,dc=org
admins: cn=Manager,dc=my-domain,dc=com
2003-02-17 18:21:44 +00:00
# password to change these preferences via webfrontend
passwd: lam
# suffix of users
# e.g. ou=People,dc=yourdomain,dc=org
usersuffix: ou=people,dc=my-domain,dc=com
# suffix of groups
# e.g. ou=Groups,dc=yourdomain,dc=org
groupsuffix: ou=groups,dc=my-domain,dc=com
2003-03-08 10:10:19 +00:00
# suffix of Samba hosts
# e.g. ou=machines,dc=yourdomain,dc=org
hostsuffix: ou=machines,dc=my-domain,dc=com
# suffix of Samba 3 domains
# e.g. ou=domains,dc=yourdomain,dc=org
domainsuffix: ou=domains,dc=my-domain,dc=com
# list of attributes to show in user list
# entries can either be predefined values (e.g. '#cn' or '#uid')
# or individual ones (e.g. 'uid:User ID' or 'host:Host Name')
# values have to be seperated by semicolons
userlistAttributes: #uid;#givenName;#sn;#uidNumber;#gidNumber
# list of attributes to show in group list
# entries can either be predefined values (e.g. '#cn' or '#gidNumber')
# or individual ones (e.g. 'cn:Group Name')
# values have to be seperated by semicolons
grouplistAttributes: #cn;#gidNumber;#memberUID;#description
# list of attributes to show in host list
# entries can either be predefined values (e.g. '#cn' or '#uid')
# or individual ones (e.g. 'cn:Host Name')
# values have to be seperated by semicolons
hostlistAttributes: #cn;#description;#uidNumber;#gidNumber
2003-05-07 14:29:44 +00:00
# maximum number of rows to show in user/group/host lists
maxlistentries: 30
2003-05-09 16:22:46 +00:00
# default language (a line from config/language)
defaultLanguage: en_GB:UTF-8:English (Britain)
# Path to external Script
scriptPath:
# Server of external Script
scriptServer:
2003-05-28 15:37:48 +00:00
2003-10-04 12:34:19 +00:00
# Number of minutes LAM caches LDAP searches.
cachetimeout: 5
2005-02-22 20:14:51 +00:00
# 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
2003-10-04 12:34:19 +00:00
# Module settings
modules: posixAccount_minUID: 10000
modules: posixAccount_maxUID: 30000
modules: posixAccount_minMachine: 50000
modules: posixAccount_maxMachine: 60000
modules: posixGroup_minGID: 10000
modules: posixGroup_maxGID: 20000
modules: posixGroup_pwdHash: SSHA
modules: posixAccount_pwdHash: SSHA