diff options
-rwxr-xr-x | examples/LDAP/convertSambaAccount | 6 |
1 files changed, 6 insertions, 0 deletions
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=<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; |