summaryrefslogtreecommitdiff
path: root/projects/pam-naming.mdwn
diff options
context:
space:
mode:
authoragx <agx@web>2010-02-02 23:05:57 +0100
committerWiki User <wikwik@wiki.sigxcpu.org>2010-02-02 23:05:57 +0100
commitf0c0e821c941efd3124074f98d8f81581aaeb48b (patch)
tree57d6b471ed99636f8806467af447bfeb027d6259 /projects/pam-naming.mdwn
parent53641969085b91e686ba4445d94ba92f250e2b59 (diff)
rename pam-naming.mdwn to projects/pam-naming.mdwn
Diffstat (limited to 'projects/pam-naming.mdwn')
-rw-r--r--projects/pam-naming.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/projects/pam-naming.mdwn b/projects/pam-naming.mdwn
new file mode 100644
index 0000000..df3a0a6
--- /dev/null
+++ b/projects/pam-naming.mdwn
@@ -0,0 +1,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>>.