[PC-BSD Commits] r18014 - in pcbsd/current/src-sh/pc-adctl: . nssldap
svn at pcbsd.org
svn at pcbsd.org
Mon Jul 30 23:58:55 PDT 2012
Author: johnh
Date: 2012-07-31 06:58:55 +0000 (Tue, 31 Jul 2012)
New Revision: 18014
Added:
pcbsd/current/src-sh/pc-adctl/nssldap/
pcbsd/current/src-sh/pc-adctl/nssldap/Makefile
pcbsd/current/src-sh/pc-adctl/nssldap/nssldap-lexer.l
pcbsd/current/src-sh/pc-adctl/nssldap/nssldap-parser.y
pcbsd/current/src-sh/pc-adctl/nssldap/nssldapconf.c
pcbsd/current/src-sh/pc-adctl/nssldap/nssldapconf.h
Modified:
pcbsd/current/src-sh/pc-adctl/Makefile
Log:
Adding nssldap lexer/parser for LDAP.
Modified: pcbsd/current/src-sh/pc-adctl/Makefile
===================================================================
--- pcbsd/current/src-sh/pc-adctl/Makefile 2012-07-31 04:50:16 UTC (rev 18013)
+++ pcbsd/current/src-sh/pc-adctl/Makefile 2012-07-31 06:58:55 UTC (rev 18014)
@@ -1,4 +1,4 @@
-SUBDIR=krb nss pam samba scripts conf rc
+SUBDIR=krb nss nssldap pam samba scripts conf rc
.include <bsd.subdir.mk>
More information about the Commits
mailing list