Difference between pages "Package:Gzip" and "Package:389 Directory Server"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
 
Line 1: Line 1:
{{Ebuild
{{Ebuild
|Summary=Gzip is the standard GNU compressor/decompressor, used to create and expand .gz archives.
|Summary=This is the core part of 389 Directory Server -- technically, all you need for an LDAP deployment, although many will want to install 389-ds-admin for the graphical management capabilities, too.
|CatPkg=app-arch/gzip
|CatPkg=net-nds/389-ds-base
|Maintainer=Oleg,
|Maintainer=Psychopatch,
|Homepage=http://www.gnu.org/software/gzip/
|Homepage=http://directory.fedoraproject.org/wiki/Main_Page
|Repository=Funtoo Overlay
|Repository=Funtoo LDAP Overlay
}}
}}
Our forked version of Gzip adds a patch to add the <tt>--rsyncable</tt> option, which creates an "rsync-friendly" archive. This option used by <tt>vzdump</tt> utility
This is the core part of 389 Directory Server -- technically, all you need for an LDAP deployment, although many will want to install 389-ds-admin for the graphical management capabilities, too.


Here is the full description of this option:
After emerge, to set up your LDAP server, run:


<blockquote>
<console>
"While compressing, synchronize the output occasionally based on the
# ##i##setup-ds.pl
input.  This reduces compression by about 1 percent most cases, but
</console>
means that the <tt>rsync</tt> program can take advantage of similarities
 
in the uncompressed input when syncronizing two files compressed with
If you want the Apache-based graphical admin console set up, along with your LDAP server, <tt>emerge 389-ds-admin</tt> and run:
this flag.  <tt>gunzip</tt> cannot tell the difference between a
 
compressed file created with this option, and one created without it."
<console>
</blockquote>
# ##i##setup-ds-admin.pl
</console>
 
This will set up both for you, and then you will be able to remotely manage your LDAP server using the Java-based [[Package:389 Directory Server Console]].
{{EbuildFooter}}
{{EbuildFooter}}

Latest revision as of 22:43, September 18, 2014

389 Directory Server

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

This is the core part of 389 Directory Server -- technically, all you need for an LDAP deployment, although many will want to install 389-ds-admin for the graphical management capabilities, too.

After emerge, to set up your LDAP server, run:

root # setup-ds.pl

If you want the Apache-based graphical admin console set up, along with your LDAP server, emerge 389-ds-admin and run:

root # setup-ds-admin.pl

This will set up both for you, and then you will be able to remotely manage your LDAP server using the Java-based Package:389 Directory Server Console.