Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <attribute id="givenName">
- <display>First Name</display>
- <icon>ldap-uid.png</icon>
- <order>1</order>
- <page>1</page>
- </attribute>
- <attribute id="sn">
- <display>Last Name</display>
- <onchange>=autoFill(cn;%givenName% %sn%)</onchange>
- <onchange>=autoFill(uid;%givenName|0-1/l%%sn/l%)</onchange>
- <!--<onchange>=autoFill(loginShell;/sbin/nologin)</onchange>-->
- <onchange>=autoFill(FTPStatus;enabled)</onchange>
- <order>2</order>
- <page>1</page>
- </attribute>
- <attribute id="uid">
- <display>UID</display>
- <onchange>=autoFill(homeDirectory;/home/%uid%)</onchange>
- <onchange>=autoFill(mailbox;/home/%uid%/Maildir)</onchange>
- <onchange>=autoFill(mail;%uid%@domain.com)</onchange>
- <onchange>=autoFill(company;My Company)</onchange>
- <order>4</order>
- <spacer>1</spacer>
- </attribute>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement