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-13 14:40:19 +00:00
|
|
|
# minimum and maximum UID numbers
|
|
|
|
minUID: 10000
|
|
|
|
maxUID: 20000
|
|
|
|
|
|
|
|
# minimum and maximum GID numbers
|
|
|
|
minGID: 10000
|
|
|
|
maxGID: 20000
|
|
|
|
|
|
|
|
# minimum and maximum UID numbers for Samba Hosts
|
|
|
|
minMachine: 25000
|
|
|
|
maxMachine: 35000
|
|
|
|
|
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
|
|
|
|
userlistAttributes: #uid;#cn;#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
|
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-04-23 20:33:56 +00:00
|
|
|
hostlistAttributes: #cn;#rid;#description;gidNumber:GID
|
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)
|
2003-07-24 14:50:16 +00:00
|
|
|
defaultLanguage: en_GB:ISO-8859-1: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
|
|
|
|
|
|
|
# Set to "yes" only if you use the new Samba 3.x schema.
|
|
|
|
samba3: no
|