Is there a way to allow special characters on passwords e.g. ¬!"£$%^&*()_+:~@][ etc. We have a client who requires this and therefore we are unable to move them across to DA until its available.
I've just made a change to the rules for valid passwords in response to this thread. The new rules will basiscally means you can use anything except these 4: space \ / :
Until the next release, the rules are:
- the 4 listed above are not allowed
- the characters from ! to ~ are allowed (See www.asciitable.com)
- é à ü ö are allowed
The next release will allow almost everything you can think of except the 4 from the top. Other rejected characters would be \n and \r as newlines arn't allowed
You know what, I can't remember why I did that.. It might have been something to do with how it's stored.. but since it's encrypted, it really wouldn't matter.. I'll double check everything and then allow it.
As for other espcaped characters ... there are only 7 of them... and the closest one to being useful would be "tab" (\t) .. but DA doesn't do the escaping, so the actual tab character would be used... don't think it will allow it unless someone is dying to have a tab in their password (not even sure how some programs would handle that) ... like.. without using "paste", how would you enter the tab character into outlook? It would just go to the next field.
Why I was asking, if someone had \t without realising it was a tab, they would have difficulties - without accessing anything using that password, a shell password should be fine though when that is done with a chrooted environment.
Ill assume since the \t is done like this, passwords are written with echo -e - could the e be removed so the characters could then be entered... never really dealt with characters such as that with passwords so unsure how it could be done, either way it needs to be looked over for little problems like the one noticed above
ok. I didnt realise things are always documented. We don't auto update, so we look at release notes to see whats included. Haven't checked for or found any errors yet.