diff options
-rw-r--r-- | examples/LDAP/README | 2 | ||||
-rw-r--r-- | examples/VFS/.cvsignore | 2 |
2 files changed, 3 insertions, 1 deletions
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 |