membership provider - Mapping nJupiter to a internal LDAP server -
i trying use njupiter ldap membership provider internal tivoli based ldap server.
i can log on userid, in our case combination of country code , serial #, log in e-mail address instead. (or both if possible).
my users config is:
<users> <filter value="(objectclass=person)"/> <base value="ou=intranet,o=company.com" /> <rdnattribute value="uid" /> <attributes> <!-- these attributes loaded ldapmembershipuser --> <!-- , used findusersbyname if excludefromnamesearch not set true --> <attribute value="givenname" /> <attribute value="sn" /> <attribute value="mail"/> <attribute value="title" excludefromnamesearch="true" /> <attribute value="callupname" excludefromnamesearch="true" /> </attributes> <descriptionattribute value="cn" /> <membershipattribute value="ibm-allgroups" /> <creationdateattribute value="timestamponboard" /> <emailattribute value="mail" /> </users>
does have suggestion on needs change use mail logon windows forms?
first thing try change line: <rdnattribute value="uid"/>
to more like: <rdnattribute value="mail"/>
i.e. use presented value (what user enters user name) match mail attribute value instead of uid attribute value.
Comments
Post a Comment