<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "LDAP setup for JForum"]]></title>
		<link>https://community.jforum.net/posts/list/5.page</link>
		<description><![CDATA[Latest messages posted in the topic "LDAP setup for JForum"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>LDAP setup for JForum</title>
				<description><![CDATA[ Hi All,
<br>
<br>
I set up the jforum-2.1.9 on apche tomcat for my organisation. Only thing is pending with LDAP(Micro soft AD). Kindly please let me know the proces..I have configured "SystemGlobals.properties" file. Still it is not able to authenticat. 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.
<br>
<br>
ldap.security.protocol =LDAP v3
<br>
<br>
# Security authentication to use. Possible values: "none", "simple", "strong",
<br>
# "EXTERNAL" (SASL). Leave empty (default) to let the provider figure it out
<br>
ldap.authentication =EXTERNAL
<br>
<br>
# Class that provides a LDAP factory
<br>
ldap.factory = com.sun.jndi.ldap.LdapCtxFactory
<br>
<br>
# The prefix your LDAP server requires. e.g 'uid='
<br>
# The username supplied gets inserted just after the prefix,
<br>
# e.g: 'uid=username' so adjust the prefix properly
<br>
ldap.login.prefix = CN=
<br>
<br>
# The suffix your LDAP server requires.
<br>
# e.g 'ou=Users,dc=department,dc=company,dc=com'
<br>
ldap.login.suffix = OU=Users,OU=KLC,OU=APAC,DC=Company,DC=ad
<br>
<br>
# The url of your LDAP server.
<br>
# Notice that if your LDAP server uses SSL you will need to configure your
<br>
# server certificate so that Java Secure Sockets Extension (JSSE) will accept it.
<br>
# Read <a class="snap_shots" href="http://java.sun.com/products/jndi/tutorial/ldap/security/ssl.html" target="_blank">http://java.sun.com/products/jndi/tutorial/ldap/security/ssl.html</a>
<br>
ldap.server.url = <a class="snap_shots" target="_blank">ldap://xxx.xx.xx.xxx</a>
<br>
<br>
# Field that holds the user's email
<br>
ldap.field.email = mail
<br>
<br>
# ActiveDirectory
<br>
# To configure LDAPAuthenticator integrating with Microsoft Active Directory. The following two keys should be necessary.
<br>
# They are similar to ldap.login.prefix and ldap.login.suffix , but it's used when looking up user infomation
<br>
# rather than authentication. It's used when the login Distinguished Name (DN) is formatted differently from the lookup
<br>
# DN on some LDAP servers, for example, Microsoft Active Directory. If it's the case, you should add these keys in additional
<br>
# to ldap.login.prefix and ldap.login.suffix .
<br>
#
<br>
# The following example is for configuring on Microsoft Active Directory:
<br>
# ===========================
<br>
# ldap.login.prefix=CN=
<br>
# ldap.login.suffix=CN=Users,DC=jform,DC=net
<br>
# ldap.lookup.suffix=CN=Users
<br>
# ===========================
<br>
ldap.lookup.prefix =CN=
<br>
ldap.lookup.suffix =OU=Users,OU=HST,OU=HYD,OU=INDIA,DC=Company,DC=ad
<br>
<br>
<br>
Regards,
<br>
Veera]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/45/151.page</guid>
				<link>https://community.jforum.net/posts/preList/45/151.page</link>
				<pubDate><![CDATA[Thu, 4 Oct 2012 15:21:49]]> GMT</pubDate>
				<author><![CDATA[ veera]]></author>
			</item>
			<item>
				<title>回覆:LDAP setup for JForum</title>
				<description><![CDATA[ I have no experience with LDAP integration for JForum. Maybe you can reference this issue:
<br>
https://code.google.com/p/jforum2/issues/detail?id=13
<br>
And also, you can try to use a new version JForum like JForum 2.3.4.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/45/152.page</guid>
				<link>https://community.jforum.net/posts/preList/45/152.page</link>
				<pubDate><![CDATA[Fri, 5 Oct 2012 09:44:36]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>Re:LDAP setup for JForum</title>
				<description><![CDATA[ Hi,
<br>
<br>
Thank yo very much for prompt response. I tried as shared link described, this is showing invalid login user id/Password. In that configuration, as it described if we hard code the username and password. It will always try to authenticate the only one user every time.
<br>
<br>
I found,There is a class file LDAPAuthenticator.class. Which is getting all the user names and passwords dynamically from the login page and preparing the LDAP principle string. I tried to configure that("SystemGlobals.properties") as well as posted erlier.
<br>
<br>
I wonder while doing these two ways. it is not trying to do LDAP authenticatio. I am not getting any ldap connctivity error. If you have any more LDAP related info or doc setting up for jforum. Kindly please share me if you have relavant Links/documents for jforum.
<br>
<br>
Kindly assist me to sort out this issue.
<br>
<br>
Regards,
<br>
Veera Kumar
<br>
<br>]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/45/153.page</guid>
				<link>https://community.jforum.net/posts/preList/45/153.page</link>
				<pubDate><![CDATA[Fri, 5 Oct 2012 11:36:54]]> GMT</pubDate>
				<author><![CDATA[ veera]]></author>
			</item>
			<item>
				<title>回覆:LDAP setup for JForum</title>
				<description><![CDATA[ You can read these articles for futher information:
<br>
http://docs.oracle.com/javase/jndi/tutorial/ldap/security/ldap.html
<br>
http://www.javaworld.com/javaworld/jw-03-2000/jw-0324-ldap.html
<br>
http://ahm507.blogspot.tw/2007/01/authenticating-users-with-windows.html
<br>
And maybe you can change the ldap.authentication value to "DIGEST-MD5" and check if it works.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/45/154.page</guid>
				<link>https://community.jforum.net/posts/preList/45/154.page</link>
				<pubDate><![CDATA[Fri, 5 Oct 2012 12:14:42]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>Re:LDAP setup for JForum</title>
				<description><![CDATA[ Hi,
<br>
<br>
Finally i have taken the jforum code and executed as a single java file with the minor changes and succeeded to authenticate the user over the LDAP. But in the actual jforum LDAPAuthenticator.java is not getting the request for authenticate over the LDAP. If i am able to get the request till the "LDAPAuthenticator.java". I can provide the same properties to authenticate the user over LDAP to make it work. For LDAPD we need to set any property for getting the request till/to "LDAPAuthenticator.java". Kindly suggest me.
<br>
<br>
Thanks In Advance,
<br>
<br>
Regards,
<br>
Veera]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/45/155.page</guid>
				<link>https://community.jforum.net/posts/preList/45/155.page</link>
				<pubDate><![CDATA[Mon, 8 Oct 2012 17:17:22]]> GMT</pubDate>
				<author><![CDATA[ veera]]></author>
			</item>
			<item>
				<title>Re:LDAP setup for JForum</title>
				<description><![CDATA[ Hello
<br>
<br>
I just wanted to know if you finally succeeded to connect to an AD ldap , and the steps you've done
<br>
<br>
Thanks]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/45/174.page</guid>
				<link>https://community.jforum.net/posts/preList/45/174.page</link>
				<pubDate><![CDATA[Sun, 27 Jan 2013 21:44:33]]> GMT</pubDate>
				<author><![CDATA[ mike]]></author>
			</item>
	</channel>
</rss>