Article
Problem
When using the Active Directory Driver with Novell Identity Manager, you may sometimes see an LDAP error 49 in your DSTrace. This means the account credentails could not log in correctly.
Solution
Here are the error codes you might see along with error 49, and their definitions:
- 525 - user not found
- 52e - invalid credentials
- 530 - not permitted to logon at this time
- 531 - workstation restriction
- 532 - password expired
- 533 - account disabled
- 568 - too many contexts ids (too many group memberships)
- 701 - account expired
- 773 - user must reset password
- 775 - user is intruder locked
It's useful to know what to do next to resolve the problem. For a 525 error, you probably have the Bind DN wrong. Remember that in AD, the default Users container on a fresh install is an odd object class, whose naming attribute is actually cn=Users(,dc=acme,dc=com) instead of what you might be expecting (such as ou=Users,dc=acme,dc=com).
If you see a 52e, it means you sent the wrong password. And so on and so forth.
You will often see a "sub-error" code that may be quite informative.
Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).
It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.
Related Articles
User Comments
531 - workstation restriction
Submitted by IMsyncUnit on 29 April 2010 - 8:16am.
531 - workstation restriction
- Be the first to comment! To leave a comment you need to Login or Register
Thanks! Good one!
Submitted by geoffc on 29 April 2010 - 10:12am.
Thanks! Thats a good one! Got any more? Will update the article.
- Be the first to comment! To leave a comment you need to Login or Register


2