From 210cb79d29fcf8e01b538b6af4dee430f9032882 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 22 Jan 2003 23:49:54 +0000 Subject: Minor merges from HEAD. (This used to be commit 902a1dc1d5f74ce94496d03327c07416bc2061be) --- examples/LDAP/README | 2 +- examples/VFS/.cvsignore | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/LDAP/README b/examples/LDAP/README index 281a66e65a..42cf4ff33a 100644 --- a/examples/LDAP/README +++ b/examples/LDAP/README @@ -5,7 +5,7 @@ !== This is a quick and dirty means of storing smbpasswd entries -in smbpasswd. Samba 2.2.x does not have any ability to grab +in LDAP. Samba 2.2.x does not have any ability to grab this information directly from LDAP so you will need to periodically generate an smbpasswd from an ldapsearch "(objectclass=smbPasswordEntry)". diff --git a/examples/VFS/.cvsignore b/examples/VFS/.cvsignore index 0b0923a496..92b494f978 100644 --- a/examples/VFS/.cvsignore +++ b/examples/VFS/.cvsignore @@ -1,2 +1,4 @@ .libs *.so +*.o +Makefile -- cgit