Advertisement
RobsonAlexandre

Application Config INI Ldap Server

Feb 6th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ldap.server.host = 10.11.26.6
  2. ldap.server.port = 389
  3. ldap.server.useStartTls = true      ;utilizando Microsoft AD = true
  4. ldap.server.accountDomainName = dominio.com
  5. ldap.server.accountDomainNameShort = DOMINIO
  6. ldap.server.accountCanonicalForm = 4
  7. ldap.server.username = "cn=cleston,dc=dominio,dc=com"
  8. ldap.server.password = "santos"
  9. ldap.server.baseDn = "dc=dominio,dc=com"
  10. ldap.server.bindRequiresDn = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement