mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
added note about stripping comments from LDIF; bug 642
This commit is contained in:
parent
29413db303
commit
3f67b2bbfd
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user