Link to home
Start Free TrialLog in
Avatar of ktrask36
ktrask36

asked on

Full Path of Username from Active Directory

We have a piece of software that is using our Active Directory to get usernames and passwords in order to log into the software. For some reason, any username that is longer than 10 in Active Directory will not work with our software. Does anyone know the full path of a username from Active Directory? Our network is called langroup2 so I"m sure it is using langroup2\mharrington for example, but I'm wondering if it sees anything else in front of the langroup2. Our user id's are set to 28 and the network ids are set to 256 so I don't think it is anything within our piece of software. I'm guessing maybe it's something more it is getting from Active Directory that I can't see. Any information would be appreciated.
ASKER CERTIFIED SOLUTION
Avatar of Mike Kline
Mike Kline
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ktrask36
ktrask36

ASKER

What is the samaccountname?

28 is the limit the software has for user id's. One of our users would be langroup2\mharrington which is exactly 20 so I'm not sure what is doesn't like. That is why I was thinking it might be looking at something more than domain\username.
This would have to be a limitation in the Vendor's Application.  Having made numerous VBScripts for many things, I can tell you it's easy to have a "glitch" in the program.. :)  As for Active Directory, the sAMAccountName would be the correct location for the User's Login ID.  I would contact the vendor to resolve this since we can only speculate as to the cause, whereas they should be able to identify it.
In your example mharrington  would be the samaccountname, that can't be more than 20 characters.

Thanks

Mike