1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-19 18:50:24 +03:00

added note about stripping comments from LDIF; bug 642

(This used to be commit 41aefed932df1938c5e6681c809150068a39292a)
This commit is contained in:
Gerald Carter 2003-11-05 04:17:57 +00:00
parent 7c92ebb502
commit 34bbe8d2d3

View File

@ -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;