ODSEE - How to Keep "dsconf export" from Truncating Lines in LDIF File
(Doc ID 2616030.1)
Last updated on SEPTEMBER 07, 2023
Applies to:
Oracle Directory Server Enterprise Edition - Version 11.1.1.7.3 and laterInformation in this document applies to any platform.
Goal
The "dsconf export" is truncating lines in ldif.
A nightly cron to export a ldif is performed using this example command:
$ dsconf export -Q -h $HOSTNAME -w $PWD-FILE dc=$SUFFIX_DN $FILE.LDIF
Long lines wrap, two example automountinformation attribute values below, wrapped:
automountInformation: -ro,suid ou=<AUTO_HOME>,ou=<AUTOMOUNT>,ou=<BRANCH>,dc=<SUFFIX_DN> --time
out=60 --ghost
automountInformation: -fstype=nfs,rw,hard,intr,nodev,exec,nosuid,rsize=8192,wsize=8192 $HOST.DOMAIN:
/export/home/$USER
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |