• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic