2013/6/5 Rene Mehr :: one source ag <[email protected]>

>  Hello,****
>
> ** **
>
> Is it possible that can use the UPN as logon ?****
>
> My Config:****
>
> ** **
>
> # LDAP****
>
> $ldap_url = "ldaps://server1 ldaps://server2";****
>
> $ldap_binddn = "[email protected]";****
>
> $ldap_bindpw = "mypassword“****
>
> $ldap_base = "dc=domain,dc=ch";****
>
> $ldap_login_attribute = "uid";****
>
> $ldap_fullname_attribute = "cn";****
>
> $ldap_filter
> ="(&(objectClass=user)(sAMAccountName={login})(!(userAccountControl:1.2.840.113556.1.4.803:=2)))";
> ****
>
> ** **
>
> Freundliche Grüsse aus dem Technopark Luzern****
>
>
>

Hi,

just adapt the ldap filter, for example :
(&(objectClass=user)(userPrincipalName={login}))

Clément.
_______________________________________________
ltb-users mailing list
[email protected]
http://lists.ltb-project.org/listinfo/ltb-users

Reply via email to