Hi, I'm testing this. However, I find that somethings don't behave as expected:
My ldap settings in config.json:
"LdapSettings": {
"Enable": true,
"LdapServer": "192.168.10.1",
"LdapPort": 389,
"BaseDN": "dc=netwerk,dc=zhga,dc=nl",
"BindUsername": "itworks",
"BindPassword": "itworks",
"FirstNameAttribute": "givenName",
"LastNameAttribute": "sn",
"EmailAttribute": "mail",
"UsernameAttribute": "cn",
"IdAttribute": "userPrincipalName",
"QueryTimeout": 60
(BindUsername and BindPassword are not the real ones of course)
I can succesfully login. However, the account settings of the user are not complete.
The Email field is empty, and therefore the notifications do not work as expected.
Any idea why this happens?