Advertisement
Shodan76

Untitled

Jun 24th, 2015
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <attribute id="givenName">
  2. <display>First Name</display>
  3. <icon>ldap-uid.png</icon>
  4. <order>1</order>
  5. <page>1</page>
  6. </attribute>
  7.  
  8. <attribute id="sn">
  9. <display>Last Name</display>
  10. <onchange>=autoFill(cn;%givenName% %sn%)</onchange>
  11. <onchange>=autoFill(uid;%givenName|0-1/l%%sn/l%)</onchange>
  12. <!--<onchange>=autoFill(loginShell;/sbin/nologin)</onchange>-->
  13. <onchange>=autoFill(FTPStatus;enabled)</onchange>
  14. <order>2</order>
  15. <page>1</page>
  16. </attribute>
  17.  
  18. <attribute id="uid">
  19. <display>UID</display>
  20. <onchange>=autoFill(homeDirectory;/home/%uid%)</onchange>
  21. <onchange>=autoFill(mailbox;/home/%uid%/Maildir)</onchange>
  22. <onchange>=autoFill(mail;%uid%@domain.com)</onchange>
  23. <onchange>=autoFill(company;My Company)</onchange>
  24. <order>4</order>
  25. <spacer>1</spacer>
  26. </attribute>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement