Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added hyphen allowed character in uids #725

Merged
merged 1 commit into from
Jul 8, 2014
Merged

Conversation

fphg
Copy link
Member

@fphg fphg commented Jul 8, 2014

ldapadmin restricts uid with [a-z][a-z0-9.]*
a more open yet valid regex would be [a-z][a-z0-9.-]* allowing spaces in names to be replaced by hyphen
tested successfully on dev.geob.fr

partial fix #676

fvanderbiest added a commit that referenced this pull request Jul 8, 2014
added hyphen allowed character in uids
@fvanderbiest fvanderbiest merged commit ae85f4e into master Jul 8, 2014
@fvanderbiest fvanderbiest deleted the ldapadmin_uid branch July 8, 2014 17:15
@fvanderbiest
Copy link
Member

Looks good, thanks Fabrice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants