[ 
https://issues.apache.org/jira/browse/TC-331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ryan Durfey updated TC-331:
---------------------------
    Labels: active_directory ldap  (was: )

> LDAP search filter contains Active Directory specific attributes
> ----------------------------------------------------------------
>
>                 Key: TC-331
>                 URL: https://issues.apache.org/jira/browse/TC-331
>             Project: Traffic Control
>          Issue Type: Improvement
>          Components: Traffic Ops
>            Reporter: Jeff Elsloo
>            Priority: Minor
>              Labels: active_directory, ldap
>
> Moved from https://github.com/Comcast/traffic_control/issues/1129
> The search filter used to locate user DNs contains hard coded values that 
> only work with Active Directory:
> $mesg = $ldap->search( base => $search_base, filter => 
> "(&(objectCategory=person)(objectClass=user)(sAMAccountName=$username))" );
> This search filter should be configurable and should be in ldap.conf. 
> Instead, it's hard coded in TrafficOps.pm.
> For example, this search filter would work with most non-AD based LDAP severs:
> (&(objectClass=inetOrgPerson)(uid=$username))



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to