Export the Windows Agreement in LDIF format

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Mister Anonyme wrote:
> Hi,
>
> The subject says it all, I'm wondering if it's possible to export a 
> Windows Agreement in LDIF format so I can install a new Directory 
> Server automatically next time.
Sure.  You can either extract it from the dse.ldif or grab it via 
ldapsearch using -s sub -b cn=config 
(objectclass=nsDSWindowsReplicationAgreement)

You can put this in a file e.g. winsync.ldif and use silent setup to 
create a new directory server instance with this enabled:
http://www.redhat.com/docs/manuals/dir-server/install/8.0/Installation_Guide-Advanced_Configuration-Silent.html

Use the .inf file directive ConfigFile to specify additional config for 
the new instance:
[General]
FullMachineName=ldap.example.com
...
[slapd]
ServerPort=389
...
ConfigFile=/full/path/to/winsync.ldif

Then setup-ds-admin.pl -s -f /path/to/file.inf

You can also pass this in on the command line e.g.
setup-ds-admin.pl ..... slapd.ConfigFile=/full/path/to/winsync.ldif

ConfigFile is multi-valued so you can pass in many configs this way
>
> Thank you.
>
> ------------------------------------------------------------------------
> ------------------------------------------------------------------------
>
> --
> Fedora-directory-users mailing list
> Fedora-directory-users at redhat.com
> https://www.redhat.com/mailman/listinfo/fedora-directory-users
>   

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3258 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.fedoraproject.org/pipermail/389-users/attachments/20080905/f05f7e6d/attachment.bin 


[Index of Archives]     [Fedora User Discussion]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora News]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora QA]     [Fedora Triage]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Yosemite Photos]     [Linux Apps]     [Maemo Users]     [Gnome Users]     [KDE Users]     [Fedora Tools]     [Fedora Art]     [Fedora Docs]     [Maemo Users]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Fedora ARM]

  Powered by Linux