Shibboleth Idp and Microsoft active directory for authentication

Moonlight mona0045 at gmail.com
Thu May 28 07:10:46 EDT 2015


Hi , did you try this fromat? for example:
login.config:

ShibUserPassAuth {

   edu.vt.middleware.ldap.jaas.LdapLoginModule required
      host="ldap.yyyy.de"
      port=""
      base="DC=xxx,DC=yyyy,DC=de"
      tls="true"
      serviceCredential="password"
      serviceUser="****@xxx.yyyy.de"
      subtreeSearch = "true"
      userField="sAMAccountName";
};

attribute-resolver.xml:

<resolver:DataConnector id="myLDAP" xsi:type="LDAPDirectory"
xmlns="urn:mace:shibboleth:2.0:resolver:dc" useStartTLS="true"
ldapURL="ldap://ldap.yyyy.de:port" baseDN="DC=xxx,DC=yyyy,DC=de"
principal="****@xxx.yyyy.de" principalCredential="password">
<FilterTemplate>  </FilterTemplate> 



--
View this message in context: http://shibboleth.1660669.n2.nabble.com/Shibboleth-Idp-and-Microsoft-active-directory-for-authentication-tp7615505p7615542.html
Sent from the Shibboleth - Users mailing list archive at Nabble.com.


More information about the users mailing list