Sri mutyala

Greenhorn
+ Follow
since Oct 01, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Sri mutyala

Any suggestions are more useful for me. This is Microsoft AD server, which does not have ssl. These are the configuration details i have given. But still its easily logging into forum site with out validating.

Kindly please suggest me. any configuration changes or need to add any more properties..

# #######
# LDAP
# #######
# Security protocol to use, e.g: "ssl"
# Leave it empty (default) to let the provider figure it out
ldap.security.protocol =LDAP v3

# Security authentication to use. Possible values: "none", "simple", "strong",
# "EXTERNAL" (SASL). Leave empty (default) to let the provider figure it out
ldap.authentication =EXTERNAL

# Class that provides a LDAP factory
ldap.factory = com.sun.jndi.ldap.LdapCtxFactory

# The prefix your LDAP server requires. e.g 'uid='
# The username supplied gets inserted just after the prefix,
# e.g: 'uid=username' so adjust the prefix properly
ldap.login.prefix =CN=

# The suffix your LDAP server requires.
# e.g 'ou=Users,dc=department,dc=company,dc=com'
ldap.login.suffix =OU=Users,OU=HST,OU=HYY,OU=INDIA,DC=company,DC=ad

# The url of your LDAP server.
# Notice that if your LDAP server uses SSL you will need to configure your
# server certificate so that Java Secure Sockets Extension (JSSE) will accept it.
# Read http://java.sun.com/products/jndi/tutorial/ldap/security/ssl.html
ldap.server.url = ldap://xxx.xx.xx.xxx

# Field that holds the user's email
ldap.field.email = mail

# ActiveDirectory
# To configure LDAPAuthenticator integrating with Microsoft Active Directory. The following two keys should be necessary.
# They are similar to ldap.login.prefix and ldap.login.suffix , but it's used when looking up user infomation
# rather than authentication. It's used when the login Distinguished Name (DN) is formatted differently from the lookup
# DN on some LDAP servers, for example, Microsoft Active Directory. If it's the case, you should add these keys in additional
# to ldap.login.prefix and ldap.login.suffix .
#
# The following example is for configuring on Microsoft Active Directory:
# ===========================
# ldap.login.prefix=CN=
# ldap.login.suffix=CN=Users,DC=jform,DC=net
# ldap.lookup.suffix=CN=Users
# ===========================
ldap.lookup.prefix =CN=
ldap.lookup.suffix =OU=Users,OU=HST,OU=HYY,OU=INDIA,DC=company,DC=ad


Regards,
Veera
12 years ago
I set up the jforum for my organisation. Only thing is pending with LDAP. Kindly please let me know the proces..I have configured "SystemGlobals.properties" file. Still it is not authenticating. Kindly please let me know. How to proceed further. These are the only configurations, i have updated. Kindly let me know, if i need to do any other configuration changes.You quick response is more appreciated.

ldap.security.protocol =

# Security authentication to use. Possible values: "none", "simple", "strong",
# "EXTERNAL" (SASL). Leave empty (default) to let the provider figure it out
ldap.authentication =

# Class that provides a LDAP factory
ldap.factory = com.sun.jndi.ldap.LdapCtxFactory

# The prefix your LDAP server requires. e.g 'uid='
# The username supplied gets inserted just after the prefix,
# e.g: 'uid=username' so adjust the prefix properly
ldap.login.prefix = uid=

# The suffix your LDAP server requires.
# e.g 'ou=Users,dc=department,dc=company,dc=com'
ldap.login.suffix = OU=Users,OU=KLC,OU=APAC,DC=Company,DC=ad

# The url of your LDAP server.
# Notice that if your LDAP server uses SSL you will need to configure your
# server certificate so that Java Secure Sockets Extension (JSSE) will accept it.
# Read http://java.sun.com/products/jndi/tutorial/ldap/security/ssl.html
ldap.server.url = ldap://xxx.xx.xx.xxx
12 years ago
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
12 years ago
Hi,

I configured as you explained in the above for single server. LDAP is not working. Do i need to do any other configurations. Kindly please suggest me..

Regards,
Sri
12 years ago
Hi,

Do i need to configure any thing for LDAP other than SystemGlobals.properties file in JForum1.9 to activate the LDAP in the forum. If so kindly please explain me the sequence of steps to do.

Regards,
Sri
12 years ago