2003-03-18 20:55:43 +00:00
|
|
|
# LDAP Account Manager configuration
|
2003-02-17 18:21:44 +00:00
|
|
|
|
2003-04-18 15:50:01 +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
|
2003-04-23 20:33:56 +00:00
|
|
|
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
|
|
|
|
|
2003-03-05 18:38:19 +00:00
|
|
|
# suffix of users
|
|
|
|
# e.g. ou=People,dc=yourdomain,dc=org
|
2003-04-23 20:33:56 +00:00
|
|
|
usersuffix: ou=people,dc=my-domain,dc=com
|
2003-03-05 18:38:19 +00:00
|
|
|
|
|
|
|
# suffix of groups
|
|
|
|
# e.g. ou=Groups,dc=yourdomain,dc=org
|
2003-04-23 20:33:56 +00:00
|
|
|
groupsuffix: ou=groups,dc=my-domain,dc=com
|
2003-03-05 18:38:19 +00:00
|
|
|
|
2003-03-08 10:10:19 +00:00
|
|
|
# suffix of Samba hosts
|
2003-03-05 18:38:19 +00:00
|
|
|
# e.g. ou=machines,dc=yourdomain,dc=org
|
2003-04-23 20:33:56 +00:00
|
|
|
hostsuffix: ou=machines,dc=my-domain,dc=com
|
2003-03-13 14:40:19 +00:00
|
|
|
|
2003-07-25 14:15:45 +00:00
|
|
|
# suffix of Samba 3 domains
|
|
|
|
# e.g. ou=domains,dc=yourdomain,dc=org
|
|
|
|
domainsuffix: ou=domains,dc=my-domain,dc=com
|
|
|
|
|
2003-03-30 19:51:47 +00:00
|
|
|
# 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
|
2003-10-06 15:59:49 +00:00
|
|
|
userlistAttributes: #uid;#givenName;#sn;#uidNumber;#gidNumber
|
2003-03-30 19:51:47 +00:00
|
|
|
|
|
|
|
# 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
|
2003-04-02 17:16:21 +00:00
|
|
|
grouplistAttributes: #cn;#gidNumber;#memberUID;#description
|
2003-03-30 19:51:47 +00:00
|
|
|
|
|
|
|
# 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
|
2003-10-06 15:59:49 +00:00
|
|
|
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
|
|
|
|
2003-07-15 14:28:41 +00:00
|
|
|
# default language (a line from config/language)
|
2004-10-01 12:13:16 +00:00
|
|
|
defaultLanguage: en_GB:UTF-8:English (Britain)
|
2003-05-12 17:52:54 +00:00
|
|
|
|
|
|
|
# Path to external Script
|
2003-07-25 14:15:45 +00:00
|
|
|
scriptPath:
|
2003-05-12 17:52:54 +00:00
|
|
|
|
|
|
|
# Server of external Script
|
2003-07-25 14:15:45 +00:00
|
|
|
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
|
|
|
|
|
2003-10-05 10:51:01 +00:00
|
|
|
# Password hash algorithm (CRYPT/MD5/SMD5/SHA/SSHA/PLAIN).
|
2003-10-04 12:34:19 +00:00
|
|
|
pwdhash: SSHA
|
|
|
|
|
2004-08-01 09:39:24 +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
|
2004-08-03 18:49:19 +00:00
|
|
|
modules: posixGroup_pwdHash: SSHA
|
|
|
|
modules: posixAccount_pwdHash: SSHA
|
2004-08-01 09:39:24 +00:00
|
|
|
|