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:
parent
7c92ebb502
commit
34bbe8d2d3
@ -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