You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to modify an item but it does nothing.
The only thing that I see it's different is that the dn of my user does not contain cn.
Instead, it looks like: uid=123,ou=People,dc=company,dc=org.
After authenticating, I'm using this piece of code:
I am trying to modify an item but it does nothing.
The only thing that I see it's different is that the dn of my user does not contain
cn
.Instead, it looks like:
uid=123,ou=People,dc=company,dc=org
.After authenticating, I'm using this piece of code:
After executing it, it does resolve the promise successfully, nonetheless it does not add the field that I specified
Do you have any idea of why it could be failing ?
Thanks
The text was updated successfully, but these errors were encountered: