With LDAP configured (as below) users log in and the login page displays 
the entire LDAP fully qualified domain name:

<https://lh5.googleusercontent.com/-DwqkKJKu5RI/VQw_NeJPx5I/AAAAAAAAAAw/d1krohD1tNs/s1600/frontPage.png>

Is there any way to truncate this so it only displays the UID?

Thanks!


   AuthType Basic
   AuthName "Log in with your credentials"
   AuthBasicProvider ldap
   AuthLDAPUrl "ldaps://ldapserver.xxx/ou=...,dc=...,dc=...,dc=...?uid"
   AuthLDAPBindDN "uid=validAccount,ou=...,dc=...,dc=...,dc=..."
   AuthLDAPBindPassword "password"
   AuthLDAPGroupAttribute member
   AuthLDAPGroupAttributeIsDN on
   AuthLDAPRemoteUserIsDN on
   AuthzLDAPAuthoritative off
   require ldap-group cn=My_Special_Group,ou=roles,dc=...,dc=...,dc=...
   require valid-user


-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to