Dave can you give a ref for writing our own customization handlers and configuration classes for Ldap
On Thursday, March 8, 2018 at 6:42:04 PM UTC+5:30, David Curry wrote: > > It looks right, but I have never used that particular property, so I'm > just guessing. > > In our environment we have to merge attributes from two different > directories, so I have the authentication and attribute resolution > configured separately and list the attributes out individually. > > Someone else can probably weigh in on whether that's correct, though. I'm > pretty sure others are using that property. > > --Dave > > > -- > > DAVID A. CURRY, CISSP > *DIRECTOR OF INFORMATION SECURITY* > INFORMATION TECHNOLOGY > > 71 FIFTH AVE., 9TH FL., NEW YORK, NY 10003 > +1 212 229-5300 x4728 • [email protected] <javascript:> > > [image: The New School] > > On Thu, Mar 8, 2018 at 7:52 AM, yashwanth chowdary < > [email protected] <javascript:>> wrote: > >> Hi David , >> >> Is this the correct way to initialize my principalAttributeList? >> >> By the way , I am using 5.3.0RC2 version >> >> On Wednesday, March 7, 2018 at 6:23:27 PM UTC+5:30, David Curry wrote: >>> >>> You don't say what version you're using, but the userFilter property >>> was renamed to searchFilter between 5.2 and 5.3 as part of the property >>> documentation cleanup. >>> >>> (Documented here: >>> https://apereo.github.io/2017/12/29/530rc1-release/#documentation-cleanup >>> ) >>> >>> --Dave >>> >>> >>> >>> >>> -- >>> >>> DAVID A. CURRY, CISSP >>> *DIRECTOR OF INFORMATION SECURITY* >>> INFORMATION TECHNOLOGY >>> >>> 71 FIFTH AVE., 9TH FL., NEW YORK, NY 10003 >>> <https://maps.google.com/?q=71+FIFTH+AVE.,+9TH+FL.,+NEW+YORK,+NY+10003&entry=gmail&source=g> >>> +1 212 229-5300 x4728 • [email protected] >>> >>> [image: The New School] >>> >>> On Wed, Mar 7, 2018 at 7:16 AM, yashwanth chowdary < >>> [email protected]> wrote: >>> >>>> I was trying to connect ldap using below properties.Getting an errror >>>> that failed to bind authn.ldap[0].userFilter .you can observe the error >>>> in >>>> the attched file. >>>> >>>> >>>> cas.authn.ldap[0].order=0 >>>> cas.authn.ldap[0].name=AD >>>> cas.authn.ldap[0].type=AUTHENTICATED >>>> cas.authn.ldap[0].ldapUrl=ldaps://*******.net >>>> cas.authn.ldap[0].useSsl=true >>>> cas.authn.ldap[0].connectTimeout=5000 >>>> cas.authn.ldap[0].baseDn=DC=****,DC=** >>>> cas.authn.ldap[0].userFilter=(sAMAccountName={user}) >>>> cas.authn.ldap[0].subtreeSearch=true >>>> cas.authn.ldap[0].principalAttributeList=sn,givenName,memberOf,cn >>>> cas.authn.ldap[0].bindDn=CN=wls,CN=users,DC=***,DC=** >>>> cas.authn.ldap[0].bindCredential=***** >>>> >>>> -- >>>> - Website: https://apereo.github.io/cas >>>> - Gitter Chatroom: https://gitter.im/apereo/cas >>>> - List Guidelines: https://goo.gl/1VRrw7 >>>> - Contributions: https://goo.gl/mh7qDG >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "CAS Community" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To view this discussion on the web visit >>>> https://groups.google.com/a/apereo.org/d/msgid/cas-user/5f038471-77d5-4465-af36-a30fbad54426%40apereo.org >>>> >>>> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/5f038471-77d5-4465-af36-a30fbad54426%40apereo.org?utm_medium=email&utm_source=footer> >>>> . >>>> >>> >>> -- >> - Website: https://apereo.github.io/cas >> - Gitter Chatroom: https://gitter.im/apereo/cas >> - List Guidelines: https://goo.gl/1VRrw7 >> - Contributions: https://goo.gl/mh7qDG >> --- >> You received this message because you are subscribed to the Google Groups >> "CAS Community" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/a/apereo.org/d/msgid/cas-user/0e00fd5f-9590-44be-9ab0-cf3ccd5f84bb%40apereo.org >> >> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/0e00fd5f-9590-44be-9ab0-cf3ccd5f84bb%40apereo.org?utm_medium=email&utm_source=footer> >> . >> > > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/7d07d053-7bf9-454b-bb02-0b4c56d3806f%40apereo.org.
