2003-03-18 20:55:43 +00:00
|
|
|
# LDAP Account Manager configuration
|
2008-12-17 10:22:40 +00:00
|
|
|
#
|
|
|
|
# Please do not modify this file manually. The configuration can be done completely by the LAM GUI.
|
|
|
|
#
|
|
|
|
###################################################################################################
|
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)
|
2017-08-21 16:38:46 +00:00
|
|
|
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
|
2017-08-21 16:38:46 +00:00
|
|
|
Admins: cn=Manager,dc=my-domain,dc=com
|
2003-04-23 20:33:56 +00:00
|
|
|
|
2007-11-08 19:19:50 +00:00
|
|
|
# password to change these preferences via webfrontend (default: lam)
|
2017-08-21 16:38:46 +00:00
|
|
|
Passwd: lam
|
2003-02-17 18:21:44 +00:00
|
|
|
|
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
|
|
|
|
2003-07-15 14:28:41 +00:00
|
|
|
# default language (a line from config/language)
|
2017-08-21 16:38:46 +00:00
|
|
|
defaultLanguage: en_GB.utf8
|
2003-05-12 17:52:54 +00:00
|
|
|
|
|
|
|
# Path to external Script
|
2017-04-16 17:02:49 +00:00
|
|
|
scriptPath:
|
2003-05-12 17:52:54 +00:00
|
|
|
|
|
|
|
# Server of external Script
|
2017-04-16 17:02:49 +00:00
|
|
|
scriptServer:
|
2003-05-28 15:37:48 +00:00
|
|
|
|
2007-12-09 10:45:04 +00:00
|
|
|
# Access rights for home directories
|
|
|
|
scriptRights: 750
|
|
|
|
|
2003-10-04 12:34:19 +00:00
|
|
|
# Number of minutes LAM caches LDAP searches.
|
|
|
|
cachetimeout: 5
|
|
|
|
|
2010-02-06 18:30:21 +00:00
|
|
|
# LDAP search limit.
|
|
|
|
searchLimit: 0
|
|
|
|
|
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.
|
2014-12-22 20:03:10 +00:00
|
|
|
activeTypes: user,group
|
2006-01-01 16:30:05 +00:00
|
|
|
|
|
|
|
|
|
|
|
types: suffix_user: ou=People,dc=my-domain,dc=com
|
|
|
|
types: attr_user: #uid;#givenName;#sn;#uidNumber;#gidNumber
|
2014-12-22 20:03:10 +00:00
|
|
|
types: modules_user: inetOrgPerson,posixAccount,shadowAccount
|
2006-01-01 16:30:05 +00:00
|
|
|
|
|
|
|
types: suffix_group: ou=group,dc=my-domain,dc=com
|
|
|
|
types: attr_group: #cn;#gidNumber;#memberUID;#description
|
2014-12-22 20:03:10 +00:00
|
|
|
types: modules_group: posixGroup
|
2006-01-01 16:30:05 +00:00
|
|
|
|
2010-08-29 16:02:51 +00:00
|
|
|
# Password mail subject
|
|
|
|
lamProMailSubject: Your password was reset
|
|
|
|
|
|
|
|
# Password mail text
|
|
|
|
lamProMailText: Dear @@givenName@@ @@sn@@,+::++::+your password was reset to: @@newPassword@@+::++::++::+Best regards+::++::+deskside support+::+
|
|
|
|
|