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
|
|
|
|
|
2006-01-01 16:30:05 +00:00
|
|
|
# suffix of tree view
|
|
|
|
# e.g. dc=yourdomain,dc=org
|
|
|
|
treesuffix: dc=yourdomain,dc=org
|
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)
|
2006-02-11 08:44:30 +00:00
|
|
|
defaultLanguage: en_GB.utf8:UTF-8:English (Great 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
|
|
|
|
|
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
|
|
|
|
2006-01-01 16:30:05 +00:00
|
|
|
# List of active account types.
|
|
|
|
activeTypes: user,group,host,smbDomain
|
|
|
|
|
|
|
|
|
|
|
|
types: suffix_user: ou=People,dc=my-domain,dc=com
|
|
|
|
types: attr_user: #uid;#givenName;#sn;#uidNumber;#gidNumber
|
|
|
|
types: modules_user: inetOrgPerson,posixAccount,shadowAccount,sambaSamAccount
|
|
|
|
|
|
|
|
types: suffix_group: ou=group,dc=my-domain,dc=com
|
|
|
|
types: attr_group: #cn;#gidNumber;#memberUID;#description
|
|
|
|
types: modules_group: posixGroup,sambaGroupMapping
|
|
|
|
|
|
|
|
types: suffix_host: ou=machines,dc=my-domain,dc=com
|
|
|
|
types: attr_host: #cn;#description;#uidNumber;#gidNumber
|
|
|
|
types: modules_host: account,posixAccount,sambaSamAccount
|
|
|
|
|
|
|
|
types: suffix_smbDomain: ou=domains,dc=my-domain,dc=com
|
|
|
|
types: attr_smbDomain: sambaDomainName:Domain name;sambaSID:Domain SID
|
|
|
|
types: modules_smbDomain: sambaDomain
|
|
|
|
|