intro.htm 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <!-- --- BEGIN COPYRIGHT BLOCK ---
  2. This Program is free software; you can redistribute it and/or modify it under
  3. the terms of the GNU General Public License as published by the Free Software
  4. Foundation; version 2 of the License.
  5. This Program is distributed in the hope that it will be useful, but WITHOUT
  6. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  7. FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  8. You should have received a copy of the GNU General Public License along with
  9. this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
  10. Place, Suite 330, Boston, MA 02111-1307 USA.
  11. In addition, as a special exception, Red Hat, Inc. gives You the additional
  12. right to link the code of this Program with code not covered under the GNU
  13. General Public License ("Non-GPL Code") and to distribute linked combinations
  14. including the two, subject to the limitations in this paragraph. Non-GPL Code
  15. permitted under this exception must only link to the code of this Program
  16. through those well defined interfaces identified in the file named EXCEPTION
  17. found in the source code files (the "Approved Interfaces"). The files of
  18. Non-GPL Code may instantiate templates or use macros or inline functions from
  19. the Approved Interfaces without causing the resulting work to be covered by
  20. the GNU General Public License. Only Red Hat, Inc. may make changes or
  21. additions to the list of Approved Interfaces. You must obey the GNU General
  22. Public License in all respects for all of the Program code and other code used
  23. in conjunction with the Program except the Non-GPL Code covered by this
  24. exception. If you modify this file, you may extend this exception to your
  25. version of the file, but you are not obligated to do so. If you do not wish to
  26. provide this exception without modification, you must delete this exception
  27. statement from your version and license this file solely under the GPL without
  28. exception.
  29. Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  30. Copyright (C) 2005 Red Hat, Inc.
  31. All rights reserved.
  32. --- END COPYRIGHT BLOCK --- -->
  33. <html>
  34. <head>
  35. <title>Introduction to the Fedora Directory Server Interface</title>
  36. </head>
  37. <body>
  38. <h1>Introduction to the Directory Server Interface</h1>
  39. <p>The Fedora Directory Server is a robust, scalable server for storing, querying, and
  40. managing an enterprise-wide directory of users and information. Using the Directory Server, corporate IS organizations can manage
  41. information from a single point of control, and employees can retrieve this information from multiple network locations.</p>
  42. <p>The directory server provides a simple interface to
  43. corporate user information. From this interface, you can:</p>
  44. <ul>
  45. <P>
  46. <li><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#search">Search the directory for
  47. information about users and resources.</a> For example,
  48. you can search for an employee's email address or phone
  49. number. You can find more information about searching the
  50. directory in <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm">Chapter 2,
  51. &quot;Searching the Directory Tree.&quot;</a></li>
  52. <P>
  53. <li><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#adding">Create a new entry in the
  54. directory.</a> For example, you can add information about
  55. a new employee, such as the employee's name and phone
  56. number. This feature is usually reserved only for
  57. users who have authenticated properly to the Directory
  58. Server, and who have been granted write permissions by
  59. the directory administrator. For information about adding
  60. new users, groups, organizational units, and
  61. organizations to the directory, see <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm">Chapter 3,
  62. &quot;Adding Entries.&quot;</a></li>
  63. <P>
  64. <li><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#editing">Modify existing entries in the
  65. directory.</a> For example, if you have the appropriate
  66. permissions, you can change existing values to entry
  67. attributes, delete the entire entry, rename the entry,
  68. or change the password for the entry.
  69. This feature is usually reserved only for users who have been
  70. granted write permissions by the directory administrator, and
  71. have authenticated properly to the Directory Server. For
  72. instructions on updating information about users, groups,
  73. organizational units, and organizations, see <a
  74. href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm">Chapter 4, &quot;Editing
  75. Entries.&quot;</a></li>
  76. <P>
  77. <li><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#authenticating">Authenticate to the
  78. Directory Server.</a> If your directory manager has made
  79. authentication a requirement for accessing or writing to the Directory
  80. Server, you may need to enter your user name and password.
  81. While the exact authentication requirements
  82. vary from site to site, the Directory Server typically
  83. requires authentication only if you are adding,
  84. modifying, or deleting an entry in the directory. For
  85. details on authenticating to the Directory Server, see <a
  86. href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm">Chapter 5, &quot;Authentication.&quot;</a></li>
  87. </ul>
  88. <p> </p>
  89. </body>
  90. </html>