Hi, I set in Global Parameter "Ldap management parameters" to connect my local LDAP to import all users.
I set "Connection with LDAP user" to "Yes"... after? Must I restart server?
Strange I don't see anything on log file.
I use 5.1.5 version
Hi,
Ldap connection will not automatically retreive all users from LDAP.
It will delegate authentication to LDAP.
When new user connects through LDAP, a new user is created in ProjeQtOr, retreiving some basic information (real name, email), and defining profile as default. Then admin can change profile of user, define it is amso a resource, ...
Hello,
ask for a clarification about that old question. Since attributes on my Ldap server are as follows:
cn =
givenName =
sn =
and setting on Global parameters panel: cn =% USERNAME% or (same result) uid =% USERNAME% as "LDAP user filter"
-> user is created as follows, at the first login :
user name = lm12345
real name = LM12345
OK, but is there any way to get back the content of givenName (first name) and sn (last name) attributes from my Ldap server and view them into "real name" field ?
Thank for support
Luigi Milite
No, it's not possible.
Data retreived from LDAP are standard one :
cn => real name of user
mail => email of user
That's all.