Hi Lee,
I managed to get the userPrincipalName added to the proxy users, how
ever i am still un able to bind
0 = ldap_set_option(ld, LDAP_OPT_ENCRYPT, 0)
res = ldap_simple_bind_s(ld, '***@bg.lan', <unavailable>); // v.3
Error <49>: ldap_simple_bind_s() failed: Invalid Credentials
Server error: <empty>
-----------
I can bind as the currently logged on user.
but when i try bind as a test user that has administrator roles i get
this
res = ldap_simple_bind_s(ld, 'cn=test,dc=burgiss,dc=sso',
<unavailable>); // v.3
Error <49>: ldap_simple_bind_s() failed: Invalid Credentials
Server error: <empty>
-----------
so there has to be something that i am missing here i am not sure what
it is, any ideas?