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

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
(Created page with "{{Ebuild |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 gr...")
 
Line 1: Line 1:
{{Ebuild
{{Ebuild
|Summary=The 389 Directory Server Admin Server is an Apache-based application server that can optionally be deployed alongside 389 Directory Server. It allows for remote Java-based management of your 389 Directory Server deployment.
|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=net-nds/389-admin
|CatPkg=net-nds/389-ds-base
|Maintainer=Psychopatch,  
|Maintainer=Psychopatch,  
|Repository=Funtoo LDAP Overlay
|Repository=Funtoo LDAP Overlay
}}
}}
The 389 Directory Server Admin Server is an Apache-based application server that can optionally be deployed alongside 389 Directory Server. It allows for remote Java-based management of your 389 Directory Server deployment.
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.


One connects to the Admin Server using the [[Package:389 Directory Server Console]].
After emerge, to set up your LDAP server, run:
 
<console>
# ##i##setup-ds.pl
</console>
 
If you want the Apache-based graphical admin console set up, along with your LDAP server, <tt>emerge 389-ds-admin</tt> and run:
 
<console>
# ##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}}

Revision as of 20:30, June 19, 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.