***************************************
* Directory administrator README
***************************************

Thank you for choosing Directory administrator. 

The official Web site is http://diradmin.open-it.org/

Q: What is Directory administrator?

A: Directory administrator is an LDAP POSIX user/group manager.  
That, in plain English, means that it will allow you to easily manage 
your Linux/UNIX users and groups residing in an LDAP database.

It also manages organizational information, per-server/service access
controls, and LDAP mail routing as supported by Sendmail and other 
LDAP-enabled mailers.

Q: What is LDAP?  What can I use it for?

A: That question is an easy one, too.
A directory is a centralized object storage server.  LDAP is a 
lightweight directory protocol.  UNIX and Windows systems can make use of 
a directory server to verify the users' credentials and to grant them 
access to the system.

It makes sense to have a centralized store for credential information, 
but it gets better: you can also store your users' company information  
(such as e-mail address, PBX extension number, and the like).
Nowadays, nearly every network service can authenticate against an
LDAP directory (that includes Linux and other UNIX variants).

So it works like this:

* Set a directory up: install OpenLDAP and migrate authentication 
  information into it (the MigrationTools from PADL can assist you 
  with the task).
* Install Directory administrator: you don't need to install it in
  the same computer as the directory server.
* Set your workstations up to look up authentication information on
  your newly set-up directory server.  This can be done using your 
  operating system setup utilities (e.g., authdrake for Mandrake Linux,
  redhat-config-auth for Red Hat Linux).
* Manage your users and groups via Directory administrator

You can also set several other services up, and they will take advantage 
of the information residing on the directory server.

LDAP has also replication and fault-tolerancy.  This means you could 
have a global directory for all your users, constantly replicating 
between sites.

Not only that, but it, just as NIS+, allows you to have unified user 
IDs and group IDs, effectively being a secure replacement to NIS+.  
This means that all your users will hold the same user IDs across 
servers and workstations.  That is, another administrative nightmare 
has been obliterated.

Q: How do I install and use it?

A: Read the file INSTALL in this directory.

Then open Directory administrator, create a connection profile, 
connect with administrator credentials and start managing your
directory!

