Ldapscripts
Aus ConfigWiki
(Unterschied zwischen Versionen)
(Die Seite wurde neu angelegt: Die '''ldapscripts''' sind Kommandozeilentools für die Verwaltung von Benutzern im LDAP. Nach der Installation muß die Konfiguration angepaßt werden. /etc/ldapscr...) |
K |
||
Zeile 1: | Zeile 1: | ||
− | Die '''ldapscripts''' sind Kommandozeilentools für die Verwaltung von Benutzern im LDAP. | + | Die '''ldapscripts''' sind Kommandozeilentools für die Verwaltung von Unix-Benutzern im LDAP. |
Nach der Installation muß die Konfiguration angepaßt werden. | Nach der Installation muß die Konfiguration angepaßt werden. |
Version vom 28. November 2010, 20:30 Uhr
Die ldapscripts sind Kommandozeilentools für die Verwaltung von Unix-Benutzern im LDAP.
Nach der Installation muß die Konfiguration angepaßt werden.
/etc/ldapscripts (gekürzt):
## Server name SERVER=localhost ## Bind DN BINDDN='cn=admin,dc=netbreaker,dc=local' ## Bind Password or file BINDPWDFILE="/etc/ldap.secret" ## Default suffix SUFFIX='dc=lenny,dc=local' ## Group/User(aka People)/Machines (aka Hosts) Organizational Unit GSUFFIX='ou=group' USUFFIX='ou=people' MSUFFIX='ou=hosts' ## log everything that is performed by those scripts LOGFILE="/var/log/ldapscripts.log" ## Start with these IDs *if no entry found in LDAP* GIDSTART=1000 UIDSTART=1000 MIDSTART=10000 ## Default Shell USHELL=/bin/bash ## default homes (%u is the user name) UHOMES="/home/%u" ## Ask for user's gecos (full name) ? ASKGECOS="yes" ## Does the script should create homes ? CREATEHOMES="yes" ## Directory where the skeleton files are located. HOMESKEL="/etc/skel" ## Default permissions for home directories HOMEPERMS="700" # You can specify custom LDIF templates here # Leave empty to use default templates # See *.template.sample for default templates GTEMPLATE="" UTEMPLATE="" MTEMPLATE=""