LDAPAccountManager/lam/config/unix.conf.sample

69 lines
1.9 KiB
Plaintext
Raw Normal View History

2003-03-18 20:55:43 +00:00
# LDAP Account Manager configuration
#
# 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
# 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
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
# default language (a line from config/language)
2017-08-21 16:38:46 +00:00
defaultLanguage: en_GB.utf8
# Path to external Script
2017-04-16 17:02:49 +00:00
scriptPath:
# Server of external Script
2017-04-16 17:02:49 +00:00
scriptServer:
2003-05-28 15:37:48 +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
# LDAP search limit.
searchLimit: 0
# Module settings
2018-03-04 09:10:53 +00:00
modules: posixAccount_user_minUID: 10000
modules: posixAccount_user_maxUID: 30000
modules: posixAccount_host_minMachine: 50000
modules: posixAccount_host_maxMachine: 60000
modules: posixGroup_group_minGID: 10000
modules: posixGroup_group_maxGID: 20000
modules: posixGroup_pwdHash: SSHA
modules: posixAccount_pwdHash: SSHA
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+::+