Dan Munns Posted October 31, 2017 Posted October 31, 2017 Hi all, I have created a new LDAP import to pick up users in a specific OU. It works fine for most users but some (6 in this case) are not created with the following error message: Unable to Create User: The element <password> was not expected at location '/methodCall/params/password' Does anyone have any ideas? @Victor @Steven Boardman @TrevorKillick Sorry for the tags but this is quite urgent as it has failed to create a user I need to test log in with tomorrow morning. Thanks Dan
Victor Posted October 31, 2017 Posted October 31, 2017 @Dan Munns one of these mappings is missing (screenshot from our wiki): "UserId":"[sAMAccountName]", "UserType":"user", "Name":"[cn]", ...most likely the name... EDIT: ... "name" is a mandatory parameter for users in Hornbill, if this is missing when doing LDAP import you would get this type of error...
Dan Munns Posted October 31, 2017 Author Posted October 31, 2017 @Victor yep it was missing sn and givenName so at least one is obviously a mandatory field (I am guessing it will be sn) Time to have words with the accounts administrator I guess..... 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now