]> git.sur5r.net Git - openldap/commitdiff
More for prev commit
authorHoward Chu <hyc@openldap.org>
Mon, 20 Apr 2009 10:24:42 +0000 (10:24 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 20 Apr 2009 10:24:42 +0000 (10:24 +0000)
contrib/slapd-modules/nssov/nssov.c

index 724c1534384679686ffcee23b1229487ad5fa112..bada9de3be89f1612a3ebb89d058646c044be48c 100644 (file)
@@ -33,6 +33,9 @@
 #include <fcntl.h>
 #include <sys/stat.h>
 
+AttributeDescription *nssov_pam_host_ad;
+AttributeDescription *nssov_pam_svc_ad;
+
 /* buffer sizes for I/O */
 #define READBUFFER_MINSIZE 32
 #define READBUFFER_MAXSIZE 64