Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] OpenLDAP authentication problems using LDAPPC and Grouper 1.5

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] OpenLDAP authentication problems using LDAPPC and Grouper 1.5


Chronological Thread 
  • From: Tom Zeller <>
  • To: Mark Cairney <>
  • Cc: Francesco Malvezzi <>,
  • Subject: Re: [grouper-users] OpenLDAP authentication problems using LDAPPC and Grouper 1.5
  • Date: Thu, 2 Dec 2010 10:19:11 -0600
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=dnAKIKyE1r19DTktm38W75brn2lH7T77sAJ86DxnbTkaUS5p9zwWgOHC826KXC2+bU xp4+fo7LY2ltg+uUt7uNEmr40tOe5eiC0H4JJqgytwjbmae4baM/T0KrQTIQiHVOErt9 Lin+c0BHgvXlGGtkMV7Zmfgu6ZGQ6oBXH++UI=

>> maybe something has modified ldappc-ldap.xml which should call
>> ldappc.properties.
>>
>> It should read:
>>
>>  <bean id="ldapConfig"
>>     class="edu.vt.middleware.ldap.LdapConfig"
>>     p:ldapUrl="${edu.vt.middleware.ldap.ldapUrl}"
>>     p:tls="${edu.vt.middleware.ldap.tls}"
>>     p:ssl="${edu.vt.middleware.ldap.ssl}"
>>     p:authtype="${edu.vt.middleware.ldap.authtype}"
>>     p:serviceUser="${edu.vt.middleware.ldap.serviceUser}">
>>     <property name="serviceCredential"
>> value="${edu.vt.middleware.ldap.serviceCredential}" />

To summarize, ldappc-ldap.xml is used by LDAPPCNG (available in
version 1.6), not LDAPPC (available in version 1.5 and 1.6). The ldap
configuration parameters for LDAPPC are defined in ldappc.xml and
ldappc.properties if so defined.

Yes, this can be confusing.

TomZ



Archive powered by MHonArc 2.6.16.

Top of Page