~mathiaz/openldap-dit/add-ldapscripts-files

« back to all changes in this revision

Viewing changes to ldapscripts/ldapadduser.template

  • Committer: Mathias Gug
  • Date: 2010-04-02 20:04:12 UTC
  • Revision ID: mathias.gug@canonical.com-20100402200412-q9dsnrijqvydqde1
Add ldapscripts templates and configuration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dn: uid=<user>,<usuffix>,<suffix>
 
2
objectClass: account
 
3
objectClass: posixAccount
 
4
cn: <user>
 
5
uid: <user>
 
6
uidNumber: <uid>
 
7
gidNumber: <gid>
 
8
homeDirectory: <home>
 
9
loginShell: <shell>
 
10
gecos: <user>
 
11
description: User account