From 34bbe8d2d30cde6195afa7a18376bf1281aeac8c Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 5 Nov 2003 04:17:57 +0000 Subject: added note about stripping comments from LDIF; bug 642 (This used to be commit 41aefed932df1938c5e6681c809150068a39292a) --- examples/LDAP/convertSambaAccount | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'examples') diff --git a/examples/LDAP/convertSambaAccount b/examples/LDAP/convertSambaAccount index e00d0a2326..4357dbc8f8 100755 --- a/examples/LDAP/convertSambaAccount +++ b/examples/LDAP/convertSambaAccount @@ -9,6 +9,12 @@ ## --input= --output= \ ## --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; -- cgit