| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <!-- --- BEGIN COPYRIGHT BLOCK ---
- This Program is free software; you can redistribute it and/or modify it under
- the terms of the GNU General Public License as published by the Free Software
- Foundation; version 2 of the License.
- This Program is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
- FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- You should have received a copy of the GNU General Public License along with
- this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
- Place, Suite 330, Boston, MA 02111-1307 USA.
- In addition, as a special exception, Red Hat, Inc. gives You the additional
- right to link the code of this Program with code not covered under the GNU
- General Public License ("Non-GPL Code") and to distribute linked combinations
- including the two, subject to the limitations in this paragraph. Non-GPL Code
- permitted under this exception must only link to the code of this Program
- through those well defined interfaces identified in the file named EXCEPTION
- found in the source code files (the "Approved Interfaces"). The files of
- Non-GPL Code may instantiate templates or use macros or inline functions from
- the Approved Interfaces without causing the resulting work to be covered by
- the GNU General Public License. Only Red Hat, Inc. may make changes or
- additions to the list of Approved Interfaces. You must obey the GNU General
- Public License in all respects for all of the Program code and other code used
- in conjunction with the Program except the Non-GPL Code covered by this
- exception. If you modify this file, you may extend this exception to your
- version of the file, but you are not obligated to do so. If you do not wish to
- provide this exception without modification, you must delete this exception
- statement from your version and license this file solely under the GPL without
- exception.
-
- Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
- Copyright (C) 2005 Red Hat, Inc.
- All rights reserved.
- --- END COPYRIGHT BLOCK --- -->
- <html>
- <head>
- <title>Introduction to the Fedora Directory Server Interface</title>
- </head>
- <body>
- <h1>Introduction to the Directory Server Interface</h1>
- <p>The Fedora Directory Server is a robust, scalable server for storing, querying, and
- managing an enterprise-wide directory of users and information. Using the Directory Server, corporate IS organizations can manage
- information from a single point of control, and employees can retrieve this information from multiple network locations.</p>
- <p>The directory server provides a simple interface to
- corporate user information. From this interface, you can:</p>
- <ul>
- <P>
- <li><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#search">Search the directory for
- information about users and resources.</a> For example,
- you can search for an employee's email address or phone
- number. You can find more information about searching the
- directory in <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm">Chapter 2,
- "Searching the Directory Tree."</a></li>
- <P>
- <li><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#adding">Create a new entry in the
- directory.</a> For example, you can add information about
- a new employee, such as the employee's name and phone
- number. This feature is usually reserved only for
- users who have authenticated properly to the Directory
- Server, and who have been granted write permissions by
- the directory administrator. For information about adding
- new users, groups, organizational units, and
- organizations to the directory, see <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm">Chapter 3,
- "Adding Entries."</a></li>
- <P>
- <li><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#editing">Modify existing entries in the
- directory.</a> For example, if you have the appropriate
- permissions, you can change existing values to entry
- attributes, delete the entire entry, rename the entry,
- or change the password for the entry.
- This feature is usually reserved only for users who have been
- granted write permissions by the directory administrator, and
- have authenticated properly to the Directory Server. For
- instructions on updating information about users, groups,
- organizational units, and organizations, see <a
- href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm">Chapter 4, "Editing
- Entries."</a></li>
- <P>
- <li><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#authenticating">Authenticate to the
- Directory Server.</a> If your directory manager has made
- authentication a requirement for accessing or writing to the Directory
- Server, you may need to enter your user name and password.
- While the exact authentication requirements
- vary from site to site, the Directory Server typically
- requires authentication only if you are adding,
- modifying, or deleting an entry in the directory. For
- details on authenticating to the Directory Server, see <a
- href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm">Chapter 5, "Authentication."</a></li>
- </ul>
- <p> </p>
- </body>
- </html>
|