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:
  • Subject: Re: [grouper-users] OpenLDAP authentication problems using LDAPPC and Grouper 1.5
  • Date: Wed, 1 Dec 2010 16:58:58 -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=dr2itD3DUHisZYq7V8lTHK3yXVJXUCh4S+/EbxtKMrae087tRnxFwkCdQGXGkzasRc APT6HPI2pXKCf79zg2muXFze5AxfB2gtVAmoJ0jA5bnIBj3lkVmTSFxLU+yH8cQzZPtV 5FaOP6OGy95mJlkgow4jK1HfPaO6BBCaYr940=

Greetings,

>  edu.vt.middleware.ldap.authtype=simple
>  edu.vt.middleware.ldap.serviceCredentials={SSHA}SomeRandomStuffhere

When using authtype=simple, the serviceCredential(s) should be the
plain text password, without encoding. For example,

edu.vt.middleware.ldap.authtype=simple
edu.vt.middleware.ldap.serviceCredentials=password

So make sure ldappc.properties has appropriate permissions.

Does that help ? I am not sure what the authtype should be for an
encoded credential.

TomZ


JNDI "simple" auth :

http://download.oracle.com/javase/jndi/tutorial/ldap/security/simple.html

JNDI Authentication Mechanisms :

http://download.oracle.com/javase/jndi/tutorial/ldap/security/auth.html



Archive powered by MHonArc 2.6.16.

Top of Page