• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

LDAP connectivity issue JForum

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am working on JForum1.9. I am able to install the forum on my machine. But i am not able to provide the authentication for that forum through LDAP. I setup all the properties as below, but still not working. Do i need to provide any other attributes/properties in SystemGlobals.properties file?. Do i need to modify any other files? Kindly suggest me.
ldap.security.protocol =
ldap.authentication = simple
ldap.factory = com.sun.jndi.ldap.LdapCtxFactory
ldap.login.prefix = uid=
ldap.login.suffix = OU=Users,OU=KLC,OU=APAC,DC=company,DC=ad
ldap.principal = uid=admin, OU=Users,OU=KLC,OU=APAC,DC=company,DC=ad
ldap.credentials = secret
ldap.field.username = uid
ldap.search.root = OU=Users,OU=KLC,OU=APAC,DC=company,DC=ad
ldap.server.url = ldap://xxx.xx.xx.xxx:389

ldap.field.email = mail
Thanks,
Sri
 
Joel Salatin has signs on his property that say "Trespassers will be Impressed!" Impressive tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic