Guest User

Untitled

a guest
Oct 4th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. [ldap]
  2. server = ldap://LDAP_SERVER_IP
  3. accountBase = OU=Usuários Rede,OU=COMPANY,DC=COMPANY,DC=com,DC=br
  4. groupBase = OU=Grupos,OU=COMPANY,DC=COMPANY,DC=com,DC=br
  5. referral = follow
  6. accountPattern = (mailNickname=${username})
  7. groupPattern = (memberOf=${cn})
  8. accountFullName = cn
  9. accountEmailAddress = mail
  10. accountSshUserName = cn
  11. username = ldapread@COMPANY_NAME.com.br
  12. password = PASS
Add Comment
Please, Sign In to add comment