added note about stripping comments from LDIF; bug 642
authorGerald Carter <jerry@samba.org>
Wed, 5 Nov 2003 04:17:57 +0000 (04:17 +0000)
committerGerald Carter <jerry@samba.org>
Wed, 5 Nov 2003 04:17:57 +0000 (04:17 +0000)
(This used to be commit 41aefed932df1938c5e6681c809150068a39292a)

examples/LDAP/convertSambaAccount

index e00d0a2326ec8594812e74b0f6e8f9f0a43073a1..4357dbc8f8db667c8a2063498807b60b23b21f67 100755 (executable)
@@ -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;