• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

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
reply
    Bookmark Topic Watch Topic
  • New Topic