Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] ldap: null

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] ldap: null


Chronological Thread 
  • From: Tom Zeller <>
  • To: "Klug, Lawrence" <>
  • Cc: "" <>
  • Subject: Re: [grouper-users] ldap: null
  • Date: Tue, 1 May 2012 10:35:37 -0500

Read "null" as "no properties file" ;-)

Looking at the source, it means you have configured the
LdapSourceAdapter without a vt-ldap properties file, which is ok if
connection information is specified in sources.xml itself, which is
the default in sources.example.xml.

To configure the LdapSourceAdapter via a vt-ldap properties file, you
would want something like :

<source
adapterClass="edu.internet2.middleware.subject.provider.LdapSourceAdapter">
<id>ldap</id>
<name>LdapSourceAdapter</name>
<type>person</type>

<init-param>
<param-name>ldapProperties_file</param-name>
<param-value>ldap.properties</param-value>
</init-param>

On Tue, May 1, 2012 at 10:05 AM, Klug, Lawrence
<>
wrote:
> I’m running Grouper 2.1 and I see this line in the console:
>
>
>
> sources.xml ldap source id:   ldap: null
>
>
>
> What is the cause of this?  How can I fix it?
>
>
>
> Thanks,
>
>
>
> Lawrence Klug
>
> IMS Platform Development
>
> 310 825-2061
>
> ext 52061
>
>



Archive powered by MHonArc 2.6.16.

Top of Page