How to do LDAP user properties mapping on RTC Git Integration toolkit.
Hello All,
My config.json is:
"Auth-Profiles": {
"Ldap-Auth": {
"type": "LDAP",
"url": "ldap://ldap.local:389",
"bindDn": "CN=RTCUSER,OU=UsersOU,DC=ldap,DC=local",
"bindCredentials": "password",
"searchBase": "OU=UserOU,DC=ldap,DC=local",
"searchFilter": "(sAMAccountName={{username}})",
"searchAttributes": null
},
How can i map e-mail to mail, user id to author?