summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-11-05 04:17:21 +0000
committerGerald Carter <jerry@samba.org>2003-11-05 04:17:21 +0000
commit3f67b2bbfdbedc76d7265fc5333d5f71577d9c7b (patch)
tree744351af8c58a2036ed05286c8f586fbb67b375a /examples
parent29413db303d30d28c2fb0cc6e6e963e725ad4101 (diff)
downloadsamba-3f67b2bbfdbedc76d7265fc5333d5f71577d9c7b.tar.gz
samba-3f67b2bbfdbedc76d7265fc5333d5f71577d9c7b.tar.xz
samba-3f67b2bbfdbedc76d7265fc5333d5f71577d9c7b.zip
added note about stripping comments from LDIF; bug 642
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/LDAP/convertSambaAccount6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/LDAP/convertSambaAccount b/examples/LDAP/convertSambaAccount
index e00d0a2326e..4357dbc8f8d 100755
--- a/examples/LDAP/convertSambaAccount
+++ b/examples/LDAP/convertSambaAccount
@@ -9,6 +9,12 @@
## --input=<input ldif> --output=<output ldif> \
## --changetype=[modify|add]
##
+## You can generate an input ldif file using:
+## $ ldapsearch -LL -x -h ldapsrv -D cn=root,dc=company,dc=com \
+## -b dc=copmany,dc=com > /tmp/samba3.alpha23.ldif
+##
+## Note the "-LL" so no additional comments are generated
+##
use strict;