summaryrefslogtreecommitdiff
path: root/projects/pam-naming.mdwn
blob: e4b95a07f78df920a444a9f511f66ba331b8b3dd (plain)
1
2
3
4
5
6
7
8
pam-naming is a pam module that allows you to match usernames against Perl regular expressions using the [pcre](http://www.pcre.org/) library. This can be helpful if you want to ensure that usernames are e.g. all lowercase although pam_ldap would accept uppercase usernames (due to the used ldap schema on the server).

[[!toc ]]

[[!template  id=honk_git repo="pam-naming"]]

### Authors
pam-naming was written by Guido Günther <<agx@sigxcpu.org>>.