Hi,
Couple of things I noticed when Deadline usernames are created manually (instead of being tied to system name):
- spaces are allowed at the beginning of the username.
- spaces are allowed at the end of the username.
- Various characters such as [ and ] are allowed in the username.
There must be some kind of best practice guide around for user naming convention on the web?, especially to keep AD happy. I know LDAP will wrap the username in quotations, so it is normally happy. However, best practice
I do know the following if it helps:
- Numeric only user accounts is bad. Confusing. Easier to guess/hack.
- Numeric-only UPN logon names (won’t be routed across trusted forests)
- Accounts starting with ‘S-’ (might be considered SIDs). Therefore bad.
So, I’m thinking the only characters that should be allowed as a deadline username are:
- 0-9
- a-z (capitals are seen as the same and shifted to be lowercase it would seem at the moment - so this bit is already in place )
- _
- .
- @
-
anything else, including spaces should be disallowed?