diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-06-09 03:00:20 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-06-09 03:00:20 +0800 |
commit | 7209c4ca5b2091f81936707369d16919e7a9a51c (patch) | |
tree | ac5b2b20b7d94821af42a8745c1db5f0499f7522 /security/Makefile | |
parent | d1fb8d11b487247a2367e844845019234be97610 (diff) | |
download | freebsd-ports-gnome-7209c4ca5b2091f81936707369d16919e7a9a51c.tar.gz freebsd-ports-gnome-7209c4ca5b2091f81936707369d16919e7a9a51c.tar.zst freebsd-ports-gnome-7209c4ca5b2091f81936707369d16919e7a9a51c.zip |
New pam port for ldap authentication.
PR: 27673
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Reviewed by: will
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 00f2a3b92026..f2eba6142eff 100644 --- a/security/Makefile +++ b/security/Makefile @@ -117,6 +117,7 @@ SUBDIR += pam-mysql SUBDIR += pam-pgsql SUBDIR += pam_krb5 + SUBDIR += pam_ldap SUBDIR += pam_ssh SUBDIR += pgp SUBDIR += pgp5 |