Add: Other (e.g., implementation specific) error #403
grantholle
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just encountered this error when attempting to create a user in AD. The problem came down to having a hyphen (
-
) in thesamaccountname
attribute. Apparently those aren't allowed (it may be common knowledge)!We have periods (
.
) in them, but it will fail with a hyphen in case anyone else encounters this problem.Beta Was this translation helpful? Give feedback.
All reactions