-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't concatenate 2 LDAP fields to format FullName mapping #54
Comments
Hi |
I am using ckan 2.8.1 |
is it working perfectly for you? I try using this extension on 2.8 but it was not working for me so i switched on to CKAN 2.7 but still it's not working. Logs showing something like this /ldap_login_handler render time 0.041 seconds |
It is working for me. There are 3 things I see wrong with your configurations.
Also does your ldap server require user credentials to connect to your server. If not you don't need ckanext.ldap.auth.password. If it does you would need ckanext.ldap.auth.username. Hope this helps. |
Hi all,
I love using this plugin except for I can't format fullname configuration the way I would like the name to be displayed. I know it maps to the ldap field you specify in the configuration but it would be nice to be able to format the fullname. The ldap server I am using returns fullname as lastname, firstname but I would like to be able to concatenate 2 ldap fields to configure fullname to become firstname lastname.
Right now configuration is mapped to onefiled (ex. ckanext.ldap.fullname = fullname). Would like the option to be able to format fullname like so (ex. ckanext.ldap.fullname = givenName + ' ' + sn)
The text was updated successfully, but these errors were encountered: