[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: structuralObjectClass: no user modification allowed
On 04/11/2005 11:35 AM, Fernando Ramírez Sánchez wrote:
Ok, but I would like to create the ldif file without the
structuralObjectClass line. Is it posible?
The ldif file is created with slapcat
Use the following command to create your ldif file (this will allow it
to work with ldapadd):
cat >slapcat_ldapadd.ldif <<EOF
/^creatorsName: /d
/^createTimestamp: /d
/^modifiersName: /d
/^modifyTimestamp: /d
/^structuralObjectClass: /d
/^entryUUID: /d
/^entryCSN: /d
EOF
slapcat -v | sed -f slapcat_ldapadd.ldif > save_the_bacon.ldif
--
Frank Swasey | http://www.uvm.edu/~fcs
Informtn Tech Profssnl Sr | Always remember: You are UNIQUE,
University of Vermont | just like everyone else.
"I am not young enough to know everything." - Oscar Wilde (1854-1900)