Hi,
We're trying to configure Fedora to authenticate users using a LDAP
server on a remote machine. After reading the manual and discussing the
configurable parameters with the LDAP administrator, we still aren't
completely sure of what parameters should be included in the web.xml file.
We also get the following error when we start the Fedora server: "ERROR
43:16 FilterLdap> A initThisSubclass() deferring to super"
We aren't sure this is serious or more of a warning from the server.
Where can we get more information about this message?
We would also like to know if there's any way we can verify a
configuration is working properly. For instance, will a correct
configuration allow us to use LDAP users to login into the fedora client
app? Or is it something we will only see into effect once we add some
policies that use LDAP-related attributes?
This is our current LDAP configuration on web.xml:
<filter>
<filter-name>LdapFilterForAttributes</filter-name>
<filter-class>fedora.server.security.servletfilters.ldap.FilterLdap</filter-class>
<init-param>
<param-name>authenticate</param-name>
<param-value>true</param-value>
</init-param>
<init-param>
<param-name>url</param-name>
<param-value>ldap://our-machine-name-here:389/</param-value>
</init-param>
<init-param>
<param-name>search-base</param-name>
<param-value>ou=Users,dc=dummy,dc=pt</param-value>
</init-param>
<init-param>
<param-name>search-filter</param-name>
<param-value>(cn={0})</param-value>
</init-param>
<init-param>
<param-name>id-attribute</param-name>
<param-value>cn</param-value>
</init-param>
<init-param>
<param-name>attributes</param-name>
<param-value>cn</param-value>
</init-param>
</filter>
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you. Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Fedora-commons-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users