summaryrefslogtreecommitdiff
path: root/projects/pam-naming.mdwn
blob: df3a0a6ab5366663ae4b0455bcff16c26194768e (plain)
1
2
3
4
5
6
7
8
9
10
11
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 ]]

### Source Code
The source code is available via:

    git clone git://honk.sigxcpu.org/git/pam-naming.git/

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