summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-11-05 04:17:57 +0000
committerGerald Carter <jerry@samba.org>2003-11-05 04:17:57 +0000
commit41aefed932df1938c5e6681c809150068a39292a (patch)
tree883e6a764d138061c829819408fa4f91d5d4046d /examples
parent13d32f561b23f2d69daf103a971acbdae547703d (diff)
downloadsamba-41aefed932df1938c5e6681c809150068a39292a.tar.gz
samba-41aefed932df1938c5e6681c809150068a39292a.tar.xz
samba-41aefed932df1938c5e6681c809150068a39292a.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;