summaryrefslogtreecommitdiffstats
path: root/ldap/clients/dsgw/html/manual
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/clients/dsgw/html/manual')
-rw-r--r--ldap/clients/dsgw/html/manual/Makefile56
-rw-r--r--ldap/clients/dsgw/html/manual/a.gifbin0 -> 181 bytes
-rw-r--r--ldap/clients/dsgw/html/manual/add.htm681
-rw-r--r--ldap/clients/dsgw/html/manual/attribua.gif103
-rw-r--r--ldap/clients/dsgw/html/manual/attribut.htm6712
-rw-r--r--ldap/clients/dsgw/html/manual/auth.htm286
-rw-r--r--ldap/clients/dsgw/html/manual/contents.html185
-rw-r--r--ldap/clients/dsgw/html/manual/dn.htm262
-rw-r--r--ldap/clients/dsgw/html/manual/dna.gifbin0 -> 185 bytes
-rw-r--r--ldap/clients/dsgw/html/manual/filters.htm622
-rw-r--r--ldap/clients/dsgw/html/manual/index.html150
-rw-r--r--ldap/clients/dsgw/html/manual/index.map49
-rw-r--r--ldap/clients/dsgw/html/manual/intro.htm70
-rw-r--r--ldap/clients/dsgw/html/manual/ja/add.htm517
-rw-r--r--ldap/clients/dsgw/html/manual/ja/attribut.htm7139
-rw-r--r--ldap/clients/dsgw/html/manual/ja/auth.htm151
-rw-r--r--ldap/clients/dsgw/html/manual/ja/contents.html172
-rw-r--r--ldap/clients/dsgw/html/manual/ja/filters.htm1062
-rw-r--r--ldap/clients/dsgw/html/manual/ja/intro.htm39
-rw-r--r--ldap/clients/dsgw/html/manual/ja/mod.htm670
-rw-r--r--ldap/clients/dsgw/html/manual/ja/objclass.htm7249
-rw-r--r--ldap/clients/dsgw/html/manual/ja/search.htm380
-rw-r--r--ldap/clients/dsgw/html/manual/mod.htm828
-rw-r--r--ldap/clients/dsgw/html/manual/n.gifbin0 -> 181 bytes
-rw-r--r--ldap/clients/dsgw/html/manual/objclass.htm7246
-rw-r--r--ldap/clients/dsgw/html/manual/search.htm651
-rw-r--r--ldap/clients/dsgw/html/manual/t.gifbin0 -> 147 bytes
-rw-r--r--ldap/clients/dsgw/html/manual/y.gifbin0 -> 176 bytes
28 files changed, 35280 insertions, 0 deletions
diff --git a/ldap/clients/dsgw/html/manual/Makefile b/ldap/clients/dsgw/html/manual/Makefile
new file mode 100644
index 00000000..c8fb1a05
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/Makefile
@@ -0,0 +1,56 @@
+#
+# PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
+# license terms. Copyright 2001 Sun Microsystems, Inc.
+# Some preexisting portions Copyright 2001 Netscape Communications Corp.
+# All rights reserved.
+#
+#
+# Gmakefile for Directory Server Gateway manual files.
+#
+
+LDAP_SRC = ../../../..
+MCOM_ROOT = ../../../../../..
+
+NOSTDSTRIP=true # don't let nsconfig.mak define target strip
+NOSTDCLEAN=true # don't let nsconfig.mak define target clean
+NOSTDDEPEND=true # don't let nsconfig.mak define target depend
+
+include $(MCOM_ROOT)/ldapserver/nsconfig.mk
+include $(LDAP_SRC)/nsldap.mk
+
+include ../../dsgw_include.mk
+
+HTMLDEST = $(DSGW_MAN_RELDIR)
+
+HTML = a.gif add.htm attribua.gif attribut.htm auth.htm \
+ contents.html intro.htm mod.htm n.gif \
+ objclass.htm search.htm t.gif y.gif index.map
+
+BINS=$(addprefix $(HTMLDEST)/,$(HTML))
+
+ifeq ($(ARCH), WINNT)
+CP2=cmd /c 'sh ../../../../cm/nbsp2utf8.sh $< >'
+else
+CP2=sh ../../../../cm/nbsp2utf8.sh $< >
+endif
+
+all: $(HTMLDEST) $(BINS)
+install: $(HTMLDEST) $(BINS)
+
+clean:
+ $(RM) $(BINS)
+
+$(HTMLDEST)/%.map: %.map
+ @-$(RM) $@
+ cp $< $@
+
+$(HTMLDEST)/%.gif: %.gif
+ @-$(RM) $@
+ cp $< $@
+
+$(HTMLDEST)/%: %
+ -@$(RM) $@
+ $(CP2) $@
+
+strip:
+depend:
diff --git a/ldap/clients/dsgw/html/manual/a.gif b/ldap/clients/dsgw/html/manual/a.gif
new file mode 100644
index 00000000..1a19dba4
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/a.gif
Binary files differ
diff --git a/ldap/clients/dsgw/html/manual/add.htm b/ldap/clients/dsgw/html/manual/add.htm
new file mode 100644
index 00000000..8aa9fb7e
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/add.htm
@@ -0,0 +1,681 @@
+<!--
+ PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
+ license terms. Copyright 2001 Sun Microsystems, Inc.
+ Portions copyright 1999, 2002-2003 Netscape Communications Corporation.
+ All rights reserved.
+ -->
+<HTML>
+<HEAD>
+<TITLE>Adding Directory Entries
+</TITLE></HEAD>
+<BODY>
+
+<H1>
+<A NAME="adding"></A>Adding Entries</H1>
+You can add new entries to the directory
+using the Directory Server interface. To add
+entries, your Directory Server administrator must have granted you the right
+to do so. Before you can add an entry, you must <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#userauth">authenticate</A>
+to the Directory Server.
+
+<P>Using the Directory Server interface you can add:
+<UL>
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#person">a person</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#NTperson">an NT person</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#group">a group</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#NTgroup">an NT group</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#ou">an organizational unit</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#dc">a domain</A></LI>
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#o">an organization</A></LI>
+</UL>
+Before you add an entry for the first time, read the <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#guidelines">New
+Entry Guidelines</A> section for important information about the directory
+tree structure and naming conventions.
+<H2>
+<A NAME="guidelines"></A>New Entry Guidelines</H2>
+Before you begin adding entries to the directory, make sure that you understand
+the following directory concepts:
+<UL>
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#tree">directory tree structure</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#DN">distinguished name syntax</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#uniqueDN">unique distinguished names</A></LI>
+</UL>
+
+<H3>
+<A NAME="tree"></A>Directory Tree Structure</H3>
+Data in the directory is arranged in a tree hierarchy. The top of the tree
+is known as the root or suffix. The root entry usually represents the
+organization entry for the directory.
+
+<BLOCKQUOTE><B>Note:</B>
+<P>
+
+Although your directory may contain more than one suffix, the directory
+server interface only allows you to search for, add, and edit entries in
+a single suffix. Make sure that you know which suffix your Directory Server
+interface is supporting before adding new entries.
+</BLOCKQUOTE>
+
+
+<P>Below the root are branches of the tree, which usually represent organizational
+units such as marketing or accounting. Entries for people and resources
+within your organization are usually contained below these organizational
+unit branches within the directory tree structure.
+
+<P>When you add an entry, make sure that an entry representing a branch
+point is created before new entries are created under that branch. For
+example, if you want to place entries in a Marketing subtree and in an
+Accounting subtree, then create the branch point for those subtrees before
+creating entries within the subtrees:
+
+<PRE>          o=Example.com
+          ou=Marketing, o=Example.com
+          ...
+          <I>Marketing subtree entries</I>
+          ...
+          ou=Accounting, o=Example.com
+          ...
+          <I>Accounting subtree entries</I>
+</PRE>
+
+<H3>
+<A NAME="DN"></A>Distinguished Name Syntax</H3>
+An entry is uniquely identified within the Directory Server through the
+use of a distinguished name (DN). A DN identifies the entry by using a
+series of comma-separated attributes and attribute values. The left-most
+value in the DN represents the entry's name, with each subsequent
+attribute representing a branch point above the entry. For example:
+
+<PRE>uid=bjensen, ou=people, o=example.com</PRE>
+
+This DN represents the entry named <I>bjensen</I> in the subdirectory named
+<I>people</I> in the directory named <I>example.com</I>.
+
+<P>When you add a new entry to the Directory Server, you are prompted
+to enter the complete distinguished name.
+<H3><A NAME="uniqueDN"></A>Unique Distinguished Names</H3>
+
+The Directory Server interface does not allow you to create a duplicate
+entry. To avoid naming duplications, use distinguished names that begin
+with the person's user ID (uid) rather than the person's common name (CN).
+Choose user IDs that are readable; that is,
+do not use a random collection of letters and numbers for
+user IDs. If your enterprise already has an email system, one possibility
+would be to use the left-most value of each person's email address as that
+person's user ID. For example, if a person has the email address:
+
+<P>bjensen@example.com
+
+<P>then give that person's directory entry the following DN:
+
+<P>uid=bjensen, o=example.com
+
+<H2><A NAME="person"></A>Adding a Person</H2>
+
+To add a new person entry, do the following:
+<OL>
+<LI>
+Click the New Entry tab.</LI>
+
+<LI>
+Follow the steps outlined in the New Entry form. When you are done
+filling in this form, click Continue. To cancel the operation click
+the Back button in your browser window.</LI>
+
+<LI>
+If you have not authenticated before you attempt to add a new entry, or
+if your authentication has expired, the Directory Server prompts you
+to <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#userauth">authenticate</A> before continuing.</LI>
+
+<LI>
+When you add a person to the directory, a form that
+allows you to edit that person's data is displayed. This form is displayed in
+a new web browser window. You must supply values for the required fields.
+The required fields for a person are:</LI>
+
+<UL type="disc">
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#cn">Full Name</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#surname">Last Name</A></LI>
+</UL>
+
+<LI>
+You can provide values for the optional fields now, or add them later.
+The optional fields for a person are:</LI>
+<P>
+<CENTER><TABLE BORDER=2 >
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#givenName">First Name</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#telephoneNumber">Phone</A></TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#mail">Email Address</A> </TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#facsimileTelephoneNumber">Fax</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#uid">User ID</A></TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#pager">Pager</A></TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#mobile">Mobile Phone</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#businessCategory">Business Category</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#title">Title</A></TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#ou">Organizational Unit</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#manager">Manager</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#roomNumber">Room Number </A></TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#secretary">Admin </A></TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#departmentNumber">Dept# </A></TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#employeeNumber">Emp#</A> </TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#carLicnese">Car License# </A></TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#postalAddress">Mailing Address </A></TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#description">Description</A> </TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#seeAlso">See Also </A></TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#labeledUri">URL </A></TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#userPassword">Password</A> </TD>
+</TR>
+</TABLE>
+</CENTER>
+<BLOCKQUOTE><B>Note:</B>
+<P>
+You cannot enter values into the Manager, Admin,
+or See Also fields until you have saved the entry. Furthermore, changing uid in the New Entry screen will result in a multi-valued uid with the value selected in the first screen as the naming component.</BLOCKQUOTE>
+
+<LI>
+To cancel the entry creation, close the web browser window containing
+the form. When you are done filling in the form, click the Save New
+Person button at the top of the form.</LI>
+
+<LI>
+After saving the entry, you can <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#addmanager">add values
+to the Manager and Admin fields</A> or <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#addowner">add
+a See Also value</A>.</LI>
+</OL>
+
+<H2>
+<A NAME="NTperson"></A>Adding an NT Person</H2>
+When creating an NT-person entry, make sure that the subtree
+in which you place the entry is the same subtree that the synchronization service
+uses to synchronize entries. If you place an NT-person entry into another
+location, it is not synchronized with the Windows network.
+
+<P>To add a new NT-person entry, do the following:
+<OL>
+<LI>
+Click the New Entry tab.</LI>
+
+<LI>
+Follow the steps outlined in the New Entry form. When you are done
+filling in this form, click Continue. To cancel the operation click
+the Back button in your browser window.</LI>
+
+<LI>
+If you have not authenticated before you attempt to add a new entry, or
+if your authentication has expired, the Directory Server prompts you
+to <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#userauth">authenticate</A> before continuing.</LI>
+
+<LI>
+When you add an NT-person to the directory, a form that allows you to
+edit that person's data is displayed. This form is displayed
+in a new web browser window. You must supply values for the required fields.
+The required fields for an NT-person are:</LI>
+
+<UL type="disc">
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#commonName">Full Name</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#surname">Last Name</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#ntUserDomainId">NT Domain Name</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#uid">NT User ID</A></LI>
+</UL>
+
+<LI>
+You can provide values for the optional fields now, or add them later.
+The optional fields for a person are:</LI>
+
+<P>
+<CENTER><TABLE BORDER=2>
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#givenName">First Name</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#telephoneNumber">Phone </A></TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#mail">Email Address</A> </TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#fax">Fax </A></TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#userPassword">Directory Server Password</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#pager">Pager</A> </TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#mobile">Mobile Phone</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#businessCategory">Business Category</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#title">Title</A> </TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#organizationalUnitName">Organizational Unit</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#manager">Manager</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#roomNumber">Room Number</A> </TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#secretary">Admin </A></TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#departmentNumber">Dept#</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#employeeNumber">Emp#</A> </TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#carLicnese">Car License#</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#postalAddress">Mailing Address</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#description">Description</A> </TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#seeAlso">See Also</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#labeledURI">URL</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#userid">User Id</A></TD>
+</TR>
+</TABLE></CENTER>
+<BLOCKQUOTE><B>Note:</B>
+<P>
+You cannot enter values into the Manager, Admin,
+or See Also fields until you have saved the entry.
+</BLOCKQUOTE>
+
+<LI>
+You can also change the value for the following two options:</LI>
+
+<UL type="disc">
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#NTUserDelete">Delete NT Account if Person deleted</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#NTUserCreateNewAccount">Create New NT Account</A></LI>
+</UL>
+The default value is shown. If you do not change the value,
+the default value is used.
+<LI>
+When you are done filling in the form, click the Save New NT Person
+button at the top of the form. To cancel the entry creation,
+close the web browser window containing the form.</LI>
+
+<LI>
+After saving the entry, you can <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#addmanager">add values
+to the Manager and Admin fields</A> or <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#addowner">add
+a "See Also" value</A>.</LI>
+</OL>
+
+<H2>
+<A NAME="group"></A>Adding a Group</H2>
+To add a new group entry, do the following:
+<OL>
+<LI>
+Click the New Entry tab.</LI>
+
+<LI>
+Follow the steps outlined in the New Entry form. When you are done
+filling in this form, click Continue. To cancel the operation click
+the Back button in your browser window.</LI>
+
+<LI>
+If you have not authenticated before you attempt to add a new entry, or
+if your authentication has expired, the Directory Server prompts you
+to <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#userauth">authenticate</A> before continuing.</LI>
+
+<LI>
+When you add a group to the directory, a form that
+allows you to edit that group's data is displayed. This form is displayed in
+a new web browser window. You must supply a value for the required field
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#cn">Name</A>.</LI>
+
+<LI>
+You can provide a value for the optional <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#description">Description</A>
+field now, or add it later.</LI>
+
+<BLOCKQUOTE><B>Note:</B>
+<P>
+You cannot enter values into the Owner, Group Members,
+or See Also fields until you have saved the entry.</BLOCKQUOTE>
+
+<LI>
+When you are done filling in the form, click the Save New Group button
+at the top of the form.</LI>
+
+<BR>To cancel the entry creation, close the web browser window containing
+the form.
+<LI>
+After you have saved the entry, you can <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#addowner">add
+values for the Owner, Group Member, and See Also fields</A>.</LI>
+</OL>
+
+<H2>
+<A NAME="NTgroup"></A>Adding an NT Group</H2>
+To add a new NT group entry, do the following:
+<OL>
+<LI>
+Click the New Entry tab.</LI>
+
+<LI>
+Follow the steps outlined in the New Entry form. When you are done
+filling in this form, click Continue. To cancel the operation click
+the Back button in your browser window.</LI>
+
+<LI>
+If you have not authenticated before you attempt to add a new entry, or
+if your authentication has expired, the Directory Server prompts you
+to <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#userauth">authenticate</A> before continuing.</LI>
+
+<LI>
+When you add an NT-group to the directory, a form
+that allows you to edit that group's data is displayed. This form is contained
+in a new web browser window. You must supply a value for the required fields.
+The required fields for an NT-group are:</LI>
+
+<UL type="disc">
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#cn">Name</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#ntGroupId">NT Group Name</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#ntGroupType">NT Group Type</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#ntGroupDomainId">NT Group Domain</A></LI>
+</UL>
+
+<LI>
+You can provide values for the optional fields now, or add them later.
+The optional fields for an NT group are:</LI>
+<P>
+<CENTER><TABLE BORDER=2>
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#description">Description</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#owner">Owner</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#l">Locale</A></TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#uniqueMember">NT Group Members</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#seeAlso">See Also</A></TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#ou">Organizational Unit</A></TD>
+</TR>
+</TABLE>
+</CENTER>
+<P>
+<BLOCKQUOTE><B>Note:</B>
+<P>
+You cannot enter values into the Owner, NT Group Members,
+or See Also fields until you have saved the entry.</BLOCKQUOTE>
+
+<LI>
+You may also change the value for the <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#NTGroupDelete">Delete NT Group if Group Deleted</A> option.</LI>
+
+<LI>
+When you are done filling in the form, click the Save New Group button
+at the top of the form.</LI>
+
+<BR>To cancel the entry creation, close the web browser window containing
+the form.
+<LI>
+After you save the entry, you can <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#addowner">add values
+for the NT Group Members, Owner, and See Also fields</A>.</LI>
+</OL>
+
+<H2>
+<A NAME="ou"></A>Adding an Organizational Unit</H2>
+To add a new organizational unit entry, do the following:
+<OL>
+<LI>
+Click the New Entry tab.</LI>
+
+<LI>
+Follow the steps outlined in the New Entry form. When you are done
+filling in this form, click Continue. To cancel the operation click
+the "Back" button in your browser window.</LI>
+
+<LI>
+If you have not authenticated before you attempt to add a new entry, or
+if your authentication has expired, the Directory Server prompts you
+to <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#userauth">authenticate</A> before continuing.</LI>
+
+<LI>
+When you add an organizational unit to the directory, a form that
+allows you to edit that organization's data is displayed. This
+form is displayed in a new web browser window. You must supply
+a value for the required field, <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#ou">Unit Name</A>.</LI>
+
+<LI>
+You can provide values for the optional fields now, or add them later.
+The optional fields for an organizational unit are:</LI>
+<P>
+<CENTER><TABLE BORDER=2 >
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#description">Description</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#telephoneNumber">Phone</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#businessCategory">Business Category</A> </TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#fax">Fax</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#localityName">Location</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#postalAddress">Mailing Address</A> </TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#seeAlso">See Also</A> </TD>
+
+<TD> </TD>
+
+<TD> </TD>
+</TR>
+</TABLE></CENTER>
+<P>
+<LI>
+When you are done filling in the form, click the Save New Org. Unit
+button at the top of the form. To cancel the entry creation, close
+the web browser window containing the form.</LI>
+</OL>
+
+<H2><A NAME="dc"></A>Adding a Domain Component</H2>
+
+To add a new domain entry, do the following:
+<OL>
+<LI>
+Click the New Entry tab.</LI>
+
+<LI>
+Follow the steps outlined in the New Entry form. When you are done
+filling in this form, click Continue. To cancel the operation click
+the Back button in your browser window.</LI>
+
+<LI>
+If you have not authenticated before you attempt to add a new entry, or
+if your authentication has expired, the Directory Server prompts you
+to <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#userauth">authenticate</A> before continuing.</LI>
+
+<LI>
+You must supply a value for the required field, <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#dc">dc</A>.</LI>
+
+<LI>
+You can provide values for the optional fields now, or add them later.
+The optional fields for a domain are:</LI>
+<P>
+<CENTER><TABLE BORDER=2>
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#description">Description</A></TD>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#telephoneNumber">Phone</A></TD>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#businessCategory">Business Category</A></TD></TR>
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#fax">Fax</A></TD>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#localityName">Location</A></TD>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#postalAddress">Mailing Address</A></TD></TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#seeAlso">See Also</A></TD>
+<TD>&nbsp;</TD>
+<TD>&nbsp;</TD></TR>
+</TABLE>
+</CENTER>
+<P>
+<LI>
+When you are done filling in the form, click the Save New dc button
+at the top of the form. To cancel the entry creation, close the
+web browser window containing the form.</LI>
+</OL>
+
+<H2><A NAME="o"></A>Adding an Organization</H2>
+
+To add a new organization entry, do the following:
+<OL>
+<LI>
+Click the New Entry tab.</LI>
+
+<LI>
+Follow the steps outlined in the New Entry form. When you are done
+filling in this form, click Continue. To cancel the operation click
+the Back button in your browser window.</LI>
+
+<LI>
+If you have not authenticated before you attempt to add a new entry, or
+if your authentication has expired, the Directory Server prompts you
+to <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#userauth">authenticate</A> before continuing.</LI>
+
+<LI>
+Adding an organization is supported only when you initially populate your
+directory tree. The organization you add must match the organization
+you specified in the Database Subtree field when you installed your
+Directory Server. For example, if you specified a value of:</LI>
+
+<PRE>o=Example.com</PRE>
+
+to the Database Subtree field, then you must specify a value of:
+
+<PRE>o=Example.com</PRE>
+
+when you add the organization. The Directory Server checks the add operation to ensure that the directory entry can
+exist with the database subtree. Any value other than:
+
+<PRE>o=Example.com</PRE>
+
+clearly cannot reside under:
+
+<PRE>o=Example.com</PRE>
+
+As a result, the Directory Server rejects the operation.
+<LI>
+You must supply a value for the required field, <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#organizationName">Organization Name</A>.</LI>
+
+<LI>
+You can provide values for the optional fields now, or add them later.
+The optional fields for an organization are:</LI>
+<P>
+<CENTER><TABLE BORDER=2>
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#description">Description</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#telephoneNumber">Phone</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#businessCategory">Business Category</A> </TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#fax">Fax</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#localityName">Location</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#postalAddress">Mailing Address</A> </TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#seeAlso">See Also</A> </TD>
+
+<TD> </TD>
+
+<TD> </TD>
+</TR>
+</TABLE>
+</CENTER>
+<P>
+<LI>
+When you are done filling in the form, click the Save New Org. button
+at the top of the form. To cancel the entry creation, close the
+web browser window containing the form.</LI>
+</OL>
+
+</BODY>
+</HTML>
diff --git a/ldap/clients/dsgw/html/manual/attribua.gif b/ldap/clients/dsgw/html/manual/attribua.gif
new file mode 100644
index 00000000..8ec4a9eb
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/attribua.gif
@@ -0,0 +1,103 @@
+%-12345X@PJL SET RESOLUTION = 600
+@PJL ENTER LANGUAGE=POSTSCRIPT
+%!PS-Adobe-3.0
+%%Title: Untitled Document
+%%Creator: Windows NT 3.5
+%%CreationDate: 12:32 11/5/1996
+%%Pages: (atend)
+%%BoundingBox: 12 12 599 780
+%%EndComments
+%%BeginProcSet: NTPSOct94
+% Copyright (c) 1991 - 1994 Microsoft Corporation
+/NTPSOct94 100 dict dup begin
+/bd{bind def}bind def/ld{load def}bd/ed{exch def}bd/a/currentpoint ld
+/c{curveto}bd/d/dup ld/e/eofill ld/f/fill ld/tr/translate ld
+/g/setgray ld/gr/grestore ld/gs/gsave ld/j/setlinejoin ld
+/L{lineto}bd/M{moveto}bd/n/newpath ld/cp/closepath ld
+/rlt/rlineto ld/rm/rmoveto ld/sl/setlinewidth ld/sd/setdash ld
+/r/setrgbcolor ld/s/stroke ld/t/show ld/aw/awidthshow ld/im/imagemask ld
+/SF{findfont exch scalefont setfont}bd/SM{cmtx setmatrix}bd
+/MF{findfont exch makefont setfont}bd/CM{/cmtx matrix currentmatrix def}bd
+/B {M exch dup 0 rlt exch 0 exch rlt neg 0 rlt} bd
+/CB {B cp eoclip} bd
+/EA {1 index 0 /G0 put 4 string 1 1 4 -1 roll
+ {3 copy neg exch cvs dup 0 71 put cvn 3 -1 roll exch put} for pop} bd
+ end def
+%%EndProcSet
+%%EndProlog
+%%BeginSetup
+mark {
+%%BeginFeature: *PageSize Letter
+ <</DeferredMediaSelection true /PageSize [612 792] /ImagingBBox null>> setpagedevice
+%%EndFeature
+} stopped cleartomark
+/#copies 1 def
+%%EndSetup
+NTPSOct94 begin
+%%Page: 1 1
+/PageSV save def
+12 780 translate 72 600 div dup neg scale
+0 0 transform .25 add round .25 sub exch .25 add round .25 sub exch itransform translate
+% Copyright (c) 1986-1995 Frame Technology Corporation.
+/FMcmyk 100 dict def
+/FmBD{bind def}bind def
+/FmLD{load def}FmBD
+/FMc {
+ FMcmyk length FMcmyk maxlength ge { /FMcmyk FMcmyk dup length dup add dict copy def } if
+ 4 array astore 4 1 roll 8 bitshift add 8 bitshift add exch FMcmyk 3 1 roll put
+}FmBD
+/setcmykcolor where { pop
+ /sc where { pop /sc load 0 get /scignore eq {
+ /FMsc /sc FmLD
+ /sc { 3 copy 8 bitshift add 8 bitshift add FMcmyk 1 index known
+ { FMcmyk exch get aload pop setcmykcolor pop pop pop } { pop FMsc } ifelse
+ }FmBD
+ } if } if
+} if
+mark { /S load
+ dup 0 get /PenW eq { dup 1 get /sl load eq {
+ dup 0 { PenW .75 sub sl } bind put 1 /exec load put
+ } if } if
+} stopped cleartomark
+/FmX matrix defaultmatrix def
+/FmDC {transform FmX itransform cvi exch cvi exch} def
+/FmBx { dup 3 index lt {3 1 roll exch} if
+ 1 index 4 index lt {4 -1 roll 3 1 roll exch 4 1 roll} if
+}FmBD
+/FmPD/cleartomark FmLD
+/FmPD2/cleartomark FmLD
+/FmPT/pop FmLD
+/FmPA{pop pop pop}FmBD
+systemdict /pdfmark known {
+ /FmPD/pdfmark FmLD
+ currentdistillerparams /CoreDistVersion get 2000 ge {
+ /FmPD2/pdfmark FmLD
+ /FmPA { mark exch /Dest exch 5 3 roll
+ /View [ /XYZ null 6 -2 roll FmDC exch pop null] /DEST FmPD
+ }FmBD
+ } if
+} if
+0 0 0 0.0 0.0 0.0 1.0 FMc
+gs
+gs
+gs
+/s {} def /e {} def
+n
+-217 183 267 6167 B
+cp
+s
+/s /stroke ld /e /eofill ld
+eoclip
+[250 0 0 -250 0 0] /Times-Bold MF
+50 6333 M
+(T)t
+gr
+gr
+gr
+showpage
+PageSV restore
+%%Trailer
+end
+%%Pages: 1
+%%EOF
+%-12345X \ No newline at end of file
diff --git a/ldap/clients/dsgw/html/manual/attribut.htm b/ldap/clients/dsgw/html/manual/attribut.htm
new file mode 100644
index 00000000..da1bc9e8
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/attribut.htm
@@ -0,0 +1,6712 @@
+<!--
+ PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
+ license terms. Copyright 2001 Sun Microsystems, Inc.
+ Portions copyright 1999, 2002-2003 Netscape Communications Corporation.
+ All rights reserved.
+ -->
+<A NAME="996822">
+<P>
+</A><A NAME="997293">
+<P>
+</A><A NAME="1002619">
+<H1>Attributes
+</H1>
+</A>
+
+<A NAME="996830">
+<br>
+This appendix includes information on attribute definitions. Most of the schema attributes used in the Directory Server are part of the standard LDAP protocol, which is in turn based on the X.500 standard. However, some of the Directory Server's attributes are extensions created by Netscape for use with its implementation of LDAP. If an attribute was created by Netscape and is not part of the standard LDAP schema, a note is made in the description of that object or attribute.<P></A>
+
+<A NAME="1071459">
+For information on what the Directory Server schema is and what it is used for, refer to the <i>Netscape Directory Server Deployment Guide</i>.<P></A>
+
+<A NAME="1078428">
+For information on the object classes in the schema, see <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1002619">Appendix A, "Object Classes."</a><P></A>
+
+
+<A NAME="1020843"> 
+</A>
+<A NAME="Attribute Definitions">
+<H2> Attribute Definitions</H2>
+</A>
+
+<A NAME="1004519">
+The following define the attributes used to describe an entry in the directory tree. To determine which attributes are required and allowed for each object class, see <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1002619">Appendix A, "Object Classes."</a><P></A>
+
+<A NAME="1004699">
+Each attribute has a corresponding syntax definition that describes the nature of the attribute information. This syntax is important only when the Directory Server is performing sorting and pattern matching; there is nothing to otherwise prevent you from, for example, placing a telephone number on an attribute that expects a distinguished name.<P></A>
+
+<A NAME="1067002">
+The possible attribute syntaxes are:<P></A>
+<ul><A NAME="1004700">
+<LI>bin -- binary.<P>
+</A>
+<A NAME="1004701">
+<LI>ces -- case exact string (case must be matched during comparison).<P>
+</A>
+<A NAME="1004702">
+<LI>cis -- case ignore string (case is ignored during comparison).<P>
+</A>
+<A NAME="1004703">
+<LI>tel -- telephone number (identical to cis, but blanks and dashes (-) are ignored during comparisons).<P>
+</A>
+<A NAME="1004704">
+<LI>dn -- distinguished name.<P>
+</A>
+<A NAME="1243260">
+<LI>int -- integer.<P>
+</A>
+<A NAME="1251525">
+<LI>operational -- for internal use only. Operational attributes are not displayed in search results.<P>
+</A>
+</ul>
+<A NAME="1201644">
+The base OID for the Netscape Directory Server is:<P></A>
+<PRE><A NAME="1255332">
+2.16.840.1.113730.3
+</A>
+</PRE>
+<A NAME="1257527">
+All Netscape defined attributes have the base:<P></A>
+<PRE><A NAME="1257537">
+2.16.840.1.113730.3.1
+</A>
+</PRE><A NAME="1255098">
+<A NAME="abstract">
+<B>abstract</B>
+</a></a>
+<P>
+
+
+<A NAME="1201645">
+Provides an abstract of a document entry.<P></A>
+
+<A NAME="1272899">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1104078">
+<A NAME="accountUnlockTime">
+<B>accountUnlockTime</B>
+</a></a>
+<P>
+
+
+<A NAME="1154996">
+Defines, in seconds, the time until a user's account is unlocked after a specified number of failed attempts to bind to the directory.<P></A>
+<PRE><A NAME="1154997">
+ accountUnlockTime: 600
+</A>
+</PRE>
+<A NAME="1259967">
+OID: <code>2.16.840.1.113730.3.1.95</code><P></A>
+
+<A NAME="1104080">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis </a><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1251525">operational</a><P></A>
+<A NAME="1171292">
+<A NAME="aci">
+<B>aci</B>
+</a></a>
+<P>
+
+
+<A NAME="1171293">
+Stores the Directory Server access control information for this entry. For example:<P></A>
+<PRE><A NAME="1171294">
+ aci: (target="ldap:///<I>o=Example.com</I>")(version 3.0;<br> acl "anonymous access"; allow (read, search, compare)<br> userdn=ldap:///self;)
+</A>
+</PRE>
+<A NAME="1258362">
+OID: <code>2.16.840.1.113730.3.1.55</code><P></A>
+
+<A NAME="1171296">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin</a><P></A>
+
+<A NAME="1171297">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1032956">
+<A NAME="administratorContactInfo">
+<B>administratorContactInfo</B>
+</a></a>
+<P>
+
+
+<A NAME="1032957">
+Provides a URL to information about the person responsible for administering the Netscape server. This attribute is a Netscape extension used by the <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#">netscapeServer</a> object class. Normally this attribute and this attribute value is written to the directory when a Netscape server is initially installed. For example:<P></A>
+<PRE><A NAME="1032959">
+ administratorContactInfo: ldap://<I>uid=ssarette, o=Example.com</I>
+</A>
+</PRE>
+<A NAME="1259219">
+OID: <code>2.16.840.1.113730.3.1.74</code><P></A>
+
+<A NAME="1098446">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1098448">
+<A NAME="adminUrl">
+<B>adminUrl</B>
+</a></a>
+<P>
+
+
+<A NAME="1098449">
+Provides the URL to the administration server through which you can manage the Netscape server. This attribute is a Netscape extension used by the <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#">netscapeServer</a> object class. Normally this attribute and this attribute value is written to the directory when a Netscape server is initially installed. For example:<P></A>
+<PRE><A NAME="1033050">
+ adminUrl: http://twain.example.com:2468
+</A>
+</PRE>
+<A NAME="1259252">
+OID: <code>2.16.840.1.113730.3.1.75</code><P></A>
+
+<A NAME="1033052">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004701">ces</a><P></A>
+<A NAME="1201653">
+<A NAME="aliasedObjectName">
+<B>aliasedObjectName</B>
+</a></a>
+<P>
+
+
+<A NAME="1206908">
+Used by the Directory Server to identify alias entries in the directory. The attribute contains the distinguished name of the entry for which it is an alias. For example:<P></A>
+<PRE><A NAME="1206909">
+ aliasedObjectName:<I> cn=jdoe, o=Example.com</I>
+</A>
+</PRE>
+<A NAME="1266950">
+OID: <code>2.5.4.1</code><P></A>
+
+<A NAME="1206911">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+<A NAME="1243116">
+<A NAME="altServer">
+<B>altServer</B>
+</a></a>
+<P>
+
+
+<A NAME="1243117">
+Undefined.<P></A>
+
+<A NAME="1263098">
+OID: <code>1.3.6.1.4.1.1466.101.120.6</code><P></A>
+
+<A NAME="1243120">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004701">ces</a><P></A>
+<A NAME="1201668">
+<A NAME="associatedDomain">
+<B>associatedDomain</B>
+</a></a>
+<P>
+
+
+<A NAME="1219687">
+Specifies a DNS domain associated with an object in the directory tree. For example, the entry in the directory tree with a distinguished name "C=US, O=Example Corporation" would have an associated domain of "AC.US. Note that all domains should be represented in rfc822 order. For example:<P></A>
+<PRE><A NAME="1201670">
+ associatedDomain: US
+</A>
+</PRE>
+<A NAME="1260172">
+OID: <code>0.9.2342.19200300.100.1.37</code><P></A>
+
+<A NAME="1201672">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1201675">
+<A NAME="associatedName">
+<B>associatedName</B>
+</a></a>
+<P>
+
+
+<A NAME="1218672">
+Specifies an entry in the organizational directory tree associated with a DNS domain. For example:<P></A>
+<PRE><A NAME="1201677">
+ associatedName:<I> c=us</I>
+</A>
+</PRE>
+<A NAME="1266572">
+OID: <code>0.9.2342.19200300.100.1.38</code><P></A>
+
+<A NAME="1201679">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+<A NAME="1290840">
+<A NAME="attributeTypes">
+<B>attributeTypes</B>
+</a></a>
+<P>
+
+
+<A NAME="1295396">
+Operational, multi-valued attribute that specifies the attribute types used within a subschema. Each value describes a single matching rule. <P></A>
+
+<A NAME="1263041">
+OID: <code>2.5.21.5</code><P></A>
+
+<A NAME="1242648">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis </a><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1251525">operational</a><P></A>
+<A NAME="1201684">
+<A NAME="audio">
+<B>audio</B>
+</a></a>
+<P>
+
+
+<A NAME="1209771">
+Contains a sound file in binary format. The attribute uses a u-law encoded sound file. For example:<P></A>
+<PRE><A NAME="1286498">
+ audio: AAAAAA==
+</A>
+</PRE>
+<A NAME="1266120">
+OID: <code>0.9.2342.19200300.100.1.55</code><P></A>
+
+<A NAME="1201686">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">Syntax: </a>bin<P></A>
+<A NAME="1201689">
+<A NAME="authorCn">
+<B>authorCn</B>
+</a></a>
+<P>
+
+
+<A NAME="1201690">
+Contains the common name of the author of a document entry. For example:<P></A>
+<PRE><A NAME="1201691">
+ authorCn: Kacey
+</A>
+</PRE>
+<A NAME="1272919">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1201696">
+<A NAME="authorSn">
+<B>authorSn</B>
+</a></a>
+<P>
+
+
+<A NAME="1201697">
+Contains the surname of the author of a document entry. For example:<P></A>
+<PRE><A NAME="1201698">
+ authorSn: Doe
+</A>
+</PRE>
+<A NAME="1201700">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1207170">
+<A NAME="authorityRevocationList">
+<B>authorityRevocationList</B>
+</a></a>
+<P>
+
+
+<A NAME="1207172">
+Contains a text-encoded list of CA certificates that have been revoked. Not recommended; use authorityRevocationList;binary instead.<P></A>
+
+<A NAME="1207174">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">Syntax: </a>bin<P></A>
+<A NAME="1207178">
+<A NAME="authorityRevocationList;binary">
+<B>authorityRevocationList;binary</B>
+</a></a>
+<P>
+
+
+<A NAME="1207180">
+Contains a binary list of certification authority certificates that have been revoked. For example:<P></A>
+<PRE><A NAME="1286569">
+ authorityRevocationList: AAAAAA==
+</A>
+</PRE>
+<A NAME="1277412">
+OID: <code>2.5.4.38</code><P></A>
+
+<A NAME="1207182">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">Syntax: </a>bin<P></A>
+<A NAME="1201711">
+<A NAME="buildingName">
+<B>buildingName</B>
+</a></a>
+<P>
+
+
+<A NAME="1201712">
+Defines the building name associated with the entry. For example:<P></A>
+<PRE><A NAME="1201713">
+ buildingName: 14
+</A>
+</PRE>
+<A NAME="1266616">
+OID: <code>0.9.2342.19200300.100.1.48</code><P></A>
+
+<A NAME="1201715">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1171367">
+<A NAME="businessCategory">
+<B>businessCategory</B>
+</a></a>
+<P>
+
+
+<A NAME="1171368">
+Identifies the type of business in which the entry is engaged. This should be a broad generalization such as is made at the corporate division level. <P></A>
+
+<A NAME="1171369">
+For example:<P></A>
+<PRE><A NAME="1171370">
+ businessCategory: Engineering
+</A>
+</PRE>
+<A NAME="1267233">
+OID: <code>2.5.4.15</code><P></A>
+
+<A NAME="1208474">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1240535">
+<A NAME="c">
+<B>c</B>
+</a></a>
+<P>
+
+
+<A NAME="1240536">
+Contains the two-character code representing country names, as defined by ISO, in the directory. The two-character code for Ireland is used in the following example:<P></A>
+<PRE><A NAME="1240537">
+ countryName: IE
+</A>
+</PRE>
+<A NAME="1240538">
+or:<P></A>
+<PRE><A NAME="1240539">
+ c: IE
+</A>
+</PRE>
+<A NAME="1240541">
+Abbreviation: c<P></A>
+
+<A NAME="1267046">
+OID: <code>2.5.4.6</code><P></A>
+
+<A NAME="1240543">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1208564">
+<A NAME="cACertificate">
+<B>cACertificate</B>
+</a></a>
+<P>
+
+
+<A NAME="1208566">
+Contains a text-encoded version of the CA's certificate. Not recommended; use cACertificate;binary instead.<P></A>
+
+<A NAME="1208568">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin</a><P></A>
+<A NAME="1208584">
+<A NAME="cACertificate;binary">
+<B>cACertificate;binary</B>
+</a></a>
+<P>
+
+
+<A NAME="1208586">
+Contains the CA's certificate in binary form. For example:<P></A>
+<PRE><A NAME="1268025">
+ cACertificate;binary: AAAAAA==
+</A>
+</PRE>
+<A NAME="1287133">
+OID: <code>2.5.4.37</code><P></A>
+
+<A NAME="1208588">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin</a><P></A>
+<A NAME="1003044">
+<A NAME="carLicense">
+<B>carLicense</B>
+</a></a>
+<P>
+
+
+<A NAME="1003045">
+Identifies the entry's automobile license plate number. For example:<P></A>
+<PRE><A NAME="1003256">
+ carLicense: 6ABC246
+</A>
+</PRE>
+<A NAME="1003274">
+OID: <code>2.16.840.1.113730.3.1.1</code><P></A>
+
+<A NAME="1252881">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1007950">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1208746">
+<A NAME="certificateRevocationList">
+<B>certificateRevocationList</B>
+</a></a>
+<P>
+
+
+<A NAME="1208748">
+Contains a text-encoded version of a list of revoked user certificates. Not recommended; use certificateRevocationList;binary instead.<P></A>
+
+<A NAME="1277475">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin</a><P></A>
+<A NAME="1208727">
+<A NAME="certificateRevocationList;binary">
+<B>certificateRevocationList;binary</B>
+</a></a>
+<P>
+
+
+<A NAME="1208729">
+Contains a list, in binary form, of revoked user certificates. For example:<P></A>
+<PRE><A NAME="1287257">
+ certificateRevocationList;binary: AAAAAA==
+</A>
+</PRE>
+<A NAME="1277465">
+OID: <code>2.5.4.39</code><P></A>
+
+<A NAME="1208731">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin</a><P></A>
+<A NAME="1103361">
+<A NAME="changeLog">
+<B>changeLog</B>
+</a></a>
+<P>
+
+
+<A NAME="1251549">
+Contains the distinguished name of the container object that holds change log records for the Directory Server. For example:<P></A>
+<PRE><A NAME="1251550">
+changeLog: cn=changelog
+</A>
+</PRE>
+<A NAME="1103363">
+OID: <code>2.16.840.1.113730.3.1.35</code><P></A>
+
+<A NAME="1277486">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+<A NAME="1171397">
+<A NAME="changeLogMaximumAge">
+<B>changeLogMaximumAge</B>
+</a></a>
+<P>
+
+
+<A NAME="1171398">
+Identifies the maximum age in seconds for entries in the change log. Entries are discarded once they become older than the maximum age specified. For example:<P></A>
+<PRE><A NAME="1171399">
+ changeLogMaximumAge: 86000
+</A>
+</PRE>
+<A NAME="1171401">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1171402">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1171405">
+<A NAME="changeLogMaximumSize">
+<B>changeLogMaximumSize</B>
+</a></a>
+<P>
+
+
+<A NAME="1171406">
+Identifies the maximum size in bytes for the change log file. Entries are discarded from this file once it reaches the maximum size. For example:<P></A>
+<PRE><A NAME="1171407">
+ changeLogMaximumSize: 2400000
+</A>
+</PRE>
+<A NAME="1171409">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1171410">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1094798">
+<A NAME="changeNumber">
+<B>changeNumber</B>
+</a></a>
+<P>
+
+
+<A NAME="1094841">
+Contains the change number of the entry as assigned by the supplier server. Must be the string representation of an integer. <P></A>
+
+<A NAME="1259352">
+OID: <code>2.16.840.1.113730.3.1.5</code><P></A>
+
+<A NAME="1095210">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1243260">int</a><P></A>
+<A NAME="1095277">
+<A NAME="changes">
+<B>changes</B>
+</a></a>
+<P>
+
+
+<A NAME="1095278">
+Reserved for future use. For example:<P></A>
+<PRE><A NAME="1251562">
+ changes: AAAAAA==
+</A>
+</PRE>
+<A NAME="1257834">
+OID: <code>2.16.840.1.113730.3.1.8</code><P></A>
+
+<A NAME="1095281">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin</a><P></A>
+<A NAME="1095285">
+<A NAME="changeTime">
+<B>changeTime</B>
+</a></a>
+<P>
+
+
+<A NAME="1095286">
+Undefined. <P></A>
+
+<A NAME="1259330">
+OID: <code>2.16.840.1.113730.3.1.77</code><P></A>
+
+<A NAME="1095289">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1094968">
+<A NAME="changeType">
+<B>changeType</B>
+</a></a>
+<P>
+
+
+<A NAME="1094969">
+Describes the type of change performed on an entry. The value for changeType can be add, delete, modify, or modrdn. For example:<P></A>
+<PRE><A NAME="1094970">
+ changeType: modify
+</A>
+</PRE>
+<A NAME="1257814">
+OID: <code>2.16.840.1.113730.3.1.7</code><P></A>
+
+<A NAME="1094972">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1103818">
+<A NAME="cirBeginORC">
+<B>cirBeginORC</B>
+</a></a>
+<P>
+
+
+<A NAME="1149985">
+Defines whether or not the consumer server should erase the contents of its directory before replication. If no value exists for this attribute, the consumer will not erase the contents. Two values are acceptable for this attribute; start and stop. Start tells the consumer server to erase the directory, and stop tells the consumer server to abort the operation. For example:<P></A>
+<PRE><A NAME="1151379">
+ cirBeginORC: start
+</A>
+</PRE>
+<A NAME="1259811">
+OID: <code>2.16.840.1.113730.3.1.90</code><P></A>
+
+<A NAME="1103820">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1101818">
+<A NAME="cirBindCredentials">
+<B>cirBindCredentials</B>
+</a></a>
+<P>
+
+
+<A NAME="1101820">
+Contains the credentials used by the consumer in consumer initiated replication (CIR) to connect to the supplier server.<P></A>
+
+<A NAME="1259645">
+OID: <code>2.16.840.1.113730.3.1.85</code><P></A>
+
+<A NAME="1101823">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004701">ces</a><P></A>
+<A NAME="1101379">
+<A NAME="cirBindDn">
+<B>cirBindDn</B>
+</a></a>
+<P>
+
+
+<A NAME="1101380">
+Contains the distinguished name used by the consumer in consumer initiated replication (CIR) when binding to the supplier server. <P></A>
+
+<A NAME="1259534">
+OID: <code>2.16.840.1.113730.3.1.82</code><P></A>
+
+<A NAME="1101383">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+<A NAME="1101250">
+<A NAME="cirHost">
+<B>cirHost</B>
+</a></a>
+<P>
+
+
+<A NAME="1101251">
+Undefined. <P></A>
+
+<A NAME="1259486">
+OID: <code>2.16.840.1.113730.3.1.80</code><P></A>
+
+<A NAME="1101254">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1101860">
+<A NAME="cirLastUpdateApplied">
+<B>cirLastUpdateApplied</B>
+</a></a>
+<P>
+
+
+<A NAME="1122710">
+Contains the last date and time that synchronization occurred between the consumer and supplier servers. <P></A>
+
+<A NAME="1259652">
+OID: <code>2.16.840.1.113730.3.1.86</code><P></A>
+
+<A NAME="1101865">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1101283">
+<A NAME="cirPort">
+<B>cirPort</B>
+</a></a>
+<P>
+
+
+<A NAME="1101284">
+Contains the port number of the supplier server. For example:<P></A>
+<PRE><A NAME="1251598">
+ cirPort: 389
+</A>
+</PRE>
+<A NAME="1259507">
+OID: <code>2.16.840.1.113730.3.1.81</code><P></A>
+
+<A NAME="1101287">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1101135">
+<A NAME="cirReplicaRoot">
+<B>cirReplicaRoot</B>
+</a></a>
+<P>
+
+
+<A NAME="1101136">
+Root of the subtree on the supplier server to be replicated on the consumer.<P></A>
+
+<A NAME="1259453">
+OID: <code>2.16.840.1.113730.3.1.79</code><P></A>
+
+<A NAME="1101139">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+<A NAME="1102148">
+<A NAME="cirSyncInterval">
+<B>cirSyncInterval</B>
+</a></a>
+<P>
+
+
+<A NAME="1149751">
+Periodically, the consumer server queries the supplier to find out if any changes have been made to the replicated portion of the directory. This attribute defines, in seconds, the interval between consumer queries of the supplier server. For example:<P></A>
+<PRE><A NAME="1102151">
+ cirSyncInterval: 3600
+</A>
+</PRE>
+<A NAME="1259808">
+OID: <code>2.16.840.1.113730.3.1.89</code><P></A>
+
+<A NAME="1102153">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1102114">
+<A NAME="cirUpdateFailedat">
+<B>cirUpdateFailedat</B>
+</a></a>
+<P>
+
+
+<A NAME="1146224">
+Timestamp of the last failed update attempt. <P></A>
+
+<A NAME="1259788">
+OID: <code>2.16.840.1.113730.3.1.88</code><P></A>
+
+<A NAME="1102119">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1102001">
+<A NAME="cirUpdateSchedule">
+<B>cirUpdateSchedule</B>
+</a></a>
+<P>
+
+
+<A NAME="1102003">
+Defines the hours between which replication can occur. For example:<P></A>
+<PRE><A NAME="1148927">
+ cirUpdateSchedule: 0100-0400
+</A>
+<A NAME="1148928">
+ cirUpdateSchedule: * 06
+</A>
+<A NAME="1148929">
+ cirUpdateSchedule: 1145-1300 24
+</A>
+</PRE>
+<A NAME="1148930">
+These values mean:<P></A>
+<PRE><A NAME="1148931">
+ 1:00 AM - 4:00 AM, daily
+</A>
+<A NAME="1148932">
+ All day Saturday and Sunday
+</A>
+<A NAME="1148933">
+ 11:45 AM -1:00 PM, Tuesday and Thursday
+</A>
+</PRE>
+<A NAME="1259785">
+OID: <code>2.16.840.1.113730.3.1.87</code><P></A>
+
+<A NAME="1251614">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1101691">
+<A NAME="cirUsePersistentSearch">
+<B>cirUsePersistentSearch</B>
+</a></a>
+<P>
+
+
+<A NAME="1101693">
+Undefined. <P></A>
+
+<A NAME="1259602">
+OID: <code>2.16.840.1.113730.3.1.83</code><P></A>
+
+<A NAME="1101696">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1101735">
+<A NAME="cirUseSsl">
+<B>cirUseSsl</B>
+</a></a>
+<P>
+
+
+<A NAME="1101737">
+Determines whether SSL should be used during consumer initiated replication.<P></A>
+
+<A NAME="1259621">
+OID: <code>2.16.840.1.113730.3.1.84</code><P></A>
+
+<A NAME="1101740">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1171494">
+<A NAME="cn">
+<B>cn</B>
+</a></a>
+<P>
+
+
+<A NAME="1171495">
+When in reference to an object class other than LDAPReplica or LDAPServer, cn identifies the entry's common name, or full name. For example:<P></A>
+<PRE><A NAME="1171496">
+ commonName: Bill Anderson
+</A>
+</PRE>
+<A NAME="1171497">
+or:<P></A>
+<PRE><A NAME="1171498">
+ cn: Bill Anderson
+</A>
+</PRE>
+<A NAME="1171499">
+When in reference to the LDAPReplica or LDAPServer object classes, it identifies the converted DNS name of the server and root of the replicated directory tree into distinguished name format. For example:<P></A>
+<PRE><A NAME="1171500">
+ commonName: replicater.netscape.com:17430/o%3Dexample<br> %2Cc%3us
+</A>
+</PRE>
+<A NAME="1171501">
+or:<P></A>
+<PRE><A NAME="1171502">
+ cn: replicater.netscape.com:17430/o%3Dexample%2Cc%3us
+</A>
+</PRE>
+<A NAME="1171504">
+Abbreviation: cn<P></A>
+
+<A NAME="1266999">
+OID: <code>2.5.4.3</code><P></A>
+
+<A NAME="1171506">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1265915">
+<A NAME="co">
+<B>co</B>
+</a></a>
+<P>
+
+
+<A NAME="1265916">
+Contains the name of a country. Often, the country attribute is used to describe a two-character code for a country, and the friendlyCountryName attribute is used to describe the actual country name. For example:<P></A>
+<PRE><A NAME="1265917">
+ friendlyCountryName: Ireland<br> countryName: IE
+</A>
+</PRE>
+<A NAME="1265918">
+or:<P></A>
+<PRE><A NAME="1265919">
+ co: Ireland
+</A>
+</PRE>
+<A NAME="1265921">
+Abbreviation: co<P></A>
+
+<A NAME="1265922">
+OID: <code>0.9.2342.19200300.100.1.43</code><P></A>
+
+<A NAME="1265924">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1241971">
+<A NAME="createTimestamp">
+<B>createTimestamp</B>
+</a></a>
+<P>
+
+
+<A NAME="1241973">
+Undefined. <P></A>
+
+<A NAME="1262782">
+OID: <code>2.5.18.1</code><P></A>
+
+<A NAME="1241975">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1242331">
+<A NAME="creatorsName">
+<B>creatorsName</B>
+</a></a>
+<P>
+
+
+<A NAME="1242332">
+Contains the distinguished name (dn) of the creator of an entry. For example:<P></A>
+<PRE><A NAME="1242333">
+ creatorsName: <I>cn=jdoe, o=example.com</I>
+</A>
+</PRE>
+<A NAME="1262998">
+OID: <code>2.5.18.3</code><P></A>
+
+<A NAME="1242335">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+<A NAME="1208784">
+<A NAME="crossCertificatePair">
+<B>crossCertificatePair</B>
+</a></a>
+<P>
+
+
+<A NAME="1208786">
+Reserved for future use. Not recommended; use crossCertificatePair;binary instead.<P></A>
+
+<A NAME="1208788">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin</a><P></A>
+<A NAME="1208791">
+<A NAME="crossCertificatePair;binary">
+<B>crossCertificatePair;binary</B>
+</a></a>
+<P>
+
+
+<A NAME="1208793">
+Reserved for future use. <P></A>
+<PRE><A NAME="1287327">
+ crossCertificatePair;binary: AAAAAA==
+</A>
+</PRE>
+<A NAME="1208795">
+OID: <code>2.5.4.40</code><P></A>
+
+<A NAME="1277707">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin</a><P></A>
+<A NAME="1245094">
+<A NAME="dc">
+<B>dc</B>
+</a></a>
+<P>
+
+
+<A NAME="1245095">
+Specifies one component of a domain name. For example:<P></A>
+<PRE><A NAME="1245096">
+ domainComponent: example
+</A>
+<A NAME="1245097">
+or:
+</A>
+<A NAME="1266284">
+ dc: example
+</A>
+</PRE>
+<A NAME="1266285">
+OID: <code>0.9.2342.19200300.100.1.25</code><P></A>
+
+<A NAME="1266287">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1095547">
+<A NAME="deleteOldRdn">
+<B>deleteOldRdn</B>
+</a></a>
+<P>
+
+
+<A NAME="1095597">
+A flag that defines whether the old RDN of the entry should be retained as a distinguished attribute of the entry, or should be deleted. A value of False indicates that the RDN should be retained as a distinguished attribute, and a value of True indicates that it should not be retained as a distinguished attribute of the entry. If any value other than True or False is contained in the deleteOldRDN attribute, or if the deleteOldRDN contains multiple values, the RDN will be retained as a distinguished attribute (that is, False is the default if no values are present, or if illegal values are present).<P></A>
+<PRE><A NAME="1095550">
+ deleteOldRdn: False
+</A>
+</PRE>
+<A NAME="1257850">
+OID: <code>2.16.840.1.113730.3.1.10</code><P></A>
+
+<A NAME="1095552">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1241799">
+<A NAME="deltaRevocationList;binary">
+<B>deltaRevocationList;binary</B>
+</a></a>
+<P>
+
+
+<A NAME="1241800">
+Reserved for future use.<P></A>
+
+<A NAME="1269247">
+OID: <code>2.5.4.53</code><P></A>
+
+<A NAME="1241803">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin</a><P></A>
+<A NAME="1095560">
+<A NAME="departmentNumber">
+<B>departmentNumber</B>
+</a></a>
+<P>
+
+
+<A NAME="1095562">
+Identifies the entry's department number. For example:<P></A>
+<PRE><A NAME="1095563">
+ departmentNumber: 2604
+</A>
+</PRE>
+<A NAME="1257581">
+OID: <code>2.16.840.1.113730.3.1.2</code><P></A>
+
+<A NAME="1095565">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1095566">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1171528">
+<A NAME="description">
+<B>description</B>
+</a></a>
+<P>
+
+
+<A NAME="1171529">
+Describes the entry. For people and organizations this often includes their role or work assignment. For example:<P></A>
+<PRE><A NAME="1171530">
+ description: Quality control inspector for the ME2873 product line
+</A>
+</PRE>
+<A NAME="1267179">
+OID: <code>2.5.4.13</code><P></A>
+
+<A NAME="1171532">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1292809">
+<A NAME="destinationIndicator">
+<B>destinationIndicator</B>
+</a></a>
+<P>
+
+
+<A NAME="1292811">
+The country and city associated with the entry needed to provide Public Telegram Service. It is generally used in conjunction with <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202644">registeredAddress</a>.For example:<P></A>
+<PRE><A NAME="1251644">
+ destinationIndicator: Los Angeles, California
+</A>
+</PRE>
+<A NAME="1267786">
+OID: <code>2.5.4.27</code><P></A>
+
+<A NAME="1201828">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1283336">
+<A NAME="dITContentRules">
+<B>dITContentRules</B>
+</a></a>
+<P>
+
+
+<A NAME="1290848">
+Operational, multi-valued attribute that defines the directory tree content rules used within a subschema. Each value defines one DIT content rule.<P></A>
+
+<A NAME="1283340">
+OID: <code>2.5.21.2</code><P></A>
+
+<A NAME="1283342">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis </a><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1251525">operational</a><P></A>
+<A NAME="1201831">
+<A NAME="ditRedirect">
+<B>ditRedirect</B>
+</a></a>
+<P>
+
+
+<A NAME="1211719">
+Used to indicate that the object described by one entry now has a newer entry in the directory tree. This attribute may be used when an individual's place of work changes, and the individual acquires a new organizational DN. For example:<P></A>
+<PRE><A NAME="1201833">
+ ditRedirect: <I>cn=jdoe, o=example.com</I>
+</A>
+</PRE>
+<A NAME="1266700">
+OID: <code>0.9.2342.19200300.100.1.54</code><P></A>
+
+<A NAME="1283311">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+<A NAME="1283313">
+<A NAME="dITStructureRules">
+<B>dITStructureRules</B>
+</a></a>
+<P>
+
+
+<A NAME="1291657">
+Operational, multi-valued attribute that defines the directory tree structure rules used in a subschema. Each value defines one structure rule. . <P></A>
+
+<A NAME="1281826">
+OID: <code>2.5.21.1</code><P></A>
+
+<A NAME="1281828">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis </a><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1251525">operational</a><P></A>
+<A NAME="1100403">
+<A NAME="dn">
+<B>dn</B>
+</a></a>
+<P>
+
+
+<A NAME="1100404">
+Defines the distinguished name (dn) for the entry. For example:<P></A>
+<PRE><A NAME="1268228">
+ <I>dn: cn=Jane Doe, ou=Quality Control, o=example.com</I>
+</A>
+</PRE>
+<A NAME="1268182">
+OID: <code>2.5.4.49</code><P></A>
+
+<A NAME="1268197">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+<A NAME="1201841">
+<A NAME="dNSRecord">
+<B>dNSRecord</B>
+</a></a>
+<P>
+
+
+<A NAME="1218890">
+Specifies DNS resource records; including, type A (Address), type MX (Mail Exchange), type NS (Name Server), and type SOA (Start Of Authority) resource records. For example:<P></A>
+<PRE><A NAME="1218996">
+ dNSRecord: IN NS ns.uu.net.
+</A>
+</PRE>
+<A NAME="1264680">
+OID: <code>0.9.2342.19200300.100.1.26</code><P></A>
+
+<A NAME="1201844">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1241256">
+<A NAME="dnQualifier">
+<B>dnQualifier</B>
+</a></a>
+<P>
+
+
+<A NAME="1241257">
+Undefined.<P></A>
+
+<A NAME="1268140">
+OID: <code>2.5.4.46</code><P></A>
+
+<A NAME="1241260">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1201847">
+<A NAME="documentAuthor">
+<B>documentAuthor</B>
+</a></a>
+<P>
+
+
+<A NAME="1201848">
+Contains the distinguished name of the author of a document entry. For example:<P></A>
+<PRE><A NAME="1201849">
+ documentAuthor: <I>cn=John Doe, o=Example.com</I>
+</A>
+</PRE>
+<A NAME="1266431">
+OID: <code>0.9.2342.19200300.100.1.14</code><P></A>
+
+<A NAME="1201851">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">Syntax: </a>dn<P></A>
+<A NAME="1201854">
+<A NAME="documentIdentifier">
+<B>documentIdentifier</B>
+</a></a>
+<P>
+
+
+<A NAME="1214845">
+Specifies a unique identifier for a document.. For example:<P></A>
+<PRE><A NAME="1201856">
+ documentIdentifier: L3204REV1
+</A>
+</PRE>
+<A NAME="1266314">
+OID: <code>0.9.2342.19200300.100.1.11</code><P></A>
+
+<A NAME="1201858">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1201861">
+<A NAME="documentLocation">
+<B>documentLocation</B>
+</a></a>
+<P>
+
+
+<A NAME="1201862">
+Defines the location of the original copy of a document entry. For example:<P></A>
+<PRE><A NAME="1201863">
+ documentLocation: Department Library
+</A>
+</PRE>
+<A NAME="1266449">
+OID: <code>0.9.2342.19200300.100.1.15</code><P></A>
+
+<A NAME="1201865">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1201868">
+<A NAME="documentPublisher">
+<B>documentPublisher</B>
+</a></a>
+<P>
+
+
+<A NAME="1216107">
+The person and/or organization that published a document. For example:<P></A>
+<PRE><A NAME="1201870">
+ documentPublisher: Southeastern Publishing
+</A>
+</PRE>
+<A NAME="1260211">
+OID: <code>0.9.2342.19200300.100.1.56</code><P></A>
+
+<A NAME="1201872">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1201877">
+<A NAME="documentStore">
+<B>documentStore</B>
+</a></a>
+<P>
+
+
+<A NAME="1201878">
+Undefined.<P></A>
+
+<A NAME="1201881">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1201884">
+<A NAME="documentTitle">
+<B>documentTitle</B>
+</a></a>
+<P>
+
+
+<A NAME="1201885">
+Contains the title of a document entry. For example:<P></A>
+<PRE><A NAME="1201886">
+ documentTitle: Directory Administrator's Guide
+</A>
+</PRE>
+<A NAME="1266319">
+OID: <code>0.9.2342.19200300.100.1.12</code><P></A>
+
+<A NAME="1201888">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1201891">
+<A NAME="documentVersion">
+<B>documentVersion</B>
+</a></a>
+<P>
+
+
+<A NAME="1201892">
+Defines the version of a document entry. For example:<P></A>
+<PRE><A NAME="1201893">
+ documentVersion: 1.1
+</A>
+</PRE>
+<A NAME="1266429">
+OID: <code>0.9.2342.19200300.100.1.13</code><P></A>
+
+<A NAME="1201895">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1201909">
+<A NAME="drink">
+<B>drink</B>
+</a></a>
+<P>
+
+
+<A NAME="1201910">
+Describes favorite drink of a person entry. For example:<P></A>
+<PRE><A NAME="1201911">
+ drink: soda
+</A>
+<A NAME="1201912">
+or:
+</A>
+<A NAME="1201913">
+ favouriteDrink: soda
+</A>
+</PRE>
+<A NAME="1264462">
+OID: <code>0.9.2342.19200300.100.1.5</code><P></A>
+
+<A NAME="1201915">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1245205">
+<A NAME="dSAQuality">
+<B>dSAQuality</B>
+</a></a>
+<P>
+
+
+<A NAME="1245207">
+Undefined. <P></A>
+
+<A NAME="1266632">
+OID: <code>0.9.2342.19200300.100.1.49</code><P></A>
+
+<A NAME="1245210">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1003050">
+<A NAME="employeeNumber">
+<B>employeeNumber</B>
+</a></a>
+<P>
+
+
+<A NAME="1003051">
+Identifies the entry's employee number. For example:<P></A>
+<PRE><A NAME="1003356">
+ employeeNumber: 15300
+</A>
+</PRE>
+<A NAME="1257625">
+OID: <code>2.16.840.1.113730.3.1.3</code><P></A>
+
+<A NAME="1003382">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1008204">
+This attribute was created by Netscape for use with its LDAP implementation.<P></A>
+<A NAME="1009035">
+<A NAME="employeeType">
+<B>employeeType</B>
+</a></a>
+<P>
+
+
+<A NAME="1009036">
+Identifies the entry's type of employment. For example:<P></A>
+<PRE><A NAME="1009039">
+ employeeType: Full time
+</A>
+</PRE>
+<A NAME="1257756">
+OID: <code>2.16.840.1.113730.3.1.4</code><P></A>
+
+<A NAME="1009054">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1087204">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1241288">
+<A NAME="enhancedSearchGuide">
+<B>enhancedSearchGuide</B>
+</a></a>
+<P>
+
+
+<A NAME="1241289">
+Used by X.500 clients when construcing search filters. <P></A>
+
+<A NAME="1268147">
+OID: <code>2.5.4.47</code><P></A>
+
+<A NAME="1241292">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1171637">
+<A NAME="facsimileTelephoneNumber">
+<B>facsimileTelephoneNumber</B>
+</a></a>
+<P>
+
+
+<A NAME="1171638">
+Identifies the fax number at which the entry can be reached. For example:<P></A>
+<PRE><A NAME="1171639">
+ facsimileTelephoneNumber: 415-555-1212
+</A>
+</PRE>
+<A NAME="1171640">
+or:<P></A>
+<PRE><A NAME="1171641">
+ fax: 415-555-1212
+</A>
+</PRE>
+<A NAME="1266216">
+Abbreviation: fax<P></A>
+
+<A NAME="1267642">
+OID: <code>2.5.4.23</code><P></A>
+
+<A NAME="1266222">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004703">tel</a><P></A>
+<A NAME="1266221">
+<A NAME="filterInfo">
+<B>filterInfo</B>
+</a></a>
+<P>
+
+
+<A NAME="1284718">
+Reserved for future use.<P></A>
+
+<A NAME="1284721">
+OID: <code>2.16.840.1.113730.3.1.206</code><P></A>
+
+<A NAME="1284746">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">Syntax: cis</a><P></A>
+<A NAME="1284708">
+<A NAME="generation">
+<B>generation</B>
+</a></a>
+<P>
+
+
+<A NAME="1171658">
+Identifies a byte vector assigned to the server to distinguish it from any other generation or version of the server. The generation attribute is used only for replica synchronization.<P></A>
+
+<A NAME="1171660">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004701">ces</a><P></A>
+
+<A NAME="1171661">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1104309">
+<A NAME="generationQualifier">
+<B>generationQualifier</B>
+</a></a>
+<P>
+
+
+<A NAME="1161653">
+Same as generation Qualifier in the Lightweight Internet Person Schema (LIPS).<P></A>
+
+<A NAME="1268127">
+OID: <code>2.5.4.44</code><P></A>
+
+<A NAME="1104311">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1229534">
+<A NAME="givenName">
+<B>givenName</B>
+</a></a>
+<P>
+
+
+<A NAME="1229535">
+Identifies the entry's given, or first, name. For example: <P></A>
+<PRE><A NAME="1229536">
+ givenName: Bill
+</A>
+</PRE>
+<A NAME="1268098">
+OID: <code>2.5.4.42</code><P></A>
+
+<A NAME="1229538">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1201936">
+<A NAME="homePhone">
+<B>homePhone</B>
+</a></a>
+<P>
+
+
+<A NAME="1201937">
+Identifies the entry's home phone number. For example:<P></A>
+<PRE><A NAME="1201938">
+ homeTelephoneNumber: 415-555-1212
+</A>
+</PRE>
+<A NAME="1201939">
+or:<P></A>
+<PRE><A NAME="1201940">
+ homePhone: 415-555-1234
+</A>
+</PRE>
+<A NAME="1201942">
+Abbreviation: homePhone<P></A>
+
+<A NAME="1264518">
+OID: <code>0.9.2342.19200300.100.1.20</code><P></A>
+
+<A NAME="1201944">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004703">tel</a><P></A>
+<A NAME="1201947">
+<A NAME="homePostalAddress">
+<B>homePostalAddress</B>
+</a></a>
+<P>
+
+
+<A NAME="1201948">
+Identifies the entry's home mailing address. This field is intended to include multiple lines, but each line within the entry should be separated by a dollar sign ($). For example:<P></A>
+<PRE><A NAME="1201949">
+ homePostalAddress: 1234 Ridgeway Drive$Santa Clara, CA$99555
+</A>
+</PRE>
+<A NAME="1201950">
+To represent an actual dollar sign ($) or backslash (\) within this text, use the escaped hex values \24 and \5c respectively. For example, to represent the string:<P></A>
+<PRE><A NAME="1201951">
+ The dollar ($) value can be found <br> in the c:\cost file.
+</A>
+</PRE>
+<A NAME="1201952">
+provide the string:<P></A>
+<PRE><A NAME="1201953">
+ The dollar (\24) value can be found$in the c:\5ccost file.
+</A>
+</PRE>
+<A NAME="1264733">
+OID: <code>0.9.2342.19200300.100.1.39</code><P></A>
+
+<A NAME="1201955">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1201958">
+<A NAME="host">
+<B>host</B>
+</a></a>
+<P>
+
+
+<A NAME="1201959">
+Defines the hostname of a computer. For example:<P></A>
+<PRE><A NAME="1201960">
+ host: mozilla
+</A>
+</PRE>
+<A NAME="1264500">
+OID: <code>0.9.2342.19200300.100.1.9</code><P></A>
+
+<A NAME="1201962">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1241726">
+<A NAME="houseIdentifier">
+<B>houseIdentifier</B>
+</a></a>
+<P>
+
+
+<A NAME="1241727">
+Contains an identifier for a house. <P></A>
+
+<A NAME="1269104">
+OID: <code>2.5.4.51</code><P></A>
+
+<A NAME="1241730">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1201965">
+<A NAME="info">
+<B>info</B>
+</a></a>
+<P>
+
+
+<A NAME="1211991">
+The Information attribute type specifies any general information pertinent to an object. It is recommended that specific usage of this attribute type is avoided, and that specific requirements are met by other (possibly additional) attribute types.<P></A>
+<PRE><A NAME="1201967">
+ info: not valid
+</A>
+</PRE>
+<A NAME="1266299">
+OID: <code>0.9.2342.19200300.100.1.4</code><P></A>
+
+<A NAME="1201969">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1229543">
+<A NAME="initials">
+<B>initials</B>
+</a></a>
+<P>
+
+
+<A NAME="1229544">
+Identifies the entry's initials. For example:<P></A>
+<PRE><A NAME="1229545">
+ initials: BFA
+</A>
+</PRE>
+<A NAME="1268110">
+OID: <code>2.5.4.43</code><P></A>
+
+<A NAME="1229547">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1032705">
+<A NAME="installationTimeStamp">
+<B>installationTimeStamp</B>
+</a></a>
+<P>
+
+
+<A NAME="1212073">
+Identifies the date and time in zulu format when the Netscape server was installed. This attribute is a Netscape extension used by the <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1097231">netscapeServer</a> object class. Normally this attribute and this attribute value are written to the directory when a Netscape server is initially installed. For example:<P></A>
+<PRE><A NAME="1212075">
+ installationTimeStamp: 199703261517z
+</A>
+</PRE>
+<A NAME="1259193">
+OID: <code>2.16.840.1.113730.3.1.73</code><P></A>
+
+<A NAME="1032810">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1224256">
+<A NAME="internationalIsdnNumber">
+<B>internationalIsdnNumber</B>
+</a></a>
+<P>
+
+
+<A NAME="1224257">
+Contains the ISDN number of the entry. This is in the internationally agreed format for ISDN addresses given in CCITT Rec. E. 164. <P></A>
+
+<A NAME="1267742">
+OID: <code>2.5.4.25</code><P></A>
+
+<A NAME="1224260">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004701">ces</a><P></A>
+<A NAME="1201988">
+<A NAME="janetMailbox">
+<B>janetMailbox</B>
+</a></a>
+<P>
+
+
+<A NAME="1212260">
+Specifies an email address. This attribute is intended for the convenience of U.K users unfamiliar with rfc822 mail addresses. Entries using this attribute must also include an rfc822Mailbox attribute. For example:<P></A>
+<PRE><A NAME="1201990">
+ janetMailbox: jdoe@example.com
+</A>
+</PRE>
+<A NAME="1266610">
+OID: <code>0.9.2342.19200300.100.1.46</code><P></A>
+
+<A NAME="1201992">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1201995">
+<A NAME="jpegPhoto">
+<B>jpegPhoto</B>
+</a></a>
+<P>
+
+
+<A NAME="1201996">
+Contains a JPEG photo of the entry. For example:<P></A>
+<PRE><A NAME="1201999">
+ jpegPhoto: AAAAAA==
+</A>
+</PRE>
+<A NAME="1287354">
+OID: <code>0.9.2342.19200300.100.1.60</code><P></A>
+
+<A NAME="1266169">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin</a><P></A>
+<A NAME="1202004">
+<A NAME="keyWords">
+<B>keyWords</B>
+</a></a>
+<P>
+
+
+<A NAME="1202005">
+Contains keywords for the entry. For example:<P></A>
+<PRE><A NAME="1202006">
+ keyWords: directory LDAP X.500
+</A>
+</PRE>
+<A NAME="1202008">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1202013">
+<A NAME="knowledgeInformation">
+<B>knowledgeInformation</B>
+</a></a>
+<P>
+
+
+<A NAME="1202014">
+This attribute is no longer used.<P></A>
+
+<A NAME="1266967">
+OID: <code>2.5.4.2</code><P></A>
+<A NAME="1244534">
+<A NAME="l">
+<B>l</B>
+</a></a>
+<P>
+
+
+<A NAME="1244535">
+Identifies the county, city, or other geographical area in which the entry is located or in some other way associated with. For example:<P></A>
+<PRE><A NAME="1244536">
+ localityName: Santa Clara
+</A>
+</PRE>
+<A NAME="1244537">
+or:<P></A>
+<PRE><A NAME="1244538">
+ l: Santa Clara
+</A>
+</PRE>
+<A NAME="1244540">
+Abbreviation: l<P></A>
+
+<A NAME="1267059">
+OID: <code>2.5.4.7</code><P></A>
+
+<A NAME="1244542">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1202020">
+<A NAME="labeledUri">
+<B>labeledUri</B>
+</a></a>
+<P>
+
+
+<A NAME="1202021">
+Specifies a Uniform Resource Identifier (URI) that is relevant in some way to the entry. Values placed in the attribute should consist of a URI (currently only URLs are supported) optionally followed by one or more space characters and a label. For example:<P></A>
+<PRE><A NAME="1202022">
+ labeledURI: http://home.netscape.com [Netscape corporations's <br> home page]
+</A>
+</PRE>
+<A NAME="1266144">
+OID: <code>1.3.6.1.4.1.250.1.57</code><P></A>
+
+<A NAME="1202024">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004701">ces</a><P></A>
+<A NAME="1100733">
+<A NAME="lastModifiedBy">
+<B>lastModifiedBy</B>
+</a></a>
+<P>
+
+
+<A NAME="1212108">
+Specifies the distinguished name of the last user to modify the associated entry. For example:<P></A>
+<PRE><A NAME="1202030">
+ lastModifiedby: <I>cn=Jane Doe, ou=Quality Control, o=Example.com</I>
+</A>
+</PRE>
+<A NAME="1258536">
+OID: <code>0.9.2342.19200300.100.1.24</code><P></A>
+
+<A NAME="1280815">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+<A NAME="1202035">
+<A NAME="lastModifiedTime">
+<B>lastModifiedTime</B>
+</a></a>
+<P>
+
+
+<A NAME="1202036">
+Defines the last time, in UTC format, that a change was made to the entry. For example:<P></A>
+<PRE><A NAME="1202037">
+ lastModifiedTime: Thursday, 22-Sep-93 14:15:00 GMT
+</A>
+</PRE>
+<A NAME="1266565">
+OID: <code>0.9.2342.19200300.100.1.23</code><P></A>
+
+<A NAME="1202039">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1243273">
+<A NAME="ldapSyntaxes">
+<B>ldapSyntaxes</B>
+</a></a>
+<P>
+
+
+<A NAME="1243274">
+Undefined.<P></A>
+
+<A NAME="1263292">
+OID: <code>1.3.6.1.4.1.1466.101.120.16</code><P></A>
+
+<A NAME="1243277">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1189404">
+<A NAME="mail">
+<B>mail</B>
+</a></a>
+<P>
+
+
+<A NAME="1189405">
+Identifies the entry's email address. For example:<P></A>
+<PRE><A NAME="1189406">
+ mail: banderson@example.com
+</A>
+</PRE>
+<A NAME="1189408">
+OID: <code>0.9.2342.19200300.100.1.3</code><P></A>
+
+<A NAME="1264446">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1024020">
+<A NAME="mailAccessDomain">
+<B>mailAccessDomain</B>
+</a></a>
+<P>
+
+
+<A NAME="1024021">
+Identifies the domain or IP address from which the user can perform a POP/IMAP logon. This attribute is a Netscape extension used by the Messaging Server. For example:<P></A>
+<PRE><A NAME="1024022">
+ mailAccessDomain: example.com
+</A>
+</PRE>
+<A NAME="1024248">
+OID: <code>2.16.840.1.113730.3.1.12</code><P></A>
+
+<A NAME="1269362">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1024250">
+<A NAME="mailAlternateAddress">
+<B>mailAlternateAddress</B>
+</a></a>
+<P>
+
+
+<A NAME="1024251">
+Identifies an alternative mail address for a mail user. This attribute is a Netscape extension used by the Messaging Server to match a mail address to a user. A mail account can have as many instances of this attribute as the user has alternate mail addresses. For example:<P></A>
+<PRE><A NAME="1024061">
+ mailAlternateAddress: Babs_Jensen@example.com<br> mailAlternateAddress: Bjensen@example.com
+</A>
+</PRE>
+<A NAME="1269367">
+OID: <code>2.16.840.1.113730.3.1.13</code><P></A>
+
+<A NAME="1269365">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1024094">
+<A NAME="mailAutoReplyMode">
+<B>mailAutoReplyMode</B>
+</a></a>
+<P>
+
+
+<A NAME="1027423">
+Identifies the mail auto reply mode for the mail user. This attribute is a Netscape extension used by the Messaging Server. Zero or one (0 - 1) instances of this attribute are expected per mail user account. Valid keywords for this attribute are:<P></A>
+<ul><A NAME="1027425">
+<LI>vacation -- Send the vacation message. The vacation message is contained on the mailAutoReplyText attribute.<P>
+</A>
+<A NAME="1027426">
+<LI>reply -- Send a fixed reply. The reply is contained on the mailAutoReplyText attribute.<P>
+</A>
+<A NAME="1027427">
+<LI>echo -- Echo the original message and send the mailAutoReplyText to the original sender of the message.<P>
+</A>
+</ul>
+<A NAME="1027428">
+For example:<P></A>
+<PRE><A NAME="1027429">
+ mailAutoReplyMode: vacation
+</A>
+</PRE>
+<A NAME="1269369">
+OID: <code>2.16.840.1.113730.3.1.14</code><P></A>
+
+<A NAME="1024098">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1024125">
+<A NAME="mailAutoReplyText">
+<B>mailAutoReplyText</B>
+</a></a>
+<P>
+
+
+<A NAME="1027662">
+Provides auto reply text for a mail user. This attribute is a Netscape extension used by Messaging Server. When represented in LDIF format, each line should be separated by a dollar sign ($). The Messaging Server expects 0 or 1 occurrences of this attribute per mail account. For example:<P></A>
+<PRE><A NAME="1027663">
+ mailAutoReplyText: On vacation$Back in the office on Monday.
+</A>
+</PRE>
+<A NAME="1034577">
+To represent an actual dollar sign ($) or backslash (\) within this text, use the escaped hex values \24 and \5c respectively. For example, to represent the string:<P></A>
+<PRE><A NAME="1034578">
+ The dollar ($) value can be found <br> in the c:\cost file.
+</A>
+</PRE>
+<A NAME="1034579">
+provide the string:<P></A>
+<PRE><A NAME="1034580">
+ The dollar (\24) value can be found$in the c:\5ccost file.
+</A>
+</PRE>
+<A NAME="1269558">
+OID: <code>2.16.840.1.113730.3.1.15</code><P></A>
+
+<A NAME="1024293">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1024295">
+<A NAME="mailDeliveryOption">
+<B>mailDeliveryOption</B>
+</a></a>
+<P>
+
+
+<A NAME="1024296">
+Identifies the mail delivery mechanism to be used for the mail user. This attribute is a Netscape extension used by the Messaging Server. Zero to three (0 - 3) instances of this attribute are expected per mail user account. However, if no instance of this attribute exists on the mail user entry, then at least one <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1026154">mailForwardingAddress</a> attribute must exist on the entry. Valid keywords for this attribute are:<P></A>
+<ul><A NAME="1027169">
+<LI>mailbox -- Indicates that mail is to be delivered to the user's POP/IMAP mailbox.<P>
+</A>
+<A NAME="1027175">
+<LI>native -- Indicates that Unix delivery is to be used. This option is available only for Messaging Servers running on a Unix host.<P>
+</A>
+<A NAME="1027197">
+<LI>program -- Indicates that program delivery is to be used. This option is available only for Messaging Servers running on a Unix host.<P>
+</A>
+</ul>
+<A NAME="1027143">
+For example:<P></A>
+<PRE><A NAME="1024297">
+ mailDeliveryOption: mailbox
+</A>
+</PRE>
+<A NAME="1269568">
+OID: <code>2.16.840.1.113730.3.1.16</code><P></A>
+
+<A NAME="1024169">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1026103">
+<A NAME="mailEnhancedUniqueMember">
+<B>mailEnhancedUniqueMember</B>
+</a></a>
+<P>
+
+
+<A NAME="1026104">
+Netscape extension used by the Messaging Server. Reserved for future use.<P></A>
+
+<A NAME="1026153">
+OID: <code>2.16.840.1.113730.3.1.31</code><P></A>
+
+<A NAME="1278474">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+<A NAME="1026154">
+<A NAME="mailForwardingAddress">
+<B>mailForwardingAddress</B>
+</a></a>
+<P>
+
+
+<A NAME="1024197">
+Identifies a mail address to which mail is forwarded. This attribute is a Netscape extension used by the Messaging Server to forward incoming mail to the correct location. For example:<P></A>
+<PRE><A NAME="1024198">
+ mailForwardingAddress: bjensen@royalairways.com
+</A>
+</PRE>
+<A NAME="1269579">
+OID: <code>2.16.840.1.113730.3.1.17</code><P></A>
+
+<A NAME="1024200">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1024314">
+<A NAME="mailHost">
+<B>mailHost</B>
+</a></a>
+<P>
+
+
+<A NAME="1024315">
+Identifies the DNS hostname of the host on which the user's mail account resides. This attribute is a Netscape extension used by the Messaging Server to route incoming mail to the correct location. The Messaging Server expects one and only one instance of this attribute per<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#"> mail</a>Recipient entry, or zero or one instances of this attribute on a <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#">mailGroup</a> entry. The value specified on this attribute must be the host's fully qualified domain name. For example:<P></A>
+<PRE><A NAME="1024316">
+ mailHost: mars.example.com
+</A>
+</PRE>
+<A NAME="1269581">
+OID: <code>2.16.840.1.113730.3.1.18</code><P></A>
+
+<A NAME="1024318">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1024377">
+<A NAME="mailMessageStore">
+<B>mailMessageStore</B>
+</a></a>
+<P>
+
+
+<A NAME="1024378">
+Identifies the absolute path on the user's mail host to the location under which the user's mailbox resides. This attribute is a Netscape extension used by the Messaging Server and this attribute is applicable only if the user's<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1024295"> mailDeliveryOption</a> is set to mailbox. The Messaging Server expects zero or one (0 or 1) instances of this attribute. If no instances of this attribute exist on the user's entry, then the default configured on the user's Messaging Server is used. For example:<P></A>
+<PRE><A NAME="1024379">
+ mailMessageStore: /disk2/mail
+</A>
+</PRE>
+<A NAME="1269614">
+OID: <code>2.16.840.1.113730.3.1.19</code><P></A>
+
+<A NAME="1090714">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004701">ces</a><P></A>
+<A NAME="1202044">
+<A NAME="mailPreferenceOption">
+<B>mailPreferenceOption</B>
+</a></a>
+<P>
+
+
+<A NAME="1213101">
+Indicates a preference for inclusion of their names on mailing lists (electronic or physical). There are three acceptable values for this attribute; <code>0</code>, <code>1</code>, and <code>2</code>. A value of <code>0</code> means that the user doesn't want to be included in mailing lists. A value of <code>1</code> means that the user consents to be added to any mailing list. A value of <code>2</code> means that the user only wants to be added to mailing lists which the list provider views as related to the users professional interests. The absence of such an attribute should be interpreted as if the attribute was present with value "no-list-inclusion". This attribute should be interpreted by anyone using the directory to derive mailing lists, and its value respected. For example:<P></A>
+<PRE><A NAME="1202046">
+ mailPreferenceOption: 0
+</A>
+</PRE>
+<A NAME="1266117">
+OID: <code>0.9.2342.19200300.100.1.47</code><P></A>
+
+<A NAME="1202048">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1243260">int single</a><P></A>
+<A NAME="1024400">
+<A NAME="mailProgramDeliveryInfo">
+<B>mailProgramDeliveryInfo</B>
+</a></a>
+<P>
+
+
+<A NAME="1024401">
+Identifies one or more commands, delimited by $, to be used for programmed mail delivery. This attribute is a Netscape extension used by the Messaging Server. The Messaging Server expect zero or one (0-1) instances of this attribute per user account. This attribute is meaningful only if all of the following conditions are true:<P></A>
+<ul><A NAME="1033350">
+<LI>the Messaging Server is running on Unix<P>
+</A>
+<A NAME="1033365">
+<LI>program delivery has been enabled on the Messaging Server by the mail administrator<P>
+</A>
+<A NAME="1033405">
+<LI>the user's <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1024295">mailDeliveryOption</a> is set to<B> </B>program<P>
+</A>
+</ul>
+<A NAME="1039005">
+For example:<P></A>
+<PRE><A NAME="1024402">
+ mailProgramDeliveryInfo: /usr/local/bin/procmail -f-
+</A>
+</PRE>
+<A NAME="1269616">
+OID: <code>2.16.840.1.113730.3.1.20</code><P></A>
+
+<A NAME="1024440">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004701">ces</a><P></A>
+<A NAME="1024509">
+<A NAME="mailQuota">
+<B>mailQuota</B>
+</a></a>
+<P>
+
+
+<A NAME="1024510">
+Identifies the maximum disk space in bytes that may be consumed by the user's mailbox. This attribute is a Netscape extension used by the Messaging Server and this attribute is applicable only if the user's <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1024295">mailDeliveryOption</a> is set to mailbox. The Messaging Server expects zero or one (0 or 1) instances of this attribute. If no instances of this attribute exist on the user's entry, then the default configured on the user's Messaging Server is used. For example:<P></A>
+<PRE><A NAME="1024511">
+ mailQuota: 1000000
+</A>
+</PRE>
+<A NAME="1024513">
+Note that if this attribute is set to zero, then no limit is set on the disk space quota.<P></A>
+
+<A NAME="1269588">
+OID: <code>2.16.840.1.113730.3.1.21</code><P></A>
+
+<A NAME="1033421">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1241537">
+<A NAME="mailRoutingAddress">
+<B>mailRoutingAddress</B>
+</a></a>
+<P>
+
+
+<A NAME="1241538">
+Undefined. <P></A>
+
+<A NAME="1263316">
+OID: <code>2.16.840.1.113730.3.1.47</code><P></A>
+
+<A NAME="1241541">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1007859">
+<A NAME="manager">
+<B>manager</B>
+</a></a>
+<P>
+
+
+<A NAME="1007872">
+Identifies the distinguished name of the entry's manager. For example:<P></A>
+<PRE><A NAME="1007875">
+ manager:<I> cn=Jane Doe, ou=Quality Control, o=Example.com</I>
+</A>
+</PRE>
+<A NAME="1264515">
+OID: <code>0.9.2342.19200300.100.1.10</code><P></A>
+
+<A NAME="1007908">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+<A NAME="1242887">
+<A NAME="matchingRules">
+<B>matchingRules</B>
+</a></a>
+<P>
+
+
+<A NAME="1290968">
+Operational, multi-valued attribute that specifies the matching rules used in a subschema. Each value describes a single matching rule. <P></A>
+
+<A NAME="1263068">
+OID: <code>2.5.21.4</code><P></A>
+
+<A NAME="1242891">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis </a><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1251525">operational</a><P></A>
+<A NAME="1242961">
+<A NAME="matchingRuleUse">
+<B>matchingRuleUse</B>
+</a></a>
+<P>
+
+
+<A NAME="1242962">
+Operational attribute that identifies the attribute types to which a matching rule applies in a subschema. <P></A>
+
+<A NAME="1263074">
+OID: <code>2.5.21.8</code><P></A>
+
+<A NAME="1263077">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis </a><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1251525">operational</a><P></A>
+<A NAME="1171811">
+<A NAME="member">
+<B>member</B>
+</a></a>
+<P>
+
+
+<A NAME="1171812">
+Identifies the distinguished names for each member of the group. For example:<P></A>
+<PRE><A NAME="1171813">
+ member: <I>cn=John Doe, o=example.com</I>
+</A>
+</PRE>
+<A NAME="1267883">
+OID: <code>2.5.4.31</code><P></A>
+
+<A NAME="1171815">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+<A NAME="1152959">
+<A NAME="memberCertificateDescription">
+<B>memberCertificateDescription</B>
+</a></a>
+<P>
+
+
+<A NAME="1152961">
+Identifies the characteristics of certificates in a particular group of certificates. If a certificate contains a subject distinguished name that matches one of the values in memberCertificateDescription, it is considered a member of the certificate group of which the attribute is a part. The format is as follows:<P></A>
+<PRE><A NAME="1153378">
+ {<I>subject_dn</I>}
+</A>
+</PRE>
+<A NAME="1153395">
+You can specify multiple subject dns by separating them with commas. You can designate more than one <code>ou</code> in the entry. If you specify multiple entries of other attribute types (not <code>ou</code>), all but the last one will be ignored.<P></A>
+
+<A NAME="1154677">
+For example, in order to be considered a member of a group with the following memberCertificateDescription, a certficiate would need to include <code>ou=x</code>, <code>ou=A</code>, and <code>o=example</code> but not <code>o=company</code>.<P></A>
+<PRE><A NAME="1126332">
+ memberCertificateDescription: {<I>ou=x, ou=A, o=company, o=example</I>}
+</A>
+</PRE>
+<A NAME="1154571">
+In order to match the group's requirements, a certificate's subject dns must contain the same ou attribute types in the same order as defined in the memberCertificateDescription attribute.<P></A>
+
+<A NAME="1263664">
+OID: <code>2.16.840.1.113730.3.1.199</code><P></A>
+
+<A NAME="1153423">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004701">ces</a><P></A>
+<A NAME="1246271">
+<A NAME="memberURL">
+<B>memberURL</B>
+</a></a>
+<P>
+
+
+<A NAME="1246272">
+Identifies a URL associated with each member of a group. For example:<P></A>
+<PRE><A NAME="1246273">
+ memberURL: ldap://<I>cn=jdoe, o=Example.com</I>
+</A>
+</PRE>
+<A NAME="1263332">
+OID: <code>2.16.840.1.113730.3.1.198</code><P></A>
+
+<A NAME="1246275">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004701">ces</a><P></A>
+<A NAME="1025144">
+<A NAME="mgrpAllowedBroadcaster">
+<B>mgrpAllowedBroadcaster</B>
+</a></a>
+<P>
+
+
+<A NAME="1025146">
+Identifies mail users allowed to send messages to the mail group. This attribute is a Netscape extension used by the Messaging Server to manage mailing lists. If no instances of this attribute exist on the mailGroup entry, then there are no restrictions on who can send messages to the mail group unless the mgrpAllowedDomain attribute is used. <P></A>
+
+<A NAME="1028370">
+The Messaging Server expects this attribute to contain either a distinguished name or an rfc822address. If a distinguished name is used, it must represent a mailable entry or entries of type group or groupOfUniqueNames. The distinguished name must be represented in the form of a LDAP URL as described in RFC1959, <em>An LDAP URL format</em>.<P></A>
+
+<A NAME="1028354">
+For example:<P></A>
+<PRE><A NAME="1025147">
+ mgrpAllowedBroadcaster: ldap://<I>uid=bjensen, o=Example.com<br></I> mgrpAllowedBroadcaster: mailto:sys50@example.com
+</A>
+</PRE>
+<A NAME="1277878">
+OID: <code>2.16.840.1.113730.3.1.22</code><P></A>
+
+<A NAME="1025149">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004701">ces</a><P></A>
+<A NAME="1024569">
+<A NAME="mgrpAllowedDomain">
+<B>mgrpAllowedDomain</B>
+</a></a>
+<P>
+
+
+<A NAME="1024570">
+Identifies domains from which users are allowed to send messages to the mail group. This attribute is a Netscape extension used by the Messaging Server to manage mailing lists. If no instances of this attribute exist on the mailGroup entry, then there are no restrictions on who can send messages to the mail group unless the mgrpAllowedBroadcaster attribute is used. <P></A>
+
+<A NAME="1028614">
+This is by defaulted to a wild card value. That is, a value of "example.com" will match any user sending from "*.example.com"<P></A>
+
+<A NAME="1028598">
+For example:<P></A>
+<PRE><A NAME="1024571">
+ mgrpAllowedDomain: example.com
+</A>
+</PRE>
+<A NAME="1277883">
+OID: <code>2.16.840.1.113730.3.1.23</code><P></A>
+
+<A NAME="1278549">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1278551">
+<A NAME="mgrpDeliverTo">
+<B>mgrpDeliverTo</B>
+</a></a>
+<P>
+
+
+<A NAME="1278552">
+Alternative method of specifying mail group membership. This attribute is a Netscape extension used by the Messaging Server to manage mailing lists. The Messaging Server expects this attribute to contain an LDAP URL using the format described in RFC1959, <em>An LDAP URL format</em>. Any entries returned by the resulting LDAP search are members of the mailing group. For example:<P></A>
+<PRE><A NAME="1025433">
+ mgrpDeliverTo: ldap:///<I>ou=Accounting,o=Netscape,c=US??sub?(&amp;<br> (objectClass=mailRecipient)(objectClass=inetOrgPerson))</I>
+</A>
+</PRE>
+<A NAME="1277885">
+OID: <code>2.16.840.1.113730.3.1.25</code><P></A>
+
+<A NAME="1025435">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004701">ces</a><P></A>
+<A NAME="1025568">
+<A NAME="mgrpErrorsTo">
+<B>mgrpErrorsTo</B>
+</a></a>
+<P>
+
+
+<A NAME="1028828">
+Identifies a mailing address to send error messages to for notification of mail delivery problems, such as bounced mails or members of the mailing group that lack a mailing address. This attribute is a Netscape extension used by the Messaging Server to manage mailing lists. If no instances of this attribute exist on the mailGroup entry, then error handling is managed according to the default set in the Messaging Server. <P></A>
+
+<A NAME="1028829">
+The Messaging Server expects this attribute to contain either a distinguished name or a rfc822address. If a distinguished name is used, it must represent a mailable entry or entries of type group or groupOfUniqueNames. The distinguished name must be represented in the form of a LDAP URL as described in RFC1959, <em>An LDAP URL format</em>.<P></A>
+
+<A NAME="1126241">
+For example:<P></A>
+<PRE><A NAME="1126242">
+ mgrpErrorsTo: ldap://<I>uid=bjensen, o=Example.com<br></I> mgrpErrorsTo: mailto:sys50@example.com
+</A>
+</PRE>
+<A NAME="1277947">
+OID: <code>2.16.840.1.113730.3.1.26</code><P></A>
+
+<A NAME="1025572">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004701">ces</a><P></A>
+<A NAME="1025705">
+<A NAME="mgrpModerator">
+<B>mgrpModerator</B>
+</a></a>
+<P>
+
+
+<A NAME="1025706">
+Identifies a mailing address to send rejected messages to. This attribute is a Netscape extension used by the Messaging Server to manage mailing lists. This is the address that rejected mail from a mailing list is sent to. <P></A>
+
+<A NAME="1029841">
+The Messaging Server may reject mail either because it is received from an unauthorized domain (as defined by the <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1024569">mgrpAllowedDomain</a> attribute) or is received from an mail address that is not a member of the <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1025144">mgrpAllowedBroadcaster</a> attribute. The Messaging Server will only forward mail to the address(es) identified by this attribute if the <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1025035">mgrpMsgRejectAction</a> attribute includes toModerator<B>. </B>If no instances of this attribute exist on the mailGroup entry, and <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1025035">mgrpMsgRejectAction</a> attribute is set to toModerator, then rejected mail that is supposed to be sent to the moderator is dumped (that is, it is deleted from the mail system with no further human interaction). <P></A>
+
+<A NAME="1029357">
+The Messaging Server expects this attribute to contain either a distinguished name or a rfc822address. If a distinguished name is used, it must represent a mailable entry or entries of type group or groupOfUniqueNames. The distinguished name must be represented in the form of a LDAP URL as described in RFC1959, <em>An LDAP URL format</em>.<P></A>
+
+<A NAME="1029358">
+For example:<P></A>
+<PRE><A NAME="1029359">
+ mgrpErrorsTo: ldap://<I>uid=bjensen, o=Example.com<br></I> mgrpErrorsTo: mailto:sys50@example.com
+</A>
+</PRE>
+<A NAME="1277952">
+OID: <code>2.16.840.1.113730.3.1.33</code><P></A>
+
+<A NAME="1025876">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004701">ces</a><P></A>
+<A NAME="1025878">
+<A NAME="mgrpMsgMaxSize">
+<B>mgrpMsgMaxSize</B>
+</a></a>
+<P>
+
+
+<A NAME="1025879">
+Identifies the maximum message size in bytes that is allowed to be sent to the mail group. This attribute is a Netscape extension used by the Messaging Server to manage mailing lists. The Messaging Server expects one and only one instance of this attribute to exist for every mailGroup entry. For example:<P></A>
+<PRE><A NAME="1025290">
+ mgrpMsgMaxSize: 2000
+</A>
+</PRE>
+<A NAME="1277962">
+OID: <code>2.16.840.1.113730.3.1.32</code><P></A>
+
+<A NAME="1025292">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1025035">
+<A NAME="mgrpMsgRejectAction">
+<B>mgrpMsgRejectAction</B>
+</a></a>
+<P>
+
+
+<A NAME="1024634">
+Identifies the action to be taken when a mail sent to a mail group is rejected. This attribute is a Netscape extension used by the Messaging Server to manage mailing lists.<P></A>
+
+<A NAME="1029427">
+The Messaging Server may reject mail either because it is received from an unauthorized domain (as defined by the <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1024569">mgrpAllowedDomain</a> attribute), is received from an mail address that is not a member of the <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1025144">mgrpAllowedBroadcaster</a> attribute, or is larger than the size permitted on <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1025878">mgrpMsgMaxSize</a>.<P></A>
+
+<A NAME="1031346">
+The Messaging Server expects from zero to two (0-2) instances of this attribute per mailGroup entry. If no instances of this attribute exist on the mailGroup entry, then reply is used by default. Valid keywords for this attribute are:<P></A>
+<ul><A NAME="1029629">
+<LI>reply -- send a failure notice to the sender. The text of the failure notice is stored on the <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#">mgrpMsgRejectTex</a>t attribute.<P>
+</A>
+<A NAME="1029638">
+<LI>bounce -- return the message to the sender with the comment stored on the <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#">mgrpMsgRejectTex</a>t attribute.<P>
+</A>
+<A NAME="1029664">
+<LI>toModerator -- forward the message to the moderator for processing. The moderator is identified by the <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1025705">mgrpModerator</a> attribute.<P>
+</A>
+</ul>
+<A NAME="1029617">
+For example:<P></A>
+<PRE><A NAME="1024635">
+ mgrpMsgRejectAction: bounce
+</A>
+</PRE>
+<A NAME="1278044">
+OID: <code>2.16.840.1.113730.3.1.28</code><P></A>
+
+<A NAME="1024637">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1025981">
+<A NAME="mgrpMsgRejectText">
+<B>mgrpMsgRejectText</B>
+</a></a>
+<P>
+
+
+<A NAME="1025983">
+Identifies the text to be sent by the Messaging Server when mail sent to a mail group is rejected and the mgrpMsgRejectAction attribute is set to either bounce or reply. This attribute is a Netscape extension used by the Messaging Server to manage mailing lists. <P></A>
+
+<A NAME="1030064">
+The Messaging Server expects from zero to one (0-1) instances of this attribute to exist per mailGroup entry. Multiline text may be delimited using $ when represented in LDIF format. If no instances of this attribute exist on the mailGroup entry, then the default text set in the Messaging Server is used for rejected mail.<P></A>
+
+<A NAME="1030130">
+For example:<P></A>
+<PRE><A NAME="1025984">
+ mgrpMsgRejectText: The mail you have sent to the Crazed Bikers$<br> mailing list has been rejected because$you are not a recognized<br> member of the Crazed Bikers group.$Please contact Big Daddy Biker<br> at rsweeny@example.com for information on how to become$a<br> crazed biker.
+</A>
+</PRE>
+<A NAME="1278050">
+OID: <code>2.16.840.1.113730.3.1.29</code><P></A>
+
+<A NAME="1025986">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004701">ces</a><P></A>
+<A NAME="1102613">
+<A NAME="mgrpPassword">
+<B>mgrpPassword</B>
+</a></a>
+<P>
+
+
+<A NAME="1102614">
+Reserved for future use. For example:<P></A>
+<PRE><A NAME="1287369">
+ mgrpPassword: AAAAAA==
+</A>
+</PRE>
+<A NAME="1102615">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin</a><P></A>
+<A NAME="1024670">
+<A NAME="mgrpRFC822MailMember">
+<B>mgrpRFC822MailMember</B>
+</a></a>
+<P>
+
+
+<A NAME="1024672">
+Identifies recipients of mail sent to a <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#">mailGroup</a> that are not actually members of the mail group. Conceptually, these mail addresses can be thought of as "CC recipients". That is, this attribute is used to represent mail recipients that cannot be expressed as distinguished names, or who are to be sent mail from this group but who do not have the full privileges of a unique group member. This attribute is a Netscape extension used by the Messaging Server to manage mailing lists.<P></A>
+
+<A NAME="1030207">
+The Messaging Server expects this attribute to contain rfc822 mail addresses using the following form:<P></A>
+<PRE><A NAME="1030236">
+<code> rfc822MailAddress [ % 'full' name] [ %1 (group parameter #1)]<br> [ %2 (group parameter #2)]...</code>
+</A>
+</PRE>
+<A NAME="1030231">
+where:<P></A>
+<ul><A NAME="1030278">
+<LI>rfc822MailAddress is an address such as<P>
+</A>
+</ul><PRE><A NAME="1030338">
+ bjensen@example.com
+</A>
+</PRE><ul><A NAME="1030343">
+<LI>full name is an optional parameter representing the user's full name. This parameter is reserved for future use.<P>
+</A>
+<A NAME="1030396">
+<LI>group parameters are optional parameters that are reserved for future use.<P>
+</A>
+</ul>
+<A NAME="1030305">
+For example:<P></A>
+<PRE><A NAME="1024673">
+ mgrpRFC822MailMember: bjensen@example.com%Babs Jensen
+</A>
+</PRE>
+<A NAME="1278123">
+OID: <code>2.16.840.1.113730.3.1.30</code><P></A>
+
+<A NAME="1024675">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1202056">
+<A NAME="mobile">
+<B>mobile</B>
+</a></a>
+<P>
+
+
+<A NAME="1202057">
+Identifies the entry's mobile or cellular phone number. For example:<P></A>
+<PRE><A NAME="1202058">
+ mobileTelephoneNumber: 415-555-4321
+</A>
+</PRE>
+<A NAME="1202059">
+or:<P></A>
+<PRE><A NAME="1202060">
+ mobile: 415-555-4321
+</A>
+</PRE>
+<A NAME="1202062">
+Abbreviation: mobile<P></A>
+
+<A NAME="1264782">
+OID: <code>0.9.2342.19200300.100.1.41</code><P></A>
+
+<A NAME="1202064">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004703">tel</a><P></A>
+<A NAME="1242555">
+<A NAME="modifiersName">
+<B>modifiersName</B>
+</a></a>
+<P>
+
+
+<A NAME="1242556">
+Contains the distinguished name (dn) of the user that last modified an entry. For example:<P></A>
+<PRE><A NAME="1242557">
+ modifiersName: <I>cn=jdoe, o=example.com</I>
+</A>
+</PRE>
+<A NAME="1263015">
+OID: <code>2.5.18.4</code><P></A>
+
+<A NAME="1242559">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+<A NAME="1242117">
+<A NAME="modifyTimestamp">
+<B>modifyTimestamp</B>
+</a></a>
+<P>
+
+
+<A NAME="1242119">
+Undefined.<P></A>
+
+<A NAME="1262948">
+OID: <code>2.5.18.2</code><P></A>
+
+<A NAME="1242126">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1229561">
+<A NAME="multiLineDescription">
+<B>multiLineDescription</B>
+</a></a>
+<P>
+
+
+<A NAME="1229562">
+Provides descriptive text for a mail user. This attribute is a Netscape extension used by Messaging Server. When represented in LDIF format, each line should be separated by a dollar sign ($). The Messaging Server expects 0 or 1 occurrences of this attribute per mail account. For example:<P></A>
+<PRE><A NAME="1229563">
+ multiLineDescription: Account Administrator and$directory manager.
+</A>
+</PRE>
+<A NAME="1229565">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1282059">
+<A NAME="nameForms">
+<B>nameForms</B>
+</a></a>
+<P>
+
+
+<A NAME="1282063">
+Operational, multi-valued attribute that defines the name forms used in a subschema. Each value defines one name form. OID: <code>2.5.21.7</code><P></A>
+
+<A NAME="1282065">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis </a><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1251525">operational</a><P></A>
+<A NAME="1243088">
+<A NAME="namingContexts">
+<B>namingContexts</B>
+</a></a>
+<P>
+
+
+<A NAME="1243089">
+Undefined.<P></A>
+
+<A NAME="1263080">
+OID: <code>1.3.6.1.4.1.1466.101.120.5</code><P></A>
+
+<A NAME="1243092">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+<A NAME="1096606">
+<A NAME="netscapeReplicaState">
+<B>netscapeReplicaState</B>
+</a></a>
+<P>
+
+
+<A NAME="1278694">
+This attribute is reserved for use by the Netscape Directory Server and is not included in the <code>slapd.at.conf</code> file. The attribute contains a replica CN and a description of the current state of a directory replication process. The states include the following:<P></A>
+<ul><A NAME="1278883">
+<LI><B>Idle.</B> The synchronization system is not performing work at this time.<P>
+</A>
+<A NAME="1278885">
+<LI><B>Synchronizing.</B> The system is in the process of performing a replication.<P>
+</A>
+<A NAME="1278894">
+<LI><B>Populating.</B> The synchronization system is populating the consumer's directory.<P>
+</A>
+<A NAME="1279072">
+<LI><B>Halted.</B> The synchronization system has stopped.<P>
+</A>
+<A NAME="1279073">
+<LI><B>Unknown.</B> The state of the replication process is unknown.<P>
+</A>
+</ul>
+<A NAME="1279074">
+For example:<P></A>
+<PRE><A NAME="1278705">
+netscapeReplicaState: dirserver.example.com:389/o%3Dmozilla.com idle
+</A>
+</PRE>
+<A NAME="1278700">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1278579">
+<A NAME="newRdn">
+<B>newRdn</B>
+</a></a>
+<P>
+
+
+<A NAME="1096607">
+Contains the new RDN (Relative Distinguished Name) of an entry which is the target of a modRDN or modDN operation. For example:<P></A>
+<PRE><A NAME="1096608">
+ newRdn: <I>cn=Jane Doe</I>
+</A>
+</PRE>
+<A NAME="1257841">
+OID: <code>2.16.840.1.113730.3.1.9</code><P></A>
+
+<A NAME="1100958">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+<A NAME="1126531">
+<A NAME="newSuperior">
+<B>newSuperior</B>
+</a></a>
+<P>
+
+
+<A NAME="1126532">
+This attribute gives the name of the entry which becomes the immediate superior of the existing entry, when processing a modDN operation. For example:<P></A>
+<PRE><A NAME="1126533">
+ newSuperior: <I>cn=Jane Doe</I>
+</A>
+</PRE>
+<A NAME="1257875">
+OID: <code>2.16.840.1.113730.3.1.11</code><P></A>
+
+<A NAME="1126631">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+<A NAME="1095332">
+<A NAME="ngcomponent">
+<B>ngcomponent</B>
+</a></a>
+<P>
+
+
+<A NAME="1095333">
+Identifies a part of a the news group name. This attribute is a Netscape extension to the standard LDAP schema. It is used by the Collabra server on <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#">nginfo</a> entries to uniquely identify news groups. The format and nature of the information placed on this attribute by the Collabra server is subject to change without notice.<P></A>
+
+<A NAME="1037897">
+For example, the ngcomponent attributes put in place for the comp.sys.mac newsgroup would be:<P></A>
+<PRE><A NAME="1037898">
+ dn: ngcomponent=mac, ngcomponent=sys, ngcomponent=comp,<br> ngcomponent=., <I>o=Example.com<br></I> objectclass: top<br> objectclass: nginfo<br> ngcomponent=mac<br> ngcomponent=sys<br> ngcomponent=comp<br> ngcomponent=.
+</A>
+</PRE>
+<A NAME="1272795">
+OID: <code>2.16.840.1.113730.3.1.196</code><P></A>
+
+<A NAME="1037900">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+<A NAME="1036977">
+<A NAME="nsaclrole">
+<B>nsaclrole</B>
+</a></a>
+<P>
+
+
+<A NAME="1037146">
+Identifies the access for individual news group roles (for example, manager, poster, reader, etc). This attribute is a Netscape extension to the standard LDAP schema. It is used by the Collabra server on <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1078583">nginfo</a> entries to identify access control for individual news groups. This attribute is used only on the branch point of the ngcomponent subtree. The format and nature of the information placed on this attribute by the Collabra server is subject to change without notice.<P></A>
+
+<A NAME="1036980">
+For example:<P></A>
+<PRE><A NAME="1036981">
+ nsaclrole: admin:aprv
+</A>
+</PRE>
+<A NAME="1272665">
+OID: <code>2.16.840.1.113730.3.1.192</code><P></A>
+
+<A NAME="1036983">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1104932">
+<A NAME="nsCalAccess">
+<B>nsCalAccess</B>
+</a></a>
+<P>
+
+
+<A NAME="1177104">
+This attribute is reserved for future use.<P></A>
+
+<A NAME="1177105">
+Defines whether a calendar user, administrator, or resource should be allowed or denied access to the Calendar server. For example:<P></A>
+<PRE><A NAME="1120940">
+ nsCalAccess: allow
+</A>
+</PRE>
+<A NAME="1270551">
+OID: <code>2.16.840.1.113730.3.1.112</code><P></A>
+
+<A NAME="1104935">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1177696">
+This attribute is a Netscape extension to the standard LDAP schema used by the Calendar server.<P></A>
+<A NAME="1166044">
+<A NAME="nsCalAccessDomain">
+<B>nsCalAccessDomain</B>
+</a></a>
+<P>
+
+
+<A NAME="1177890">
+This attribute is reserved for future use.<P></A>
+
+<A NAME="1166046">
+Contains the Internet domain or IP address from which the calendar user, administrator, or resource is allowed to access calendar data.<P></A>
+<PRE><A NAME="1120977">
+ nsCalAccessDomain: example.com
+</A>
+</PRE>
+<A NAME="1270575">
+OID: <code>2.16.840.1.113730.3.1.113</code><P></A>
+
+<A NAME="1104940">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1177866">
+This attribute is a Netscape extension to the standard LDAP schema used by the Calendar server.<P></A>
+<A NAME="1104994">
+<A NAME="nsCalAdmd">
+<B>nsCalAdmd</B>
+</a></a>
+<P>
+
+
+<A NAME="1161412">
+This attribute is a Netscape extension to the standard LDAP schema used by the Calendar server. The attribute contains an X.400 Administration Management Domain Name. For example:<P></A>
+<PRE><A NAME="1120980">
+ nsCalAdmd: telemail
+</A>
+</PRE>
+<A NAME="1270587">
+OID: <code>2.16.840.1.113730.3.1.114</code><P></A>
+
+<A NAME="1104995">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1105005">
+<A NAME="nsCalDefaultNoteReminder">
+<B>nsCalDefaultNoteReminder</B>
+</a></a>
+<P>
+
+
+<A NAME="1162561">
+Defines the type (if any) of note reminder sent to a calendar user. The type of reminder can be none (0), visual (1), or visual and audible (2). The Length of the reminder defines the number of minutes before the note expires that the reminder should be sent to the user. The syntax is <code>type:minutes</code>. For example:<P></A>
+<PRE><A NAME="1162562">
+ nsCalDefaultNoteReminder: 1:10
+</A>
+</PRE>
+<A NAME="1270589">
+OID: <code>2.16.840.1.113730.3.1.115</code><P></A>
+
+<A NAME="1105006">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1174630">
+This attribute is a Netscape extension to the standard LDAP schema used by the Calendar server.<P></A>
+<A NAME="1162428">
+<A NAME="nsCalDefaultReminder">
+<B>nsCalDefaultReminder</B>
+</a></a>
+<P>
+
+
+<A NAME="1162430">
+Defines the type (if any) of event reminder sent to calendar event attendees. The type of reminder can be none (0), visual (1), or visual and audible (2). The Length of the reminder defines the number of minutes before the event that the reminder should be sent to event attendees. For example:<P></A>
+<PRE><A NAME="1162431">
+ nsCalDefaultReminder: 1:10
+</A>
+</PRE>
+<A NAME="1270594">
+OID: <code>2.16.840.1.113730.3.1.116</code><P></A>
+
+<A NAME="1162433">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1175363">
+This attribute is a Netscape extension to the standard LDAP schema used by the Calendar server.<P></A>
+<A NAME="1105139">
+<A NAME="nsCalDefaultTaskReminder">
+<B>nsCalDefaultTaskReminder</B>
+</a></a>
+<P>
+
+
+<A NAME="1162515">
+Defines the type (if any) of task reminder sent to a calendar user. The type of reminder can be none (0), visual (1), or visual and audible (2). The Length of the reminder defines the number of minutes before the task is due that the reminder should be sent to the user. For example:<P></A>
+<PRE><A NAME="1162516">
+ nsCalDefaultTaskReminder: 1:10
+</A>
+</PRE>
+<A NAME="1270608">
+OID: <code>2.16.840.1.113730.3.1.117</code><P></A>
+
+<A NAME="1162518">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1175448">
+This attribute is a Netscape extension to the standard LDAP schema used by the Calendar server.<P></A>
+<A NAME="1105164">
+<A NAME="nsCalDisplayPrefs">
+<B>nsCalDisplayPrefs</B>
+</a></a>
+<P>
+
+
+<A NAME="1161965">
+Contains the display preferences for a calendar user or resource. The syntax of this attribute is <code>Flags:StartDay:EndDay:WeekStart:TimeIncrement:ActiveDays:TimeFormat</code>. Flags is no longer used. StartDay is the time in minutes to start the day display. EndDay is the time in minutes to end the day display. WeekStart specifies the first day of the week displayed in the Calendar client, usually Sunday or Monday. TimeIncrement defines the time increment displayed in minutes. ActiveDays specifies which days to display, for example, weekdays only. TimeFormat specifies the time format (AM/PM or 24 hour) to display. In the following example, <code>4</code> represents flags and is not used. The StartDay value (480) is equivalent to 8am, EndDay (1140) is 7pm, WeekStart (0) is Sunday, the TimeIncrement is 15 minutes, the ActiveDays value is set to all, and the TimeFormat is 24 hour.<P></A>
+<PRE><A NAME="1234997">
+ nsCalDisplayPrefs: 4:480:1140:0:15:127:2
+</A>
+</PRE>
+<A NAME="1270696">
+OID: <code>2.16.840.1.113730.3.1.118</code><P></A>
+
+<A NAME="1161784">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1174421">
+This attribute is a Netscape extension to the standard LDAP schema used by the Calendar server.<P></A>
+<A NAME="1164493">
+<A NAME="nsCalFlags">
+<B>nsCalFlags</B>
+</a></a>
+<P>
+
+
+<A NAME="1164494">
+This attribute is a Netscape extension to the standard LDAP schema used by the Calendar server. Reserved for future use.<P></A>
+
+<A NAME="1270698">
+OID: <code>2.16.840.1.113730.3.1.119</code><P></A>
+
+<A NAME="1235001">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1157806">
+<A NAME="nsCalHost">
+<B>nsCalHost</B>
+</a></a>
+<P>
+
+
+<A NAME="1157807">
+This attribute is a Netscape extension to the standard LDAP schema used by the Calendar server. The attribute contains the hostname or IP address of the computer hosting the Calendar server. For example:<P></A>
+<PRE><A NAME="1122178">
+ nsCalHost: calserver.example.com
+</A>
+</PRE>
+<A NAME="1270812">
+OID: <code>2.16.840.1.113730.3.1.120</code><P></A>
+
+<A NAME="1105325">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1105333">
+<A NAME="nsCalLanguageId">
+<B>nsCalLanguageId</B>
+</a></a>
+<P>
+
+
+<A NAME="1162674">
+This attribute is a Netscape extension to the standard LDAP schema used by the Calendar server. The attribute defines the language in which a user, administrator, or resource prefers to receive email notification. For example:<P></A>
+<PRE><A NAME="1122193">
+ nsCalLanguageId: english
+</A>
+</PRE>
+<A NAME="1270838">
+OID: <code>2.16.840.1.113730.3.1.121</code><P></A>
+
+<A NAME="1157843">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1157846">
+<A NAME="nsCalNodeAlias">
+<B>nsCalNodeAlias</B>
+</a></a>
+<P>
+
+
+<A NAME="1157847">
+This attribute is a Netscape extension to the standard LDAP schema used by the Calendar server. The attribute contains the mnemonic name of the node on which a calendar user's information is stored. For example:<P></A>
+<PRE><A NAME="1171879">
+ nsCalNodeAlias: node10000
+</A>
+</PRE>
+<A NAME="1270844">
+OID: <code>2.16.840.1.113730.3.1.122</code><P></A>
+
+<A NAME="1118746">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1118755">
+<A NAME="nsCalNotifMechanism">
+<B>nsCalNotifMechanism</B>
+</a></a>
+<P>
+
+
+<A NAME="1162010">
+Specifies the mechanism used to notify calendar event attendees (usually email). Acceptable values for this attribute are <code>1</code> and <code>0</code> where <code>1</code> means that notification is enabled, and <code>0</code> means that notification is disabled. For example:<P></A>
+<PRE><A NAME="1122226">
+ nsCalNotifMechanism: 0
+</A>
+</PRE>
+<A NAME="1270863">
+OID: <code>2.16.840.1.113730.3.1.123</code><P></A>
+
+<A NAME="1118757">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1175516">
+This attribute is a Netscape extension to the standard LDAP schema used by the Calendar server.<P></A>
+<A NAME="1105631">
+<A NAME="nsCalOperatingPrefs">
+<B>nsCalOperatingPrefs</B>
+</a></a>
+<P>
+
+
+<A NAME="1161868">
+This attribute is a Netscape extension to the standard LDAP schema used by the Calendar server. The attribute defines the operating preferences for a user or resource. Reserved for future use.<P></A>
+
+<A NAME="1270865">
+OID: <code>2.16.840.1.113730.3.1.124</code><P></A>
+
+<A NAME="1161820">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1105739">
+<A NAME="nsCalOrgUnit2">
+<B>nsCalOrgUnit2</B>
+</a></a>
+<P>
+
+
+<A NAME="1161561">
+This attribute is a Netscape extension to the standard LDAP schema used by the Calendar server. The attribute contains the X.400 Organization Unit 2 (OU2) for a user or administrator. For example:<P></A>
+<PRE><A NAME="1122284">
+ nsCalOrgUnit2: marketing
+</A>
+</PRE>
+<A NAME="1270887">
+OID: <code>2.16.840.1.113730.3.1.125</code><P></A>
+
+<A NAME="1105740">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1105752">
+<A NAME="nsCalOrgUnit3">
+<B>nsCalOrgUnit3</B>
+</a></a>
+<P>
+
+
+<A NAME="1161594">
+This attribute is a Netscape extension to the standard LDAP schema used by the Calendar server. The attribute contains the X.400 Organization Unit 3 (OU3) for a user or administrator. For example:<P></A>
+<PRE><A NAME="1122291">
+ nsCalOrgUnit3: sales
+</A>
+</PRE>
+<A NAME="1270897">
+OID: <code>2.16.840.1.113730.3.1.126</code><P></A>
+
+<A NAME="1105753">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1105815">
+<A NAME="nsCalOrgUnit4">
+<B>nsCalOrgUnit4</B>
+</a></a>
+<P>
+
+
+<A NAME="1164929">
+This attribute is a Netscape extension to the standard LDAP schema used by the Calendar server. The attribute contains the X.400 Organization Unit 4 (OU4) for a user or administrator. For example:<P></A>
+<PRE><A NAME="1164930">
+ nsCalOrgUnit4: engineering
+</A>
+</PRE>
+<A NAME="1270918">
+OID: <code>2.16.840.1.113730.3.1.127</code><P></A>
+
+<A NAME="1105816">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1105834">
+<A NAME="nsCalPasswordRequired">
+<B>nsCalPasswordRequired</B>
+</a></a>
+<P>
+
+
+<A NAME="1162629">
+Specifies whether a calendar user must supply a password to access calendar data. Acceptable values are <code>1</code> and <code>0</code>; where <code>1</code> means a password is required, and <code>0</code> means that no password is required. For example:<P></A>
+<PRE><A NAME="1122383">
+ nsCalPasswordRequired: 1
+</A>
+</PRE>
+<A NAME="1270965">
+OID: <code>2.16.840.1.113730.3.1.128</code><P></A>
+
+<A NAME="1105835">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1175590">
+This attribute is a Netscape extension to the standard LDAP schema used by the Calendar server.<P></A>
+<A NAME="1105891">
+<A NAME="nsCalPrmd">
+<B>nsCalPrmd</B>
+</a></a>
+<P>
+
+
+<A NAME="1271009">
+This attribute is a Netscape extension to the standard LDAP schema used by the Calendar server. The attribute contains the X.400 Private Management Domain Name for a user or administrator. For example:<P></A>
+<PRE><A NAME="1271010">
+ nsCalPrmd: example
+</A>
+</PRE>
+<A NAME="1271034">
+OID: <code>2.16.840.1.113730.3.1.129</code><P></A>
+
+<A NAME="1271012">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1105943">
+<A NAME="nsCalRefreshPrefs">
+<B>nsCalRefreshPrefs</B>
+</a></a>
+<P>
+
+
+<A NAME="1165339">
+The attribute defines whether the user's preferences should be refreshed and how often. The syntax for this attribute is <code>on/off:minutes</code>. Acceptable values for <code>on/off</code> are <code>1</code> and <code>0</code>; where <code>1</code> means preferences will be refreshed, and <code>0</code> means preferences won't be refreshed. If the <code>on/off</code> value is set to <code>1</code>, the refresh interval is entered in minutes. In the following example, nsCalRefreshPrefs is set to off:<P></A>
+<PRE><A NAME="1171900">
+ nsCalRefreshPrefs: 0:0
+</A>
+</PRE>
+<A NAME="1271056">
+OID: <code>2.16.840.1.113730.3.1.130</code><P></A>
+
+<A NAME="1105944">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1173593">
+This attribute is a Netscape extension to the standard LDAP schema used by the Calendar server.<P></A>
+<A NAME="1105996">
+<A NAME="nsCalResourceCapacity">
+<B>nsCalResourceCapacity</B>
+</a></a>
+<P>
+
+
+<A NAME="1163461">
+This attribute is a Netscape extension to the standard LDAP schema used by the Calendar server. The attribute defines the capacity of a resource, for example, a conference room. For example:<P></A>
+<PRE><A NAME="1122484">
+ nsCalResourceCapacity: 65
+</A>
+</PRE>
+<A NAME="1271073">
+OID: <code>2.16.840.1.113730.3.1.131</code><P></A>
+
+<A NAME="1209240">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1209242">
+<A NAME="nsCalResourceNumber">
+<B>nsCalResourceNumber</B>
+</a></a>
+<P>
+
+
+<A NAME="1209244">
+This attribute is a Netscape extension to the standard LDAP schema used by the Calendar server. The attribute contains the resource's identification number. For example:<P></A>
+<PRE><A NAME="1165759">
+ nsCalResourceNumber: 6725
+</A>
+</PRE>
+<A NAME="1271092">
+OID: <code>2.16.840.1.113730.3.1.132</code><P></A>
+
+<A NAME="1106037">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1106093">
+<A NAME="nsCalServerVersion">
+<B>nsCalServerVersion</B>
+</a></a>
+<P>
+
+
+<A NAME="1160060">
+This attribute is a Netscape extension to the standard LDAP schema used by the Calendar server. The attribute contains the version number of the Calendar server hosting the calendar user's data. For example:<P></A>
+<PRE><A NAME="1122498">
+ nsCalServerVersion: 1.0
+</A>
+</PRE>
+<A NAME="1271164">
+OID: <code>2.16.840.1.113730.3.1.133</code><P></A>
+
+<A NAME="1106094">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1106115">
+<A NAME="nsCalSysopCanWritePassword">
+<B>nsCalSysopCanWritePassword</B>
+</a></a>
+<P>
+
+
+<A NAME="1162650">
+This attribute is a Netscape extension to the standard LDAP schema used by the Calendar server. The attribute specifies whether the Calendar server administrator can overwrite user, resource, and other administrator passwords. Acceptable values for this attribute are <code>1</code> and <code>0</code> where <code>1</code> means the administrator can overwrite passwords, and <code>0</code> means that the administrator cannot overwrite passwords. For example:<P></A>
+<PRE><A NAME="1171915">
+ nsCalSysopCanWritePassword: 1
+</A>
+</PRE>
+<A NAME="1271166">
+OID: <code>2.16.840.1.113730.3.1.134</code><P></A>
+
+<A NAME="1106116">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1106160">
+<A NAME="nsCalTimezone">
+<B>nsCalTimezone</B>
+</a></a>
+<P>
+
+
+<A NAME="1162695">
+This attribute is a Netscape extension to the standard LDAP schema used by the Calendar server. The attribute contains the current timezone in which the entry is located. For example:<P></A>
+<PRE><A NAME="1122560">
+ nsCalTimezone: PST
+</A>
+</PRE>
+<A NAME="1271168">
+OID: <code>2.16.840.1.113730.3.1.135</code><P></A>
+
+<A NAME="1106161">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1106218">
+<A NAME="nsCalXItemId">
+<B>nsCalXItemId</B>
+</a></a>
+<P>
+
+
+<A NAME="1159973">
+This attribute is a Netscape extension to the standard LDAP schema used by the Calendar server. The attribute contains a unique identifier for an nsCalendarObject represented in the directory. This identification is composed of the identification number of the node on which the calendar user, administrator, or resource's data is stored, and the identification number of the calendar user, administrator, or resource. The format should be <code>NodeId,ItemId</code>. For example:<P></A>
+<PRE><A NAME="1159974">
+ nsCalXItemId: 123,6547
+</A>
+</PRE>
+<A NAME="1271216">
+OID: <code>2.16.840.1.113730.3.1.136</code><P></A>
+
+<A NAME="1106219">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1037693">
+<A NAME="nscreator">
+<B>nscreator</B>
+</a></a>
+<P>
+
+
+<A NAME="1037694">
+Identifies the creator of a news group. This attribute is a Netscape extension to the standard LDAP schema that is used by the Collabra server on <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1078583">nginfo</a> entries to identify a news group creator's uid. The format and nature of the information placed on this attribute by the Collabra server is subject to change without notice.<P></A>
+
+<A NAME="1037696">
+For example:<P></A>
+<PRE><A NAME="1037697">
+ nscreator: admin
+</A>
+</PRE>
+<A NAME="1272746">
+OID: <code>2.16.840.1.113730.3.1.195</code><P></A>
+
+<A NAME="1037699">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1037564">
+<A NAME="nsflags">
+<B>nsflags</B>
+</a></a>
+<P>
+
+
+<A NAME="1037565">
+Reserved for future use.<P></A>
+
+<A NAME="1272737">
+OID: <code>2.16.840.1.113730.3.1.194</code><P></A>
+
+<A NAME="1037567">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1091847">
+<A NAME="nsLicensedFor">
+<B>nsLicensedFor</B>
+</a></a>
+<P>
+
+
+<A NAME="1091848">
+Identifies the Netscape server that the user is licensed to use. The Netscape Administration Server expects each <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#">nsLicenseUser</a> entry to contain zero or more instances of this attribute. Valid keywords for this attribute are currently:<P></A>
+<ul><A NAME="1091850">
+<LI>mail -- the user is a licensed client of the Messaging Server.<P>
+</A>
+<A NAME="1091851">
+<LI>news -- the user is a licensed client of the Collabra Server.<P>
+</A>
+<A NAME="1091852">
+<LI>slapd -- the user is a licensed client of the Directory Server.<P>
+</A>
+<A NAME="1091853">
+<LI>cal -- the user is a licensed client of the Calendar server.<P>
+</A>
+</ul>
+<A NAME="1091854">
+For example:<P></A>
+<PRE><A NAME="1091855">
+ nsLicensedFor: slapd
+</A>
+</PRE>
+<A NAME="1257889">
+OID: <code>2.16.840.1.113730.3.1.36</code><P></A>
+
+<A NAME="1091857">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1091859">
+<A NAME="nsLicenseStartTime">
+<B>nsLicenseStartTime</B>
+</a></a>
+<P>
+
+
+<A NAME="1091860">
+Reserved for future use.<P></A>
+
+<A NAME="1257896">
+OID: <code>2.16.840.1.113730.3.1.37</code><P></A>
+
+<A NAME="1091862">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1091864">
+<A NAME="nsLicenseEndTime">
+<B>nsLicenseEndTime</B>
+</a></a>
+<P>
+
+
+<A NAME="1091865">
+Reserved for future use.<P></A>
+
+<A NAME="1257974">
+OID: <code>2.16.840.1.113730.3.1.38</code><P></A>
+
+<A NAME="1091867">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1092030">
+<A NAME="nsnewsACL">
+<B>nsnewsACL</B>
+</a></a>
+<P>
+
+
+<A NAME="1092031">
+Identifies the access control set for individual news groups. This attribute is a Netscape extension to the standard LDAP schema. It is used by the Collabra server on <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#">nginfo</a> entries to identify access control for individual news groups. The format and nature of the information placed on this attribute by the Collabra server is subject to change without notice.<P></A>
+
+<A NAME="1092033">
+For example:<P></A>
+<PRE><A NAME="1092034">
+ nsnewsACL: 2:*:a:D::admin:bpolk::d:*:a:D::manager:admin::d:
+</A>
+</PRE>
+<A NAME="1272650">
+OID: <code>2.16.840.1.113730.3.1.191</code><P></A>
+
+<A NAME="1092036">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1037277">
+<A NAME="nsprettyname">
+<B>nsprettyname</B>
+</a></a>
+<P>
+
+
+<A NAME="1037278">
+Identifies the pretty name or display name for the news group. This attribute is a Netscape extension to the standard LDAP schema that is used by the Collabra server on <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#">nginfo</a> entries to identify individual news groups. The format and nature of the information placed on this attribute by the Collabra server is subject to change without notice.<P></A>
+
+<A NAME="1037280">
+For example:<P></A>
+<PRE><A NAME="1037281">
+ nsprettyname: MKTG FOR RACHU
+</A>
+</PRE>
+<A NAME="1272668">
+OID: <code>2.16.840.1.113730.3.1.193</code><P></A>
+
+<A NAME="1037283">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1122623">
+<A NAME="ntGroupAttributes">
+<B>ntGroupAttributes</B>
+</a></a>
+<P>
+
+
+<A NAME="1122625">
+Reserved for use by the NT synchronization service to store the attributes of an NT group.<P></A>
+
+<A NAME="1262720">
+OID: <code>1.2.840.113556.1.4.152</code><P></A>
+
+<A NAME="1251757">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin</a><P></A>
+<A NAME="1122633">
+<A NAME="ntGroupCreateNewGroup">
+<B>ntGroupCreateNewGroup</B>
+</a></a>
+<P>
+
+
+<A NAME="1122635">
+Reserved for use by the NT synchronization service.<P></A>
+
+<A NAME="1258152">
+OID: <code>2.16.840.1.113730.3.1.45</code><P></A>
+
+<A NAME="1258154">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">Syntax: cis</a><P></A>
+<A NAME="1103799">
+<A NAME="ntGroupDeleteGroup">
+<B>ntGroupDeleteGroup</B>
+</a></a>
+<P>
+
+
+<A NAME="1103800">
+Reserved for use by the NT synchronization service.<P></A>
+
+<A NAME="1258186">
+OID: <code>2.16.840.1.113730.3.1.46</code><P></A>
+
+<A NAME="1258188">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">Syntax: cis</a><P></A>
+<A NAME="1103684">
+<A NAME="ntGroupDomainId">
+<B>ntGroupDomainId</B>
+</a></a>
+<P>
+
+
+<A NAME="1103686">
+Used by the NT synchronization service to store the NT Global Groupname/Domain.<P></A>
+
+<A NAME="1258086">
+OID: <code>2.16.840.1.113730.3.1.44</code><P></A>
+
+<A NAME="1251773">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">Syntax: cis</a><P></A>
+<A NAME="1104232">
+<A NAME="ntGroupId">
+<B>ntGroupId</B>
+</a></a>
+<P>
+
+
+<A NAME="1104233">
+Undefined. <P></A>
+
+<A NAME="1260150">
+OID: <code>2.16.840.1.113730.3.1.110</code><P></A>
+
+<A NAME="1104234">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">Syntax: </a>bin<P></A>
+<A NAME="1283379">
+<A NAME="ntGroupType">
+<B>ntGroupType</B>
+</a></a>
+<P>
+
+
+<A NAME="1283380">
+Two valid values are global or local<P></A>
+
+<A NAME="1283381">
+OID: <code>2.16.840.1.113730.3.1.47</code><P></A>
+
+<A NAME="1283383">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">Syntax: </a>cis<P></A>
+<A NAME="1013839">
+<A NAME="ntUserAcctExpires">
+<B>ntUserAcctExpires</B>
+</a></a>
+<P>
+
+
+<A NAME="1013857">
+Indicates when the entry's Windows NT account will expire. This value is stored as a string in GMT format. For example:<P></A>
+<PRE><A NAME="1013887">
+ ntUserAcctExpires: 19961015203415Z
+</A>
+</PRE>
+<A NAME="1262459">
+OID: <code>1.2.840.113556.1.4.159</code><P></A>
+
+<A NAME="1024626">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis </a><P></A>
+<A NAME="1014052">
+<A NAME="ntUserAuthFlags">
+<B>ntUserAuthFlags</B>
+</a></a>
+<P>
+
+
+<A NAME="1014053">
+Identifies an unsigned long integer that contains the entry's operator privileges on the Windows network. For example:<P></A>
+<PRE><A NAME="1038769">
+ ntUserAuthFlags: AAAAAA==
+</A>
+</PRE>
+<A NAME="1258686">
+OID: <code>2.16.840.1.113730.3.1.60</code><P></A>
+
+<A NAME="1038770">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin </a><P></A>
+<A NAME="1038772">
+<A NAME="ntUserBadPwCount">
+<B>ntUserBadPwCount</B>
+</a></a>
+<P>
+
+
+<A NAME="1014169">
+Identifies the number of attempts to log on to the Windows account using an incorrect password. A value of 0xFFFFFFFF represents that the value is unknown. For example:<P></A>
+<PRE><A NAME="1014915">
+ ntUserBadPwCount: AAAAAA==
+</A>
+</PRE>
+<A NAME="1262557">
+OID: <code>1.2.840.113556.1.4.12</code><P></A>
+
+<A NAME="1038807">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin </a><P></A>
+<A NAME="1014973">
+<A NAME="ntUserCodePage">
+<B>ntUserCodePage</B>
+</a></a>
+<P>
+
+
+<A NAME="1014989">
+Code page for the user's language of choice. For example:<P></A>
+<PRE><A NAME="1015015">
+ ntUserCodePage: AAAAAA==
+</A>
+</PRE>
+<A NAME="1262625">
+OID: <code>1.2.840.113556.1.4.16</code><P></A>
+
+<A NAME="1246827">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin </a><P></A>
+<A NAME="1246829">
+<A NAME="ntUserComment">
+<B>ntUserComment</B>
+</a></a>
+<P>
+
+
+<A NAME="1246830">
+ASCII string representing a description or comments about this entry. For example:<P></A>
+<PRE><A NAME="1015193">
+ ntUserComment: Quality control inspector for the ME2873 <br> product line
+</A>
+</PRE>
+<A NAME="1261310">
+OID: <code>1.2.840.113556.1.4.156</code><P></A>
+
+<A NAME="1038675">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis </a><P></A>
+<A NAME="1015155">
+<A NAME="ntUserCountryCode">
+<B>ntUserCountryCode</B>
+</a></a>
+<P>
+
+
+<A NAME="1015217">
+Country code for the user's language of choice. For example:<P></A>
+<PRE><A NAME="1015224">
+ ntUserCountryCode: AAAAAA==
+</A>
+</PRE>
+<A NAME="1262579">
+OID: <code>1.2.840.113556.1.4.25</code><P></A>
+
+<A NAME="1038682">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis </a><P></A>
+<A NAME="1015239">
+<A NAME="ntUserCreateNewAccount">
+<B>ntUserCreateNewAccount</B>
+</a></a>
+<P>
+
+
+<A NAME="1015245">
+Indicates whether a corresponding NT user account should be created for the new person entry in the Directory Server. ntUserCreateNewAccount can be edited from Directory Server. If ntUserCreateNewAccount is set to True and an NT account does not exist for the specified user name, an NT account will be created. If the attribute is set to False and an NT account does not exist, an error will be logged. If an NT account exists and the attribute is set to False, the existing NT account will be updated. For example:<P></A>
+<PRE><A NAME="1015264">
+ ntUserCreateNewAccount: true
+</A>
+</PRE>
+<A NAME="1258018">
+OID: <code>2.16.840.1.113730.3.1.42</code><P></A>
+
+<A NAME="1258029">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1015309">
+<A NAME="ntUserDeleteAccount">
+<B>ntUserDeleteAccount</B>
+</a></a>
+<P>
+
+
+<A NAME="1015321">
+Indicates whether the NT user account should be deleted when the entry is deleted from the Directory Server. ntUserDeleteAccount can be edited from Directory Server. If the attribute is set to true, the NT user account will be deleted if the entry is deleted from the Directory Server. If the attribute is set to false, the NT user account will not be deleted. See "Deleting NTUser entries" for more information on deleting ntUser entries. For example:<P></A>
+<PRE><A NAME="1015367">
+ ntUserDeleteAccount: true
+</A>
+</PRE>
+<A NAME="1258034">
+OID: <code>2.16.840.1.113730.3.1.43</code><P></A>
+
+<A NAME="1038688">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis </a><P></A>
+<A NAME="1015403">
+<A NAME="ntUserDomainId">
+<B>ntUserDomainId</B>
+</a></a>
+<P>
+
+
+<A NAME="1015422">
+Identifies the NT domain name and user name of the entry in the form NT-domain-name:NT-username. NTUserDomainId can be edited from the Directory Server. For example:<P></A>
+<PRE><A NAME="1015476">
+ ntUserDomainId: workgroup:jsmith
+</A>
+</PRE>
+<A NAME="1258011">
+OID: <code>2.16.840.1.113730.3.1.41</code><P></A>
+
+<A NAME="1038691">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis </a><P></A>
+<A NAME="1015534">
+<A NAME="ntUserFlags">
+<B>ntUserFlags</B>
+</a></a>
+<P>
+
+
+<A NAME="1015550">
+Identifies values that determine several features about the user and their account. For example:<P></A>
+<PRE><A NAME="1015561">
+ ntUserFlags: AQIBAA==
+</A>
+</PRE>
+<A NAME="1262345">
+OID: <code>1.2.840.113556.1.4.38</code><P></A>
+
+<A NAME="1038821">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin </a><P></A>
+<A NAME="1015584">
+<A NAME="ntUserHomeDir">
+<B>ntUserHomeDir</B>
+</a></a>
+<P>
+
+
+<A NAME="1015596">
+ASCII string that represents the path of the user's home directory. The string can be null. For example:<P></A>
+<PRE><A NAME="1015610">
+ ntUserHomeDir: c:\u\d78\jsmith\
+</A>
+</PRE>
+<A NAME="1261296">
+OID: <code>1.2.840.113556.1.4.44</code><P></A>
+
+<A NAME="1038694">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis </a><P></A>
+<A NAME="1015624">
+<A NAME="ntUserHomeDirDrive">
+<B>ntUserHomeDirDrive</B>
+</a></a>
+<P>
+
+
+<A NAME="1015648">
+ASCII string that represents the drive letter assigned to the user's home directory. For example:<P></A>
+<PRE><A NAME="1015659">
+ ntUserHomeDirDrive: c:
+</A>
+</PRE>
+<A NAME="1262717">
+OID: <code>1.2.840.113556.1.4.45</code><P></A>
+
+<A NAME="1038697">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis </a><P></A>
+<A NAME="1015682">
+<A NAME="ntUserLastLogoff">
+<B>ntUserLastLogoff</B>
+</a></a>
+<P>
+
+
+<A NAME="1015726">
+Identifies the time of the last logoff. This value is stored as a string in GMT format. For example:<P></A>
+<PRE><A NAME="1015727">
+ ntUserLastLogoff: 19961015203415Z
+</A>
+</PRE>
+<A NAME="1019703">
+Note that if security logging is turned on, then this attribute is updated on synchronization only if some other aspect of the user's entry has changed.<P></A>
+
+<A NAME="1262403">
+OID: <code>1.2.840.113556.1.4.51</code><P></A>
+
+<A NAME="1038700">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis </a><P></A>
+<A NAME="1015722">
+<A NAME="ntUserLastLogon">
+<B>ntUserLastLogon</B>
+</a></a>
+<P>
+
+
+<A NAME="1015750">
+Identifies the time of the last logon. This value is stored as a string in GMT format. For example:<P></A>
+<PRE><A NAME="1015751">
+ ntUserLastLogon: 19961015203415Z
+</A>
+</PRE>
+<A NAME="1019919">
+Note that if security logging is turned on, then this attribute is updated on synchronization only if some other aspect of the user's entry has changed.<P></A>
+
+<A NAME="1262390">
+OID: <code>1.2.840.113556.1.4.52</code><P></A>
+
+<A NAME="1038703">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis </a><P></A>
+<A NAME="1015746">
+<A NAME="ntUserLogonHours">
+<B>ntUserLogonHours</B>
+</a></a>
+<P>
+
+
+<A NAME="1015787">
+Identifies the times during which the user may log on. Time is represented by a one-to-one correspondence between the hour of the week and a bit within the string. For example, bit 0 word 0 is Sunday, 0:00 to 0:59. Bit 1 word 0 is Sunday, 1:00 to 1:59, etc. For example:<P></A>
+<PRE><A NAME="1015803">
+ ntUserLogonHours: ///1000011100000101111111...
+</A>
+</PRE>
+<A NAME="1019921">
+Note that if security logging is turned on, then this attribute is updated on synchronization only if some other aspect of the user's entry has changed.<P></A>
+
+<A NAME="1262547">
+OID: <code>1.2.840.113556.1.4.64</code><P></A>
+
+<A NAME="1038824">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin </a><P></A>
+<A NAME="1015839">
+<A NAME="ntUserLogonServer">
+<B>ntUserLogonServer</B>
+</a></a>
+<P>
+
+
+<A NAME="1015859">
+ASCII string that represents the name of the server to which the user's logon requests are sent. Server names should be preceded by two backslashes (\\). Server names of \\* indicate that the logon request can be handled by any logon server. A null string represents that requests are sent to the domain controller. For example:<P></A>
+<PRE><A NAME="1015953">
+ ntUserLogonServer: \\firefly
+</A>
+</PRE>
+<A NAME="1259015">
+OID: <code>2.16.840.1.113730.3.1.65</code><P></A>
+
+<A NAME="1038706">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis </a><P></A>
+<A NAME="1015984">
+<A NAME="ntUserMaxStorage">
+<B>ntUserMaxStorage</B>
+</a></a>
+<P>
+
+
+<A NAME="1015997">
+Maximum amount of disk space the user may use. For example:<P></A>
+<PRE><A NAME="1016004">
+ ntUserMaxStorage: ///////W==
+</A>
+</PRE>
+<A NAME="1262471">
+OID: <code>1.2.840.113556.1.4.76</code><P></A>
+
+<A NAME="1038827">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin </a><P></A>
+<A NAME="1016030">
+<A NAME="ntUserNumLogons">
+<B>ntUserNumLogons</B>
+</a></a>
+<P>
+
+
+<A NAME="1016043">
+Identifies the number of successful logons to this account. A value of 0xFFFFFFFF indicates the value is unknown. For example:<P></A>
+<PRE><A NAME="1016085">
+ ntUserNumLogons: WwAAAA==
+</A>
+</PRE>
+<A NAME="1258789">
+OID: <code>2.16.840.1.113730.3.1.64</code><P></A>
+
+<A NAME="1038830">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin </a><P></A>
+<A NAME="1021575">
+<A NAME="ntUserParms">
+<B>ntUserParms</B>
+</a></a>
+<P>
+
+
+<A NAME="1021584">
+Unicode string reserved for use by applications. For example:<P></A>
+<PRE><A NAME="1021587">
+ ntUserParms: Temp date is today
+</A>
+</PRE>
+<A NAME="1258702">
+OID: <code>2.16.840.1.113730.3.1.62</code><P></A>
+
+<A NAME="1038709">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis </a><P></A>
+<A NAME="1016157">
+<A NAME="ntUserPasswordExpired">
+<B>ntUserPasswordExpired</B>
+</a></a>
+<P>
+
+
+<A NAME="1259827">
+Identifies if the user's NT password has expired. The value will be zero if the password has not expired, or nonzero if it has. For example:<P></A>
+<PRE><A NAME="1259828">
+ ntUserPasswordExpired: AAAAAA==
+</A>
+</PRE>
+<A NAME="1259829">
+OID: <code>2.16.840.1.113730.3.1.68</code><P></A>
+
+<A NAME="1038833">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin </a><P></A>
+<A NAME="1016246">
+<A NAME="ntUserPrimaryGroupId">
+<B>ntUserPrimaryGroupId</B>
+</a></a>
+<P>
+
+
+<A NAME="1016259">
+Identifies the relative ID (RID) of the Primary Global Group for the user. For example:<P></A>
+<PRE><A NAME="1016262">
+ ntUserPrimaryGroupId: AQJAAA==
+</A>
+</PRE>
+<A NAME="1262706">
+OID: <code>1.2.840.113556.1.4.98</code><P></A>
+
+<A NAME="1038836">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin </a><P></A>
+<A NAME="1017849">
+<A NAME="ntUserPriv">
+<B>ntUserPriv</B>
+</a></a>
+<P>
+
+
+<A NAME="1017863">
+Identifies the user's level of privilege on the Window's NT Network. For example:<P></A>
+<PRE><A NAME="1017866">
+ ntUserPriv: AgAAAA==
+</A>
+</PRE>
+<A NAME="1258612">
+OID: <code>2.16.840.1.113730.3.1.59</code><P></A>
+
+<A NAME="1038839">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin </a><P></A>
+<A NAME="1016298">
+<A NAME="ntUserProfile">
+<B>ntUserProfile</B>
+</a></a>
+<P>
+
+
+<A NAME="1016315">
+Identifies a path to the user's profile. For example:<P></A>
+<PRE><A NAME="1016326">
+ ntUserProfile: c:\u\d78\jsmith\profile.txt
+</A>
+</PRE>
+<A NAME="1259082">
+OID: <code>2.16.840.1.113730.3.1.67</code><P></A>
+
+<A NAME="1038712">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis </a><P></A>
+<A NAME="1016395">
+<A NAME="ntUserScriptPath">
+<B>ntUserScriptPath</B>
+</a></a>
+<P>
+
+
+<A NAME="1016433">
+ASCII string that represents the path to the user's logon script. For example:<P></A>
+<PRE><A NAME="1016470">
+ ntUserScriptPath: c:\u\d78\jsmith\lscript.bat
+</A>
+</PRE>
+<A NAME="1262363">
+OID: <code>1.2.840.113556.1.4.62</code><P></A>
+
+<A NAME="1038715">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis </a><P></A>
+<A NAME="1016531">
+<A NAME="ntUserUniqueId">
+<B>ntUserUniqueId</B>
+</a></a>
+<P>
+
+
+<A NAME="1016564">
+Identifies the unique identifier of an NT user. The identifier uniquely identifies the user to SAM within the domain for all time. For example:<P></A>
+<PRE><A NAME="1016605">
+ ntUserUniqueId: 6AMAAA==
+</A>
+</PRE>
+<A NAME="1259068">
+OID: <code>2.16.840.1.113730.3.1.66</code><P></A>
+
+<A NAME="1038842">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin </a><P></A>
+<A NAME="1016632">
+<A NAME="ntUserUnitsPerWeek">
+<B>ntUserUnitsPerWeek</B>
+</a></a>
+<P>
+
+
+<A NAME="1016672">
+Identifies the number of equal length time units to divide the week into in order to compute the length of ntUserLogonHours. For example:<P></A>
+<PRE><A NAME="1016675">
+ ntUserUnitsPerWeek: qAAAAA==
+</A>
+</PRE>
+<A NAME="1258767">
+OID: <code>2.16.840.1.113730.3.1.63</code><P></A>
+
+<A NAME="1038845">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin </a><P></A>
+<A NAME="1016696">
+<A NAME="ntUserUsrComment">
+<B>ntUserUsrComment</B>
+</a></a>
+<P>
+
+
+<A NAME="1016715">
+ASCII string representing a description or comments about this entry. For example:<P></A>
+<PRE><A NAME="1016716">
+ ntUserUsrComment: Quality control inspector for the ME2873 <br> product line
+</A>
+</PRE>
+<A NAME="1262251">
+OID: <code>2.16.840.1.113730.3.1.61</code><P></A>
+
+<A NAME="1038718">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis </a><P></A>
+<A NAME="1016728">
+<A NAME="ntUserWorkstations">
+<B>ntUserWorkstations</B>
+</a></a>
+<P>
+
+
+<A NAME="1016750">
+ASCII string that represents the names of workstations from which the user may log on. Up to eight workstations may be specified by separating each with a comma. Use null to allow the user to log on from any workstation. For example:<P></A>
+<PRE><A NAME="1016869">
+ ntUserWorkstations: firefly
+</A>
+</PRE>
+<A NAME="1262383">
+OID: <code>1.2.840.113556.1.4.86</code><P></A>
+
+<A NAME="1038721">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis </a><P></A>
+<A NAME="1281611">
+<A NAME="o">
+<B>o</B>
+</a></a>
+<P>
+
+
+<A NAME="1281612">
+Identifies the name of the organization. For example:<P></A>
+<PRE><A NAME="1281613">
+ organizationName: Example, Inc.
+</A>
+</PRE>
+<A NAME="1281614">
+or:<P></A>
+<PRE><A NAME="1281615">
+ o: Example, Inc
+</A>
+</PRE>
+<A NAME="1281616">
+Abbreviation: o<P></A>
+
+<A NAME="1281617">
+OID: <code>2.5.4.10</code><P></A>
+
+<A NAME="1281619">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1229677">
+<A NAME="objectClass">
+<B>objectClass</B>
+</a></a>
+<P>
+
+
+<A NAME="1229678">
+Reserved for use by the Directory Server.<P></A>
+
+<A NAME="1229681">
+OID: <code>2.5.4.0</code><P></A>
+
+<A NAME="1266934">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1242815">
+<A NAME="objectClasses">
+<B>objectClasses</B>
+</a></a>
+<P>
+
+
+<A NAME="1291515">
+Operational, multi-valued attribute that defines the object classes used in a subschema. Each value defines one object class. <P></A>
+
+<A NAME="1263050">
+OID: <code>2.5.21.6</code><P></A>
+
+<A NAME="1242819">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis </a><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1251525">operational</a><P></A>
+<A NAME="1202192">
+<A NAME="obsoletedByDocument">
+<B>obsoletedByDocument</B>
+</a></a>
+<P>
+
+
+<A NAME="1202193">
+Contains the distinguished name of a document that obsoletes the document entry.<P></A>
+
+<A NAME="1272886">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+<A NAME="1202199">
+<A NAME="obsoletesDocument">
+<B>obsoletesDocument</B>
+</a></a>
+<P>
+
+
+<A NAME="1217320">
+Contains the distinguished name of a document that is obsoleted by the document entry.<P></A>
+
+<A NAME="1202203">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+<A NAME="1281714">
+<A NAME="organizationalStatus">
+<B>organizationalStatus</B>
+</a></a>
+<P>
+
+
+<A NAME="1214388">
+Specifies a category by which a person is often referred to in an organization. For example:<P></A>
+<PRE><A NAME="1214389">
+ organizationalStatus: researcher
+</A>
+</PRE>
+<A NAME="1266110">
+OID: <code>0.9.2342.19200300.100.1.45</code><P></A>
+
+<A NAME="1240989">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1202220">
+<A NAME="otherMailbox">
+<B>otherMailbox</B>
+</a></a>
+<P>
+
+
+<A NAME="1214414">
+Specifies values for electronic mailbox types other than X.400 and rfc822. For example:<P></A>
+<PRE><A NAME="1202222">
+ otherMailbox: internet $ jdoe@example.com
+</A>
+</PRE>
+<A NAME="1264574">
+OID: <code>0.9.2342.19200300.100.1.22</code><P></A>
+
+<A NAME="1202224">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1241174">
+<A NAME="ou">
+<B>ou</B>
+</a></a>
+<P>
+
+
+<A NAME="1241175">
+Identifies the name of an organizational unit.For example:<P></A>
+<PRE><A NAME="1241176">
+ organizationUnitName: Marketing
+</A>
+</PRE>
+<A NAME="1241177">
+or:<P></A>
+<PRE><A NAME="1241178">
+ ou: Marketing
+</A>
+</PRE>
+<A NAME="1241180">
+Abbreviation: ou<P></A>
+
+<A NAME="1267161">
+OID: <code>2.5.4.11</code><P></A>
+
+<A NAME="1241182">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1005719">
+<A NAME="owner">
+<B>owner</B>
+</a></a>
+<P>
+
+
+<A NAME="1005732">
+Identifies the distinguished name (DN) of the person responsible for the entry. For example:<P></A>
+<PRE><A NAME="1005743">
+ owner: <I>cn=John Smith, o=Netscape Communications Corp., c=US</I>
+</A>
+</PRE>
+<A NAME="1267977">
+OID: <code>2.5.4.32</code><P></A>
+
+<A NAME="1005754">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+<A NAME="1003070">
+<A NAME="pager">
+<B>pager</B>
+</a></a>
+<P>
+
+
+<A NAME="1003071">
+Identifies the entry's pager phone number. For example:<P></A>
+<PRE><A NAME="1003777">
+ pagerTelephoneNumber: 415-555-6789
+</A>
+</PRE>
+<A NAME="1011248">
+or:<P></A>
+<PRE><A NAME="1011258">
+ pager: 415-555-6789
+</A>
+</PRE>
+<A NAME="1003795">
+Abbreviation: pager<P></A>
+
+<A NAME="1264789">
+OID: <code>0.9.2342.19200300.100.1.42</code><P></A>
+
+<A NAME="1011303">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004703">tel</a><P></A>
+<A NAME="1157269">
+<A NAME="passwordChange">
+<B>passwordChange</B>
+</a></a>
+<P>
+
+
+<A NAME="1157270">
+Defines whether or not users must, may, or can't change passwords. Valid values include <code>must</code>, <code>may</code>, and <code>no</code>. A value of <code>must</code> means that users will be required to change their password at a designated interval. A value of <code>may</code> indicates that users can change their password. A value of <code>no</code> means that users cannot change their password. For example:<P></A>
+<PRE><A NAME="1157271">
+ passwordChange: <code>no</code>
+</A>
+</PRE>
+<A NAME="1263605">
+OID: <code>2.16.840.1.113730.3.1.102</code><P></A>
+
+<A NAME="1157273">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1157285">
+<A NAME="passwordCheckSyntax">
+<B>passwordCheckSyntax</B>
+</a></a>
+<P>
+
+
+<A NAME="1157402">
+Defines whether password syntax checking is on or off. Acceptable values are <code>1</code> and <code>0</code>; where <code>1</code> means syntax checking is on, and <code>0</code> means that syntax checking is off. For example:<P></A>
+<PRE><A NAME="1157287">
+ passwordCheckSyntax: 0
+</A>
+</PRE>
+<A NAME="1263576">
+OID: <code>2.16.840.1.113730.3.1.103</code><P></A>
+
+<A NAME="1157289">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1155167">
+<A NAME="passwordExp">
+<B>passwordExp</B>
+</a></a>
+<P>
+
+
+<A NAME="1155169">
+Defines whether or not user passwords expire. Acceptable values are <code>1</code> and <code>0</code>; where <code>1</code> means passwords expire, and <code>0</code> means that passwords never expire. For example:<P></A>
+<PRE><A NAME="1155249">
+ passwordExp: 0
+</A>
+</PRE>
+<A NAME="1263339">
+OID: <code>2.16.840.1.113730.3.1.98</code><P></A>
+
+<A NAME="1155171">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1246156">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1103904">
+<A NAME="passwordExpirationTime">
+<B>passwordExpirationTime</B>
+</a></a>
+<P>
+
+
+<A NAME="1166092">
+Defines, in seconds, the time until a user's password expires.<P></A>
+<PRE><A NAME="1166093">
+ passwordExpirationTime: 8640000
+</A>
+</PRE>
+<A NAME="1259845">
+OID: <code>2.16.840.1.113730.3.1.91</code><P></A>
+
+<A NAME="1104141">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis </a><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1251525">operational</a><P></A>
+
+<A NAME="1166110">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1293088">
+<A NAME="passwordExpWarned">
+<B>passwordExpWarned</B>
+</a></a>
+<P>
+
+
+<A NAME="1293090">
+Used by the Directory Server to keep track of password expiration warnings sent to a user. Acceptable values are <code>1</code> and <code>0</code>; where <code>1</code> indicates that a warning has been sent to the user, and <code>0</code> means that no warning has been sent. For example:<P></A>
+<PRE><A NAME="1293091">
+ passwordExpWarned: 0
+</A>
+</PRE>
+<A NAME="1293092">
+OID: <code>2.16.840.1.113730.3.1.92</code><P></A>
+
+<A NAME="1293095">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis </a><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1251525">operational</a><P></A>
+<A NAME="1104144">
+<A NAME="passwordHistory">
+<B>passwordHistory</B>
+</a></a>
+<P>
+
+
+<A NAME="1155016">
+Contains a history of the user's passwords. For example:<P></A>
+<PRE><A NAME="1287441">
+ passwordHistory: AAAAAA==
+</A>
+</PRE>
+<A NAME="1259973">
+OID: <code>2.16.840.1.113730.3.1.96</code><P></A>
+
+<A NAME="1104110">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin </a><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1251525">operational</a><P></A>
+
+<A NAME="1166119">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1104470">
+<A NAME="passwordInHistory">
+<B>passwordInHistory</B>
+</a></a>
+<P>
+
+
+<A NAME="1104471">
+If password histories are being kept, the value for this attribute defines how many entries should be stored in the history list. For example:<P></A>
+<PRE><A NAME="1157501">
+ passwordInHistory: 6
+</A>
+</PRE>
+<A NAME="1260030">
+OID: <code>2.16.840.1.113730.3.1.101</code><P></A>
+
+<A NAME="1104473">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1166153">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1156663">
+<A NAME="passwordKeepHistory">
+<B>passwordKeepHistory</B>
+</a></a>
+<P>
+
+
+<A NAME="1156665">
+Defines whether or not password histories should be kept for users. Acceptable values are <code>1</code> and <code>0</code>; where <code>1</code> indicates that histories will be kept, and <code>0</code> means that no histories are kept. For example:<P></A>
+<PRE><A NAME="1156666">
+ passwordKeepHistory: 0
+</A>
+</PRE>
+<A NAME="1263371">
+OID: <code>2.16.840.1.113730.3.1.100</code><P></A>
+
+<A NAME="1156668">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1166196">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1156671">
+<A NAME="passwordLockout">
+<B>passwordLockout</B>
+</a></a>
+<P>
+
+
+<A NAME="1156672">
+Defines whether or not users can be locked out after a succession of failed attempts to bind to the directory. Acceptable values are <code>1</code> and <code>0</code>; where 1 means that users can be locked out, and a value of 0 indicates that users can't be locked out. For example:<P></A>
+<PRE><A NAME="1156673">
+ passwordLockout: 0
+</A>
+</PRE>
+<A NAME="1263488">
+OID: <code>2.16.840.1.113730.3.1.105</code><P></A>
+
+<A NAME="1156675">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1166205">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1104188">
+<A NAME="passwordLockoutDuration">
+<B>passwordLockoutDuration</B>
+</a></a>
+<P>
+
+
+<A NAME="1104189">
+Defines how long, in seconds, to lock users out of the directory. For example:<P></A>
+<PRE><A NAME="1155990">
+ passwordLockoutDuration: 600
+</A>
+</PRE>
+<A NAME="1263555">
+OID: <code>2.16.840.1.113730.3.1.109</code><P></A>
+
+<A NAME="1104190">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1166333">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1166286">
+<A NAME="passwordMaxAge">
+<B>passwordMaxAge</B>
+</a></a>
+<P>
+
+
+<A NAME="1166287">
+Defines, in seconds, how long passwords can be used before they expire.<P></A>
+<PRE><A NAME="1166288">
+ passwordMaxAge: 8640000
+</A>
+</PRE>
+<A NAME="1259984">
+OID: <code>2.16.840.1.113730.3.1.97</code><P></A>
+
+<A NAME="1104336">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1166368">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1104715">
+<A NAME="passwordMaxFailure">
+<B>passwordMaxFailure</B>
+</a></a>
+<P>
+
+
+<A NAME="1104716">
+Tells the server to lock users out after a specified number of failed attempts to bind to the directory. For example:<P></A>
+<PRE><A NAME="1155781">
+ passwordMaxFailure: 3
+</A>
+</PRE>
+<A NAME="1263500">
+OID: <code>2.16.840.1.113730.3.1.106</code><P></A>
+
+<A NAME="1104718">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1166400">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1104413">
+<A NAME="passwordMinLength">
+<B>passwordMinLength</B>
+</a></a>
+<P>
+
+
+<A NAME="1104414">
+Defines the minimum number of characters required for a user's password. For example:<P></A>
+<PRE><A NAME="1156233">
+ passwordMinLength: 6
+</A>
+</PRE>
+<A NAME="1260009">
+OID: <code>2.16.840.1.113730.3.1.99</code><P></A>
+
+<A NAME="1104416">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1166409">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1104754">
+<A NAME="passwordResetDuration">
+<B>passwordResetDuration</B>
+</a></a>
+<P>
+
+
+<A NAME="1157530">
+Defines the time, in seconds, between a user lockout and the time the retry count for the user is reset to zero.<P></A>
+<PRE><A NAME="1157650">
+ passwordResetDuration: 600
+</A>
+</PRE>
+<A NAME="1260081">
+OID: <code>2.16.840.1.113730.3.1.107</code><P></A>
+
+<A NAME="1104757">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1166437">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1103999">
+<A NAME="passwordRetryCount">
+<B>passwordRetryCount</B>
+</a></a>
+<P>
+
+
+<A NAME="1104000">
+Contains the number of times a user has tried to bind to the directory using an incorrect password.<P></A>
+<PRE><A NAME="1154824">
+ passwordRetryCount: 3
+</A>
+</PRE>
+<A NAME="1259924">
+OID: <code>2.16.840.1.113730.3.1.93</code><P></A>
+
+<A NAME="1104001">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis </a><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1251525">operational</a><P></A>
+
+<A NAME="1166462">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1156969">
+<A NAME="passwordUnlock">
+<B>passwordUnlock</B>
+</a></a>
+<P>
+
+
+<A NAME="1157793">
+Specifies whether or not users should be locked out forever after a specified number of failed attempts to bind to the directory. Acceptable values are <code>1</code> and <code>0</code>; where <code>1</code> means users shouldn't be locked out forever, and <code>0</code> means that users should be locked out forever. For example:<P></A>
+<PRE><A NAME="1157794">
+ passwordUnlock: 0
+</A>
+</PRE>
+<A NAME="1263528">
+OID: <code>2.16.840.1.113730.3.1.108</code><P></A>
+
+<A NAME="1156973">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1166485">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1104598">
+<A NAME="passwordWarning">
+<B>passwordWarning</B>
+</a></a>
+<P>
+
+
+<A NAME="1155341">
+Defines, in seconds, when to send a warning message to users about impending password expiration. In the following example, a warning message would be sent to users one day before their password expires.<P></A>
+<PRE><A NAME="1155343">
+ passwordWarning: 86400
+</A>
+</PRE>
+<A NAME="1263428">
+OID: <code>2.16.840.1.113730.3.1.104</code><P></A>
+
+<A NAME="1155421">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1166523">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1202229">
+<A NAME="personalSignature">
+<B>personalSignature</B>
+</a></a>
+<P>
+
+
+<A NAME="1202230">
+A signature file, in binary format, for the entry. For example:<P></A>
+<PRE><A NAME="1266693">
+ personalSignature: AAAAAA==
+</A>
+</PRE>
+<A NAME="1287454">
+OID: <code>0.9.2342.19200300.100.1.53</code><P></A>
+
+<A NAME="1202233">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin</a><P></A>
+<A NAME="1202238">
+<A NAME="personalTitle">
+<B>personalTitle</B>
+</a></a>
+<P>
+
+
+<A NAME="1214489">
+Specifies a personal title for a person. Examples of personal titles are "Ms", "Dr", "Prof" and "Rev".<P></A>
+<PRE><A NAME="1202240">
+ personalTitle: Mr
+</A>
+</PRE>
+<A NAME="1264740">
+OID: <code>0.9.2342.19200300.100.1.40</code><P></A>
+
+<A NAME="1202242">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1202247">
+<A NAME="photo">
+<B>photo</B>
+</a></a>
+<P>
+
+
+<A NAME="1202248">
+Contains a photo, in binary form, of the entry. For example:<P></A>
+<PRE><A NAME="1286389">
+ photo: AAAAAA==
+</A>
+</PRE>
+<A NAME="1266307">
+OID: <code>0.9.2342.19200300.100.1.7</code><P></A>
+
+<A NAME="1202251">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin</a><P></A>
+<A NAME="1003072">
+<A NAME="physicalDeliveryOfficeName">
+<B>physicalDeliveryOfficeName</B>
+</a></a>
+<P>
+
+
+<A NAME="1003073">
+Identifies the name of the city or village where a physical delivery office is located. For example:<P></A>
+<PRE><A NAME="1003804">
+ physicalDeliveryOfficeName: Santa Clara
+</A>
+</PRE>
+<A NAME="1267563">
+OID: <code>2.5.4.19</code><P></A>
+
+<A NAME="1107471">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1246531">
+<A NAME="pipcompassservers">
+<B>pipcompassservers</B>
+</a></a>
+<P>
+
+
+<A NAME="1246532">
+Undefined.<P></A>
+
+<A NAME="1271255">
+OID: <code>2.16.840.1.113730.3.1.138</code><P></A>
+
+<A NAME="1107499">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236180">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1111357">
+<A NAME="pipformat">
+<B>pipformat</B>
+</a></a>
+<P>
+
+
+<A NAME="1119006">
+Attribute used by the compass server to define the format of the free text search profile update sent to the user.<P></A>
+
+<A NAME="1271403">
+OID: <code>2.16.840.1.113730.3.1.144</code><P></A>
+
+<A NAME="1111360">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1246338">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1246341">
+<A NAME="pipfrequency">
+<B>pipfrequency</B>
+</a></a>
+<P>
+
+
+<A NAME="1246342">
+Attribute used by the compass server to describe how often a user receives My Compass newsletters. <P></A>
+
+<A NAME="1271346">
+OID: <code>2.16.840.1.113730.3.1.142</code><P></A>
+
+<A NAME="1111364">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236223">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1113190">
+<A NAME="pipgroup">
+<B>pipgroup</B>
+</a></a>
+<P>
+
+
+<A NAME="1119538">
+Undefined.<P></A>
+
+<A NAME="1271479">
+OID: <code>2.16.840.1.113730.3.1.158</code><P></A>
+
+<A NAME="1113191">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236260">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1111369">
+<A NAME="piphour">
+<B>piphour</B>
+</a></a>
+<P>
+
+
+<A NAME="1119581">
+Attribute used by the compass server to define the hours during the day that a user receives free text search profile updates.<P></A>
+
+<A NAME="1271454">
+OID: <code>2.16.840.1.113730.3.1.145</code><P></A>
+
+<A NAME="1111370">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236306">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1237689">
+<A NAME="pipidstcount">
+<B>pipidstcount</B>
+</a></a>
+<P>
+
+
+<A NAME="1237690">
+Attribute used by the compass server to define the last unique ID used by the user. <P></A>
+
+<A NAME="1271485">
+OID: <code>2.16.840.1.113730.3.1.159</code><P></A>
+
+<A NAME="1113341">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236324">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1113479">
+<A NAME="pipirlist">
+<B>pipirlist</B>
+</a></a>
+<P>
+
+
+<A NAME="1119793">
+Attribute used by the compass server to contain domains and newsgroups a user wishes to monitor. <P></A>
+
+<A NAME="1271508">
+OID: <code>2.16.840.1.113730.3.1.150</code><P></A>
+
+<A NAME="1113480">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237824">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1237828">
+<A NAME="pipiroption">
+<B>pipiroption</B>
+</a></a>
+<P>
+
+
+<A NAME="1237829">
+Attribute used by the compass server to define whether or not all entries in pipIrList will be updated or excluded from updates.<P></A>
+
+<A NAME="1271566">
+OID: <code>2.16.840.1.113730.3.1.151</code><P></A>
+
+<A NAME="1113621">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236383">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1112574">
+<A NAME="piplastcount">
+<B>piplastcount</B>
+</a></a>
+<P>
+
+
+<A NAME="1237876">
+Attribute used by the compass server to define the number of matches that occurred during the last update.<P></A>
+
+<A NAME="1271585">
+OID: <code>2.16.840.1.113730.3.1.153</code><P></A>
+
+<A NAME="1112575">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1246647">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1246650">
+<A NAME="pipmaxhits">
+<B>pipmaxhits</B>
+</a></a>
+<P>
+
+
+<A NAME="1246651">
+Attribute used by the compass server to define the maximum number of documents returned for each free text search profile update. <P></A>
+
+<A NAME="1271604">
+OID: <code>2.16.840.1.113730.3.1.146</code><P></A>
+
+<A NAME="1173472">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236422">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1111582">
+<A NAME="pipmedium">
+<B>pipmedium</B>
+</a></a>
+<P>
+
+
+<A NAME="1237949">
+Attribute used by the compass server to describes the medium used to send information to the user about updates on free text search profiles. <P></A>
+
+<A NAME="1271368">
+OID: <code>2.16.840.1.113730.3.1.143</code><P></A>
+
+<A NAME="1111583">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236583">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1236460">
+<A NAME="pipnotify">
+<B>pipnotify</B>
+</a></a>
+<P>
+
+
+<A NAME="1119923">
+Undefined.<P></A>
+
+<A NAME="1271613">
+OID: <code>2.16.840.1.113730.3.1.156</code><P></A>
+
+<A NAME="1236507">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236602">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1236511">
+<A NAME="pipprivilege">
+<B>pipprivilege</B>
+</a></a>
+<P>
+
+
+<A NAME="1236512">
+Undefined.<P></A>
+
+<A NAME="1271668">
+OID: <code>2.16.840.1.113730.3.1.157</code><P></A>
+
+<A NAME="1112990">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236630">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1112443">
+<A NAME="pippwp">
+<B>pippwp</B>
+</a></a>
+<P>
+
+
+<A NAME="1238042">
+Attribute used by the compass server that contains the address of a Personal Web Page (PWP) database.<P></A>
+
+<A NAME="1271682">
+OID: <code>2.16.840.1.113730.3.1.152</code><P></A>
+
+<A NAME="1112444">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236643">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1118693">
+<A NAME="pipreservedces1">
+<B>pipreservedces1</B>
+</a></a>
+<P>
+
+
+<A NAME="1120046">
+Attribute reserved for future use for the Netscape Compass Server.<P></A>
+
+<A NAME="1271719">
+OID: <code>2.16.840.1.113730.3.1.188</code><P></A>
+
+<A NAME="1118694">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004701">ces</a><P></A>
+
+<A NAME="1236680">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1118699">
+<A NAME="pipreservedces2">
+<B>pipreservedces2</B>
+</a></a>
+<P>
+
+
+<A NAME="1238136">
+Attribute reserved for future use for the Netscape Compass Server.<P></A>
+
+<A NAME="1271725">
+OID: <code>2.16.840.1.113730.3.1.189</code><P></A>
+
+<A NAME="1118700">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004701">ces</a><P></A>
+
+<A NAME="1236693">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1118705">
+<A NAME="pipreservedces3">
+<B>pipreservedces3</B>
+</a></a>
+<P>
+
+
+<A NAME="1238138">
+Attribute reserved for future use for the Netscape Compass Server.<P></A>
+
+<A NAME="1271783">
+OID: <code>2.16.840.1.113730.3.1.190</code><P></A>
+
+<A NAME="1118706">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004701">ces</a><P></A>
+
+<A NAME="1236718">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1118350">
+<A NAME="pipreservedcis1">
+<B>pipreservedcis1</B>
+</a></a>
+<P>
+
+
+<A NAME="1238140">
+Attribute reserved for future use for the Netscape Compass Server.<P></A>
+
+<A NAME="1271796">
+OID: <code>2.16.840.1.113730.3.1.182</code><P></A>
+
+<A NAME="1118351">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236762">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1118356">
+<A NAME="pipreservedcis2">
+<B>pipreservedcis2</B>
+</a></a>
+<P>
+
+
+<A NAME="1238144">
+Attribute reserved for future use for the Netscape Compass Server.<P></A>
+
+<A NAME="1271840">
+OID: <code>2.16.840.1.113730.3.1.183</code><P></A>
+
+<A NAME="1118357">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236799">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1118362">
+<A NAME="pipreservedcis3">
+<B>pipreservedcis3</B>
+</a></a>
+<P>
+
+
+<A NAME="1238146">
+Attribute reserved for future use for the Netscape Compass Server.<P></A>
+
+<A NAME="1271850">
+OID: <code>2.16.840.1.113730.3.1.184</code><P></A>
+
+<A NAME="1118363">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236816">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1118368">
+<A NAME="pipreservedcis4">
+<B>pipreservedcis4</B>
+</a></a>
+<P>
+
+
+<A NAME="1238148">
+Attribute reserved for future use for the Netscape Compass Server.<P></A>
+
+<A NAME="1271856">
+OID: <code>2.16.840.1.113730.3.1.185</code><P></A>
+
+<A NAME="1118369">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236851">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1118374">
+<A NAME="pipreservedcis5">
+<B>pipreservedcis5</B>
+</a></a>
+<P>
+
+
+<A NAME="1238150">
+Attribute reserved for future use for the Netscape Compass Server.<P></A>
+
+<A NAME="1271872">
+OID: <code>2.16.840.1.113730.3.1.186</code><P></A>
+
+<A NAME="1118375">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236870">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1118380">
+<A NAME="pipreservedcis6">
+<B>pipreservedcis6</B>
+</a></a>
+<P>
+
+
+<A NAME="1238152">
+Attribute reserved for future use for the Netscape Compass Server.<P></A>
+
+<A NAME="1271882">
+OID: <code>2.16.840.1.113730.3.1.187</code><P></A>
+
+<A NAME="1118381">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236893">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1111729">
+<A NAME="pipresultset">
+<B>pipresultset</B>
+</a></a>
+<P>
+
+
+<A NAME="1238541">
+Attribute used by the compass server that contains a list of attributes about which the user wants to receive updates. <P></A>
+
+<A NAME="1271899">
+OID: <code>2.16.840.1.113730.3.1.147</code><P></A>
+
+<A NAME="1111730">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236920">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1111947">
+<A NAME="pipsortorder">
+<B>pipsortorder</B>
+</a></a>
+<P>
+
+
+<A NAME="1238667">
+Attribute used by the compass server that contains the sort order of the information in the summary report of the free text search profile update. <P></A>
+
+<A NAME="1271955">
+OID: <code>2.16.840.1.113730.3.1.148</code><P></A>
+
+<A NAME="1111948">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236950">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1114647">
+<A NAME="pipstatus">
+<B>pipstatus</B>
+</a></a>
+<P>
+
+
+<A NAME="1238753">
+Attribute used by the compass server to define whether a personal interest profile is enabled or disabled. <P></A>
+
+<A NAME="1271286">
+OID: <code>2.16.840.1.113730.3.1.140</code><P></A>
+
+<A NAME="1114648">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236989">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1116402">
+<A NAME="pipstcategory">
+<B>pipstcategory</B>
+</a></a>
+<P>
+
+
+<A NAME="1238824">
+Attribute used by the compass server that contains the categories or search strings a user is interested in. <P></A>
+
+<A NAME="1271969">
+OID: <code>2.16.840.1.113730.3.1.171</code><P></A>
+
+<A NAME="1116403">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237014">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1116837">
+<A NAME="pipstformat">
+<B>pipstformat</B>
+</a></a>
+<P>
+
+
+<A NAME="1238895">
+Attribute used by the compass server to describe the format of the category search profile update sent to a user. <P></A>
+
+<A NAME="1272000">
+OID: <code>2.16.840.1.113730.3.1.174</code><P></A>
+
+<A NAME="1116838">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237031">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1116521">
+<A NAME="pipstfrequency">
+<B>pipstfrequency</B>
+</a></a>
+<P>
+
+
+<A NAME="1120346">
+Attribute used by the compass server to define the frequency that a user receives update alerts. <P></A>
+
+<A NAME="1272198">
+OID: <code>2.16.840.1.113730.3.1.172</code><P></A>
+
+<A NAME="1272200">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237041">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1116707">
+<A NAME="pipsthour">
+<B>pipsthour</B>
+</a></a>
+<P>
+
+
+<A NAME="1120383">
+Attribute used by the compass server to define the hours during the day that a user receives free category profile updates.<P></A>
+
+<A NAME="1272250">
+OID: <code>2.16.840.1.113730.3.1.175</code><P></A>
+
+<A NAME="1116708">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237070">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1115462">
+<A NAME="pipstid">
+<B>pipstid</B>
+</a></a>
+<P>
+
+
+<A NAME="1120405">
+Attribute used by the compass server to contain the unique ID of a search topic included in a personal interest profile.<P></A>
+
+<A NAME="1272264">
+OID: <code>2.16.840.1.113730.3.1.160</code><P></A>
+
+<A NAME="1115463">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237108">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1115769">
+<A NAME="pipstinterest">
+<B>pipstinterest</B>
+</a></a>
+<P>
+
+
+<A NAME="1120445">
+Attribute used by the compass server to describe the importance to a user of each individual search topic in a personal interest profile. <P></A>
+
+<A NAME="1272273">
+OID: <code>2.16.840.1.113730.3.1.164</code><P></A>
+
+<A NAME="1115770">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237118">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1117562">
+<A NAME="pipstirlist">
+<B>pipstirlist</B>
+</a></a>
+<P>
+
+
+<A NAME="1120460">
+Attribute used by the compass server to contain domains and newsgroups a user wishes to monitor.<P></A>
+
+<A NAME="1272285">
+OID: <code>2.16.840.1.113730.3.1.180</code><P></A>
+
+<A NAME="1117563">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237149">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1117790">
+<A NAME="pipstiroption">
+<B>pipstiroption</B>
+</a></a>
+<P>
+
+
+<A NAME="1120493">
+Attribute used by the compass server to define whether or not all entries in pipStIrList will be updated or excluded from updates.<P></A>
+
+<A NAME="1272306">
+OID: <code>2.16.840.1.113730.3.1.181</code><P></A>
+
+<A NAME="1237168">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237182">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1237172">
+<A NAME="pipstlastcount">
+<B>pipstlastcount</B>
+</a></a>
+<P>
+
+
+<A NAME="1237173">
+Attribute used by the compass server that contains the number of category matches during the last update of a personal interest profile. <P></A>
+
+<A NAME="1272312">
+OID: <code>2.16.840.1.113730.3.1.168</code><P></A>
+
+<A NAME="1116157">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237189">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1117134">
+<A NAME="pipstmaxhits">
+<B>pipstmaxhits</B>
+</a></a>
+<P>
+
+
+<A NAME="1120565">
+Attribute used by the compass server that defines the maximum number of documents returned for each category search profile update.<P></A>
+
+<A NAME="1272354">
+OID: <code>2.16.840.1.113730.3.1.176</code><P></A>
+
+<A NAME="1117135">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237205">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1117140">
+<A NAME="pipstmedium">
+<B>pipstmedium</B>
+</a></a>
+<P>
+
+
+<A NAME="1120568">
+Attribute used by the compass server that describes the medium used to send information to a user about updates on category search profiles.<P></A>
+
+<A NAME="1272360">
+OID: <code>2.16.840.1.113730.3.1.173</code><P></A>
+
+<A NAME="1117141">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237235">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1115468">
+<A NAME="pipstname">
+<B>pipstname</B>
+</a></a>
+<P>
+
+
+<A NAME="1120598">
+Attribute used by the compass server that contains an arbitrary name created by a user to describe a search topic.<P></A>
+
+<A NAME="1272404">
+OID: <code>2.16.840.1.113730.3.1.161</code><P></A>
+
+<A NAME="1115469">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237246">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1115898">
+<A NAME="pipstprivacy">
+<B>pipstprivacy</B>
+</a></a>
+<P>
+
+
+<A NAME="1120637">
+Attribute used by the compass server that defines whether queries of this entry should be allowed or disallowed. <P></A>
+
+<A NAME="1272410">
+OID: <code>2.16.840.1.113730.3.1.166</code><P></A>
+
+<A NAME="1115899">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237266">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1115474">
+<A NAME="pipstquery">
+<B>pipstquery</B>
+</a></a>
+<P>
+
+
+<A NAME="1120668">
+Undefined.<P></A>
+
+<A NAME="1272438">
+OID: <code>2.16.840.1.113730.3.1.162</code><P></A>
+
+<A NAME="1115475">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237271">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1117321">
+<A NAME="pipstresultset">
+<B>pipstresultset</B>
+</a></a>
+<P>
+
+
+<A NAME="1120684">
+Attribute used by the compass server that contains a list of attributes about which a user wants to receive updates.<P></A>
+
+<A NAME="1272625">
+OID: <code>2.16.840.1.113730.3.1.177</code><P></A>
+
+<A NAME="1117322">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237300">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1117327">
+<A NAME="pipstsortorder">
+<B>pipstsortorder</B>
+</a></a>
+<P>
+
+
+<A NAME="1120687">
+Attribute used by the compass server that contains the sort order of the information in the summary report of a category search profile update.<P></A>
+
+<A NAME="1272444">
+OID: <code>2.16.840.1.113730.3.1.178</code><P></A>
+
+<A NAME="1117328">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237305">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1116027">
+<A NAME="pipststatus">
+<B>pipststatus</B>
+</a></a>
+<P>
+
+
+<A NAME="1120695">
+Attribute used by the compass server that defines the status of the personal interest profile. <P></A>
+
+<A NAME="1272485">
+OID: <code>2.16.840.1.113730.3.1.167</code><P></A>
+
+<A NAME="1116028">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237322">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1115480">
+<A NAME="pipsttaxonomy">
+<B>pipsttaxonomy</B>
+</a></a>
+<P>
+
+
+<A NAME="1120736">
+Attribute used by the compass server that contains the taxonomy ID.<P></A>
+
+<A NAME="1272491">
+OID: <code>2.16.840.1.113730.3.1.163</code><P></A>
+
+<A NAME="1115481">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237358">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1117445">
+<A NAME="pipsttimestamp">
+<B>pipsttimestamp</B>
+</a></a>
+<P>
+
+
+<A NAME="1120770">
+Attribute used by the compass server that contains the date the category search profile was last updated for a user.<P></A>
+
+<A NAME="1272500">
+OID: <code>2.16.840.1.113730.3.1.179</code><P></A>
+
+<A NAME="1117446">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237387">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1115516">
+<A NAME="pipsttotalcount">
+<B>pipsttotalcount</B>
+</a></a>
+<P>
+
+
+<A NAME="1120801">
+Attribute used by the compass server that contains the number of category matches to date. <P></A>
+
+<A NAME="1272537">
+OID: <code>2.16.840.1.113730.3.1.169</code><P></A>
+
+<A NAME="1115517">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237396">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1115522">
+<A NAME="pipsttotalrun">
+<B>pipsttotalrun</B>
+</a></a>
+<P>
+
+
+<A NAME="1120812">
+Attribute used by the compass server that contains the number of category search updates performed to date.<P></A>
+
+<A NAME="1272560">
+OID: <code>2.16.840.1.113730.3.1.170</code><P></A>
+
+<A NAME="1115523">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237423">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1116285">
+<A NAME="pipsttype">
+<B>pipsttype</B>
+</a></a>
+<P>
+
+
+<A NAME="1120825">
+Attribute used by the compass server that defines whether a search is a category search or a free text search. <P></A>
+
+<A NAME="1272566">
+OID: <code>2.16.840.1.113730.3.1.165</code><P></A>
+
+<A NAME="1116286">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237434">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1117682">
+<A NAME="piptimestamp">
+<B>piptimestamp</B>
+</a></a>
+<P>
+
+
+<A NAME="1120828">
+Attribute used by the compass server that contains the date the free text search profile was last updated for this user.<P></A>
+
+<A NAME="1272571">
+OID: <code>2.16.840.1.113730.3.1.149</code><P></A>
+
+<A NAME="1112096">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237497">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1237470">
+<A NAME="piptotalcount">
+<B>piptotalcount</B>
+</a></a>
+<P>
+
+
+<A NAME="1237471">
+Attribute used by the compass server that contains the number of matches that occurred during all updates to date.<P></A>
+
+<A NAME="1272577">
+OID: <code>2.16.840.1.113730.3.1.154</code><P></A>
+
+<A NAME="1112775">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237516">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1112780">
+<A NAME="piptotalrun">
+<B>piptotalrun</B>
+</a></a>
+<P>
+
+
+<A NAME="1120866">
+Attribute used by the compass server that contains the total number of personal interest profile updates to date.<P></A>
+
+<A NAME="1272619">
+OID: <code>2.16.840.1.113730.3.1.155</code><P></A>
+
+<A NAME="1112781">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237538">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1110777">
+<A NAME="pipuid">
+<B>pipuid</B>
+</a></a>
+<P>
+
+
+<A NAME="1120876">
+Attribute used by the compass server that contains the user ID of the person to whom a personal interest profile belongs.<P></A>
+
+<A NAME="1271249">
+OID: <code>2.16.840.1.113730.3.1.137</code><P></A>
+
+<A NAME="1110778">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237569">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1107663">
+<A NAME="pipuniqueid">
+<B>pipuniqueid</B>
+</a></a>
+<P>
+
+
+<A NAME="1239397">
+Attribute used by the compass server that contains the unique ID of a compass user. <P></A>
+
+<A NAME="1271284">
+OID: <code>2.16.840.1.113730.3.1.139</code><P></A>
+
+<A NAME="1108334">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237586">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1108439">
+<A NAME="pipusertype">
+<B>pipusertype</B>
+</a></a>
+<P>
+
+
+<A NAME="1120926">
+Attribute used by the compass server that describes the type of a compass user.<P></A>
+
+<A NAME="1271340">
+OID: <code>2.16.840.1.113730.3.1.141</code><P></A>
+
+<A NAME="1108473">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237595">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1230025">
+<A NAME="postalAddress">
+<B>postalAddress</B>
+</a></a>
+<P>
+
+
+<A NAME="1230026">
+Identifies the entry's mailing address. This field is intended to include multiple lines. When represented in LDIF format, each line should be separated by a dollar sign ($). For example:<P></A>
+<PRE><A NAME="1230027">
+ postalAddress: 1234 Ridgeway Drive$Santa Clara, CA$99555
+</A>
+</PRE>
+<A NAME="1230030">
+To represent an actual dollar sign ($) or backslash (\) within this text, use the escaped hex values \24 and \5c respectively. For example, to represent the string:<P></A>
+<PRE><A NAME="1230031">
+ The dollar ($) value can be found <br> in the c:\cost file.
+</A>
+</PRE>
+<A NAME="1230032">
+provide the string:<P></A>
+<PRE><A NAME="1230033">
+ The dollar (\24) value can be found$in the c:\5ccost file.
+</A>
+</PRE>
+<A NAME="1267416">
+OID: <code>2.5.4.16</code><P></A>
+
+<A NAME="1267484">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1230036">
+<A NAME="postalCode">
+<B>postalCode</B>
+</a></a>
+<P>
+
+
+<A NAME="1230037">
+Identifies the entry's zip code in the United States. For example:<P></A>
+<PRE><A NAME="1230038">
+ postalCode: 95050
+</A>
+</PRE>
+<A NAME="1267530">
+OID: <code>2.5.4.17</code><P></A>
+
+<A NAME="1230040">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1230043">
+<A NAME="postOfficeBox">
+<B>postOfficeBox</B>
+</a></a>
+<P>
+
+
+<A NAME="1230044">
+Identifies the entry's P.O. Box. For example:<P></A>
+<PRE><A NAME="1230045">
+ postOfficeBox: P.O. Box 1234
+</A>
+</PRE>
+<A NAME="1267556">
+OID: <code>2.5.4.18</code><P></A>
+
+<A NAME="1230047">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1202605">
+<A NAME="preferredDeliveryMethod">
+<B>preferredDeliveryMethod</B>
+</a></a>
+<P>
+
+
+<A NAME="1202606">
+Identifies the entry's preferred contact or delivery method. For example:<P></A>
+<PRE><A NAME="1202607">
+ preferredDeliveryMethod: telephone
+</A>
+</PRE>
+<A NAME="1267850">
+OID: <code>2.5.4.28</code><P></A>
+
+<A NAME="1202609">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1103495">
+<A NAME="preferredLanguage">
+<B>preferredLanguage</B>
+</a></a>
+<P>
+
+
+<A NAME="1103496">
+Defines a person's preffered written or spoken language. The value for this attribute should conform to the syntax for HTTP Accept-Language header values.<P></A>
+
+<A NAME="1257981">
+OID: <code>2.16.840.1.113730.3.1.39</code><P></A>
+
+<A NAME="1103586">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1202620">
+<A NAME="presentationAddress">
+<B>presentationAddress</B>
+</a></a>
+<P>
+
+
+<A NAME="1206932">
+Contains an OSI presentation address for the entry. The presentation address consists of an OSI Network Address and up to three selectors, one each for use by the transport, session, and presentation entities. For example:<P></A>
+<PRE><A NAME="1202622">
+ presentationAddress: TELEX+00726322+RFC-1006+02+130.59.2.1
+</A>
+</PRE>
+<A NAME="1267857">
+OID: <code>2.5.4.29</code><P></A>
+
+<A NAME="1202624">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004701">ces</a><P></A>
+<A NAME="1241471">
+<A NAME="protocolInformation">
+<B>protocolInformation</B>
+</a></a>
+<P>
+
+
+<A NAME="1241473">
+Undefined.<P></A>
+
+<A NAME="1268174">
+OID: <code>2.5.4.48</code><P></A>
+
+<A NAME="1245387">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1245389">
+<A NAME="reciprocalNamingLink">
+<B>reciprocalNamingLink</B>
+</a></a>
+<P>
+
+
+<A NAME="1235430">
+Undefined.<P></A>
+
+<A NAME="1235433">
+Syntax: dn<P></A>
+<A NAME="1100037">
+<A NAME="ref">
+<B>ref</B>
+</a></a>
+<P>
+
+
+<A NAME="1100061">
+Used in LDAPv3 to support smart referrals. Contains an LDAP URL in the format ldap://servername:portnumber/dn. The portnumber is optional. For example:<P></A>
+<PRE><A NAME="1202639">
+ ref: ldap://mozilla/<I>cn=John Doe, o=Example.com</I>
+</A>
+</PRE>
+<A NAME="1257878">
+OID: <code>2.16.840.1.113730.3.1.34</code><P></A>
+
+<A NAME="1100064">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004701">ces</a><P></A>
+<A NAME="1202644">
+<A NAME="registeredAddress">
+<B>registeredAddress</B>
+</a></a>
+<P>
+
+
+<A NAME="1206709">
+This attribute contains a postal address where telegrams or expedited documents should be delivered. Delivery of these documents usually requires a confirmation signature from the recipient upon delivery. <P></A>
+
+<A NAME="1267772">
+OID: <code>2.5.4.26</code><P></A>
+
+<A NAME="1202648">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1092877">
+<A NAME="replicaBeginOrc">
+<B>replicaBeginOrc</B>
+</a></a>
+<P>
+
+
+<A NAME="1092878">
+Defines whether or not the supplier server should erase the contents of the consumer server before replication. If no value exists for this attribute, the supplier will not erase the contents. Two values are acceptable for this attribute; start and stop. Start tells the supplier server to erase the contents of the consumer server, and stop tells the supplier server to abort the operation. For example:<P></A>
+<PRE><A NAME="1092879">
+ replicaBeginOrc: start
+</A>
+</PRE>
+<A NAME="1258252">
+OID: <code>2.16.840.1.113730.3.1.50</code><P></A>
+
+<A NAME="1092881">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1006496">
+<A NAME="replicaBindDn">
+<B>replicaBindDn</B>
+</a></a>
+<P>
+
+
+<A NAME="1006513">
+Identifies the DN that the server uses when communicating with a replica server. This DN can be assigned privileges. For example:<P></A>
+<PRE><A NAME="1006521">
+ replicaBinddn: <I>cn=replicator o=Netscape Communications Corp., <br></I> <I>c=US</I>
+</A>
+</PRE>
+<A NAME="1258581">
+OID: <code>2.16.840.1.113730.3.1.58</code><P></A>
+
+<A NAME="1006538">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+
+<A NAME="1009992">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1006636">
+<A NAME="replicaBindMethod">
+<B>replicaBindMethod</B>
+</a></a>
+<P>
+
+
+<A NAME="1006689">
+Identifies the method of replication to be used. This attribute does not need to be present. If it is present it must be set to simple. If it is not set to simple a warning is printed and replication will proceed as if it were "simple." For example:<P></A>
+<PRE><A NAME="1006710">
+ replicaBindMethod: simple
+</A>
+</PRE>
+<A NAME="1258336">
+OID: <code>2.16.840.1.113730.3.1.53</code><P></A>
+
+<A NAME="1006720">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1009994">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1230073">
+<A NAME="replicaCredentials">
+<B>replicaCredentials</B>
+</a></a>
+<P>
+
+
+<A NAME="1230074">
+Identifies the password to be used with the replicaBinddn sent to the consumer server. It is highly recommended that this attribute be specified with strict access controls. For example:<P></A>
+<PRE><A NAME="1230075">
+ replicaCredentials: bogusPassword
+</A>
+</PRE>
+<A NAME="1296701">
+OID: <code>2.16.840.1.113730.3.1.202</code><P></A>
+
+<A NAME="1296703">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin</a><P></A>
+
+<A NAME="1296704">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1148497">
+<A NAME="replicaEntryFilter">
+<B>replicaEntryFilter</B>
+</a></a>
+<P>
+
+
+<A NAME="1204405">
+Reserved for future use.<P></A>
+
+<A NAME="1280979">
+OID: <code>2.16.840.1.113730.3.1.203</code><P></A>
+
+<A NAME="1152854">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">c</a>is<P></A>
+<A NAME="1148445">
+<A NAME="replicaHost">
+<B>replicaHost</B>
+</a></a>
+<P>
+
+
+<A NAME="1148446">
+Identifies the host name of the consumer server. For example:<P></A>
+<PRE><A NAME="1148447">
+ replicaHost: slave.netscape.com
+</A>
+</PRE>
+<A NAME="1258218">
+OID: <code>2.16.840.1.113730.3.1.197</code><P></A>
+
+<A NAME="1148449">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1148453">
+<A NAME="replicaNickName">
+<B>replicaNickName</B>
+</a></a>
+<P>
+
+
+<A NAME="1148454">
+Contains a freeform name that describes a particular set of replication rules between a single supplier and a single consumer server.<P></A>
+<PRE><A NAME="1148455">
+ replicaNickName: currentset
+</A>
+</PRE>
+<A NAME="1280981">
+OID: <code>2.16.840.1.113730.3.1.204</code><P></A>
+
+<A NAME="1148552">
+Syntax:<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702"> cis</a><P></A>
+
+<A NAME="1010001">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1007660">
+<A NAME="replicaPort">
+<B>replicaPort</B>
+</a></a>
+<P>
+
+
+<A NAME="1007661">
+Identifies the port number of the consumer server. For example:<P></A>
+<PRE><A NAME="1006466">
+ replicaPort: 9872
+</A>
+</PRE>
+<A NAME="1258224">
+OID: <code>2.16.840.1.113730.3.1.48</code><P></A>
+
+<A NAME="1006484">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1010007">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1006384">
+<A NAME="replicaRoot">
+<B>replicaRoot</B>
+</a></a>
+<P>
+
+
+<A NAME="1006394">
+Identifies the DN for the subtree that is being replicated to the consumer machine. For example:<P></A>
+<PRE><A NAME="1006401">
+ replicaRoot: <I>o=Netscape Communications Corp., c=US</I>
+</A>
+</PRE>
+<A NAME="1258564">
+OID: <code>2.16.840.1.113730.3.1.57</code><P></A>
+
+<A NAME="1006414">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+
+<A NAME="1010013">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1281126">
+<A NAME="replicatedAttributeList">
+<B>replicatedAttributeList</B>
+</a></a>
+<P>
+
+
+<A NAME="1281128">
+Reserved for future use.<P></A>
+
+<A NAME="1281133">
+OID: <code>2.16.840.1.113730.3.1.205</code><P></A>
+
+<A NAME="1281135">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">c</a>is<P></A>
+<A NAME="1006918">
+<A NAME="replicaUpdateFailedAt">
+<B>replicaUpdateFailedAt</B>
+</a></a>
+<P>
+
+
+<A NAME="1006939">
+Identifies the day and time in zulu format when an update failed to complete successfully. If all updates have been successful, replicaUpdateFailedAt is blank. For example:<P></A>
+<PRE><A NAME="1006946">
+ replicaUpdateFailedAt: 199603261300z
+</A>
+</PRE>
+<A NAME="1258278">
+OID: <code>2.16.840.1.113730.3.1.49</code><P></A>
+
+<A NAME="1006957">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1010019">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1012768">
+<A NAME="replicaUpdateReplayed">
+<B>replicaUpdateReplayed</B>
+</a></a>
+<P>
+
+
+<A NAME="1012770">
+Identifies the change number of the last change propagated to the consumer server. This value is used internally between servers only.<P></A>
+
+<A NAME="1258309">
+OID: <code>2.16.840.1.113730.3.1.51</code><P></A>
+
+<A NAME="1012772">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1012758">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1006817">
+<A NAME="replicaUpdateSchedule">
+<B>replicaUpdateSchedule</B>
+</a></a>
+<P>
+
+
+<A NAME="1006849">
+Identifies the update schedule for the consumer server. If this attribute is not present, the consumer will be updated immediately. For example: <P></A>
+<PRE><A NAME="1006868">
+ replicaUpdateSchedule: 0100-0400
+</A>
+<A NAME="1007219">
+ replicaUpdateSchedule: * 06
+</A>
+<A NAME="1007229">
+ replicaUpdateSchedule: 1145-1300 24
+</A>
+</PRE>
+<A NAME="1007234">
+These values mean:<P></A>
+<PRE><A NAME="1007241">
+ 1:00 AM - 4:00 AM, daily
+</A>
+<A NAME="1007247">
+ all day Saturday and Sunday
+</A>
+<A NAME="1007252">
+ 11:45 AM -1:00 PM, Tuesday and Thursday
+</A>
+</PRE>
+<A NAME="1258316">
+OID: <code>2.16.840.1.113730.3.1.52</code><P></A>
+
+<A NAME="1006873">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1010052">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1006741">
+<A NAME="replicaUseSSL">
+<B>replicaUseSSL</B>
+</a></a>
+<P>
+
+
+<A NAME="1006754">
+Identifies whether SSL will be used to communicate with the consumer server. A non-zero value will cause SSL to be used. For example:<P></A>
+<PRE><A NAME="1006794">
+ replicaUseSSL: 0
+</A>
+</PRE>
+<A NAME="1258347">
+OID: <code>2.16.840.1.113730.3.1.54</code><P></A>
+
+<A NAME="1006801">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1010064">
+This attribute is a Netscape extension to the standard LDAP schema.<P></A>
+<A NAME="1152805">
+<A NAME="retryCountResetTime">
+<B>retryCountResetTime</B>
+</a></a>
+<P>
+
+
+<A NAME="1154931">
+Defines, in seconds, how much time should pass before the passwordRetryCount attribute should is reset to zero (0).<P></A>
+<PRE><A NAME="1154932">
+ retryCountResetTime: 600
+</A>
+</PRE>
+<A NAME="1259952">
+OID: <code>2.16.840.1.113730.3.1.94</code><P></A>
+
+<A NAME="1146199">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis </a><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1251525">operational</a><P></A>
+<A NAME="1202666">
+<A NAME="roleOccupant">
+<B>roleOccupant</B>
+</a></a>
+<P>
+
+
+<A NAME="1202667">
+Contains the distinguished name of the person acting in the role defined in the organizationalRole entry. For example:<P></A>
+<PRE><A NAME="1204472">
+ roleOccupant: cn=jdoe o=example.com
+</A>
+</PRE>
+<A NAME="1267987">
+OID: <code>2.5.4.33</code><P></A>
+
+<A NAME="1204474">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+<A NAME="1204477">
+<A NAME="roomNumber">
+<B>roomNumber</B>
+</a></a>
+<P>
+
+
+<A NAME="1214596">
+Specifies the room number of an object. Note that the commonName attribute should be used for naming room objects. For example:<P></A>
+<PRE><A NAME="1202675">
+ roomNumber: 230
+</A>
+</PRE>
+<A NAME="1264474">
+OID: <code>0.9.2342.19200300.100.1.6</code><P></A>
+
+<A NAME="1202677">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1202682">
+<A NAME="searchGuide">
+<B>searchGuide</B>
+</a></a>
+<P>
+
+
+<A NAME="1202683">
+Specifies information for a suggested search criteria when using the entry as the base object in the directory tree for a search operation. This attribute is obsoleted by <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1241288">enhancedSearchGuide</a>. <P></A>
+
+<A NAME="1267193">
+OID: <code>2.5.4.14</code><P></A>
+
+<A NAME="1230091">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004701">ces</a><P></A>
+<A NAME="1202691">
+<A NAME="secretary">
+<B>secretary</B>
+</a></a>
+<P>
+
+
+<A NAME="1202692">
+Identifies the entry's secretary or administrative assistant. For example:<P></A>
+<PRE><A NAME="1202693">
+ secretary: <I>cn=John Doe, o=Example.com</I>
+</A>
+</PRE>
+<A NAME="1264564">
+OID: <code>0.9.2342.19200300.100.1.21</code><P></A>
+
+<A NAME="1202695">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">dn</a><P></A>
+<A NAME="1172500">
+<A NAME="seeAlso">
+<B>seeAlso</B>
+</a></a>
+<P>
+
+
+<A NAME="1172501">
+Identifies another Directory Server entry that may contain information related to this entry. For example: <P></A>
+<PRE><A NAME="1172502">
+ seeAlso: <I>cn=Quality Control Inspectors, ou=manufacturing, o=Example,<br> c=US</I>
+</A>
+</PRE>
+<A NAME="1267994">
+OID: <code>2.5.4.34</code><P></A>
+
+<A NAME="1172504">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+<A NAME="1202700">
+<A NAME="serialNumber">
+<B>serialNumber</B>
+</a></a>
+<P>
+
+
+<A NAME="1202701">
+Defines the serial number of the entry. For example:<P></A>
+<PRE><A NAME="1202702">
+ serialNumber: 555-1234-AZ
+</A>
+</PRE>
+<A NAME="1267035">
+OID: <code>2.5.4.5</code><P></A>
+
+<A NAME="1202704">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1093065">
+<A NAME="serverHostName">
+<B>serverHostName</B>
+</a></a>
+<P>
+
+
+<A NAME="1093066">
+Identifies the name of the host on which the Netscape server is installed. This attribute is a Netscape extension used by the <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#">netscapeServer</a> object class. Normally this attribute and this attribute value is written to the directory when a Netscape server is initially installed. For example:<P></A>
+<PRE><A NAME="1032467">
+ serverHostname: twain.example.com
+</A>
+</PRE>
+<A NAME="1259312">
+OID: <code>2.16.840.1.113730.3.1.76</code><P></A>
+
+<A NAME="1032488">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1032412">
+<A NAME="serverProductName">
+<B>serverProductName</B>
+</a></a>
+<P>
+
+
+<A NAME="1032414">
+Identifies the type of the installed Netscape server. This attribute is a Netscape extension used by the <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#">netscapeServer</a> object class. Normally this attribute and this attribute value is written to the directory when a Netscape server is initially installed. For example:<P></A>
+<PRE><A NAME="1032416">
+ serverProductName: Netscape Enterprise Server
+</A>
+</PRE>
+<A NAME="1259171">
+OID: <code>2.16.840.1.113730.3.1.71</code><P></A>
+
+<A NAME="1032418">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1032294">
+<A NAME="serverRoot">
+<B>serverRoot</B>
+</a></a>
+<P>
+
+
+<A NAME="1032296">
+Identifies the fully qualified path to the installation directory for a Netscape server. This attribute is a Netscape extension used by the <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#">netscapeServer</a> object class. Normally this attribute and this attribute value is written to the directory when a Netscape server is initially installed. For example:<P></A>
+<PRE><A NAME="1032297">
+ serverRoot: /usr/ns-home
+</A>
+</PRE>
+<A NAME="1259165">
+OID: <code>2.16.840.1.113730.3.1.70</code><P></A>
+
+<A NAME="1032346">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1032439">
+<A NAME="serverVersionNumber">
+<B>serverVersionNumber</B>
+</a></a>
+<P>
+
+
+<A NAME="1032441">
+Identifies the version number of the installed Netscape server. This attribute is a Netscape extension used by the <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1097231">netscapeServer</a> object class. Normally this attribute and this attribute value are written to the directory when a Netscape server is initially installed. For example:<P></A>
+<PRE><A NAME="1032443">
+ serverVersionNumber: 3.0
+</A>
+</PRE>
+<A NAME="1259178">
+OID: <code>2.16.840.1.113730.3.1.72</code><P></A>
+
+<A NAME="1203414">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1245426">
+<A NAME="singleLevelQuality">
+<B>singleLevelQuality</B>
+</a></a>
+<P>
+
+
+<A NAME="1245427">
+Undefined. <P></A>
+
+<A NAME="1266643">
+OID: <code>0.9.2342.19200300.100.1.50</code><P></A>
+
+<A NAME="1245430">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1290325">
+<A NAME="sn">
+<B>sn</B>
+</a></a>
+<P>
+
+
+<A NAME="1290326">
+Identifies the entry's surname, or last name. For example:<P></A>
+<PRE><A NAME="1290327">
+ surname: Anderson
+</A>
+</PRE>
+<A NAME="1290328">
+or:<P></A>
+<PRE><A NAME="1290329">
+ sn: Anderson
+</A>
+</PRE>
+<A NAME="1290330">
+Abbreviation: sn<P></A>
+
+<A NAME="1290331">
+OID: <code>2.5.4.4</code><P></A>
+
+<A NAME="1290333">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1203417">
+<A NAME="st">
+<B>st</B>
+</a></a>
+<P>
+
+
+<A NAME="1202711">
+Identifies the state or province in which the entry resides. For example:<P></A>
+<PRE><A NAME="1202712">
+ stateOrProvinceName: California
+</A>
+</PRE>
+<A NAME="1202713">
+or:<P></A>
+<PRE><A NAME="1202714">
+ st: California
+</A>
+</PRE>
+<A NAME="1202716">
+Abbreviation: st<P></A>
+
+<A NAME="1267077">
+OID: <code>2.5.4.8</code><P></A>
+
+<A NAME="1202718">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1202721">
+<A NAME="street">
+<B>street</B>
+</a></a>
+<P>
+
+
+<A NAME="1202722">
+Identifies the entry's house number and street name. For example:<P></A>
+<PRE><A NAME="1202723">
+ streetAddress: 1234 Ridgeway Drive
+</A>
+</PRE>
+<A NAME="1202724">
+or:<P></A>
+<PRE><A NAME="1202725">
+ street: 1234 Ridgeway Drive
+</A>
+</PRE>
+<A NAME="1267080">
+OID: <code>2.5.4.9</code><P></A>
+
+<A NAME="1202727">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1202732">
+<A NAME="subject">
+<B>subject</B>
+</a></a>
+<P>
+
+
+<A NAME="1202733">
+Contains information about the subject matter of the document entry.<P></A>
+
+<A NAME="1202736">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1242622">
+<A NAME="subschemaSubentry">
+<B>subschemaSubentry</B>
+</a></a>
+<P>
+
+
+<A NAME="1242623">
+Undefined.<P></A>
+
+<A NAME="1263030">
+OID: <code>2.5.18.10</code><P></A>
+
+<A NAME="1242626">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+<A NAME="1099985">
+<A NAME="subtreeACI">
+<B>subtreeACI</B>
+</a></a>
+<P>
+
+
+<A NAME="1099986">
+Specifies who can update a newsaccessitem entry. <P></A>
+
+<A NAME="1259158">
+OID: <code>2.16.840.1.113730.3.1.69</code><P></A>
+
+<A NAME="1099989">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004701">ces</a><P></A>
+<A NAME="1245467">
+<A NAME="subtreeMaximumQuality">
+<B>subtreeMaximumQuality</B>
+</a></a>
+<P>
+
+
+<A NAME="1245469">
+Undefined. <P></A>
+
+<A NAME="1266679">
+OID: <code>0.9.2342.19200300.100.1.52</code><P></A>
+
+<A NAME="1245472">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1245448">
+<A NAME="subtreeMinimumQuality">
+<B>subtreeMinimumQuality</B>
+</a></a>
+<P>
+
+
+<A NAME="1245450">
+Undefined. <P></A>
+
+<A NAME="1266661">
+OID: <code>0.9.2342.19200300.100.1.51</code><P></A>
+
+<A NAME="1245453">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1241769">
+<A NAME="supportedAlgorithms;binary">
+<B>supportedAlgorithms;binary</B>
+</a></a>
+<P>
+
+
+<A NAME="1241770">
+Reserved for future use. <P></A>
+
+<A NAME="1269236">
+OID: <code>2.5.4.52</code><P></A>
+
+<A NAME="1241967">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin</a><P></A>
+<A NAME="1202747">
+<A NAME="supportedApplicationContext">
+<B>supportedApplicationContext</B>
+</a></a>
+<P>
+
+
+<A NAME="1202748">
+This attribute contains the identifiers of OSI application contexts.<P></A>
+
+<A NAME="1267860">
+OID: <code>2.5.4.30</code><P></A>
+
+<A NAME="1202751">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1243196">
+<A NAME="supportedControl">
+<B>supportedControl</B>
+</a></a>
+<P>
+
+
+<A NAME="1243198">
+Undefined.<P></A>
+
+<A NAME="1263262">
+OID: <code>1.3.6.1.4.1.1466.101.120.13</code><P></A>
+
+<A NAME="1243201">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1243163">
+<A NAME="supportedExtension">
+<B>supportedExtension</B>
+</a></a>
+<P>
+
+
+<A NAME="1243164">
+Undefined.<P></A>
+
+<A NAME="1263243">
+OID: <code>1.3.6.1.4.1.1466.101.120.7</code><P></A>
+
+<A NAME="1243167">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1243238">
+<A NAME="supportedLDAPVersion">
+<B>supportedLDAPVersion</B>
+</a></a>
+<P>
+
+
+<A NAME="1243240">
+Undefined.<P></A>
+
+<A NAME="1263280">
+OID: <code>1.3.6.1.4.1.1466.101.120.15</code><P></A>
+
+<A NAME="1243243">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1243260">int</a><P></A>
+<A NAME="1243217">
+<A NAME="supportedSASLMechanisms">
+<B>supportedSASLMechanisms</B>
+</a></a>
+<P>
+
+
+<A NAME="1243219">
+Undefined.<P></A>
+
+<A NAME="1263274">
+OID: <code>1.3.6.1.4.1.1466.101.120.14</code><P></A>
+
+<A NAME="1243222">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1094954">
+<A NAME="targetDn">
+<B>targetDn</B>
+</a></a>
+<P>
+
+
+<A NAME="1094956">
+Defines the distinguished name of an entry that was added, modified, or deleted on a supplier server. In the case of a modrdn operation, the targetDn contains the distinguished name of the entry before it was modified. For example:<P></A>
+<PRE><A NAME="1110601">
+ targetDn:<I> cn=Jane Doe, ou=Quality Control, o=Example.com</I>
+</A>
+</PRE>
+<A NAME="1257807">
+OID: <code>2.16.840.1.113730.3.1.6</code><P></A>
+
+<A NAME="1094942">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+<A NAME="1230129">
+<A NAME="telephoneNumber">
+<B>telephoneNumber</B>
+</a></a>
+<P>
+
+
+<A NAME="1230130">
+Identifies the entry's phone number. For example: <P></A>
+<PRE><A NAME="1230131">
+ telephoneNumber: 415-555-2233
+</A>
+</PRE>
+<A NAME="1267615">
+OID: <code>2.5.4.20</code><P></A>
+
+<A NAME="1230133">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004703">tel</a><P></A>
+<A NAME="1205004">
+<A NAME="teletexTerminalIdentifier">
+<B>teletexTerminalIdentifier</B>
+</a></a>
+<P>
+
+
+<A NAME="1205006">
+Identifies the entry's teletex terminal identifier. The format of the attribute is as follows:<P></A>
+<PRE><A NAME="1204973">
+teletex-id = ttx-term 0*("$" ttx-param)<br>ttx-term = printablestring<br>ttx-param = ttx-key ":" ttx-value<br>ttx-key = "graphic" / "control" / "misc" / "page" / "private"<br>ttx-value = octetstring
+</A>
+</PRE>
+<A NAME="1204978">
+In the above, the first printable string is the encoding of the first portion of the teletex terminal identifier to be encoded, and the subsequent 0 or more octetstrings are subsequent portions of the teletex terminal identifier.<P></A>
+
+<A NAME="1267635">
+OID: <code>2.5.4.22</code><P></A>
+
+<A NAME="1205117">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1205120">
+<A NAME="telexNumber">
+<B>telexNumber</B>
+</a></a>
+<P>
+
+
+<A NAME="1205121">
+Defines the telex number of the entry. The format of the telex number is as follows:<P></A>
+<PRE><A NAME="1204750">
+ actual-number "$" country "$" answerback
+</A>
+</PRE>
+<A NAME="1204751">
+In the above, <code>actual-number</code> is the syntactic representation of the number portion of the TELEX number being encoded, <code>country</code> is the TELEX country code, and <code>answerback</code> is the answerback code of a TELEX terminal.<P></A>
+
+<A NAME="1267618">
+OID: <code>2.5.4.21</code><P></A>
+
+<A NAME="1202779">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1202782">
+<A NAME="textEncodedORAddress">
+<B>textEncodedORAddress</B>
+</a></a>
+<P>
+
+
+<A NAME="1202783">
+Defines the text-encoded Originator/Recipient (X.400) address of the entry as defined in RFC987. For example:<P></A>
+<PRE><A NAME="1266243">
+ textEncodedORAddress: /S=doe/OU=eng/O=example/ADMD=telemail/C=us/
+</A>
+</PRE>
+<A NAME="1266245">
+OID: <code>0.9.2342.19200300.100.1.2</code><P></A>
+
+<A NAME="1266267">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1266248">
+<A NAME="title">
+<B>title</B>
+</a></a>
+<P>
+
+
+<A NAME="1230153">
+Identifies the entry's title. For example:<P></A>
+<PRE><A NAME="1230154">
+ title: Senior QC Inspector
+</A>
+</PRE>
+<A NAME="1267172">
+OID: <code>2.5.4.12</code><P></A>
+
+<A NAME="1230156">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1202798">
+<A NAME="ttl">
+<B>ttl</B>
+</a></a>
+<P>
+
+
+<A NAME="1230159">
+Contains the time, in seconds, that cached information about an entry should be considered valid. Once the specified time has elapsed, the information is considered out of date. A value of zero (0) indicates that the entry should not be cached.<P></A>
+<PRE><A NAME="1252259">
+ timeToLive: 120
+</A>
+</PRE>
+<A NAME="1252260">
+or:<P></A>
+<PRE><A NAME="1252261">
+ ttl: 120
+</A>
+</PRE>
+<A NAME="1219626">
+Abbreviation: ttl<P></A>
+
+<A NAME="1278376">
+OID: <code>1.3.6.1.4.1.250.1.60</code><P></A>
+
+<A NAME="1219607">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1296804">
+<A NAME="uid">
+<B>uid</B>
+</a></a>
+<P>
+
+
+<A NAME="1296805">
+Identifies the entry's userid (usually the logon ID). For example:<P></A>
+<PRE><A NAME="1296806">
+ userid: banderson
+</A>
+</PRE>
+<A NAME="1296807">
+or:<P></A>
+<PRE><A NAME="1296808">
+ uid: banderson
+</A>
+</PRE>
+<A NAME="1296809">
+Abbreviation: uid<P></A>
+
+<A NAME="1296810">
+OID: <code>0.9.2342.19200300.100.1.1</code><P></A>
+
+<A NAME="1296812">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1202809">
+<A NAME="uniqueIdentifier">
+<B>uniqueIdentifier</B>
+</a></a>
+<P>
+
+
+<A NAME="1202810">
+Identifies a specific item used to distinguish between two entries when a distinguished name has been reused. This attribute is intended to detect instance of a reference to a distinguished name that has been deleted. This attribute is assigned by the server. For example:<P></A>
+<PRE><A NAME="1286438">
+ uniqueIdentifier: AAAAAA==
+</A>
+</PRE>
+<A NAME="1266101">
+OID: <code>0.9.2342.19200300.100.1.44</code><P></A>
+
+<A NAME="1202812">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1172624">
+<A NAME="uniqueMember">
+<B>uniqueMember</B>
+</a></a>
+<P>
+
+
+<A NAME="1172625">
+Identifies a group of names associated with an entry where each name was given a uniqueIdentifier to ensure its uniqueness. A value for the uniqueMember attribute is a DN followed by the uniqueIdentifier.<P></A>
+
+<A NAME="1269101">
+OID: <code>2.5.4.50</code><P></A>
+
+<A NAME="1172627">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+<A NAME="1202817">
+<A NAME="updatedByDocument">
+<B>updatedByDocument</B>
+</a></a>
+<P>
+
+
+<A NAME="1217372">
+Contains the distinguished name of a document that is an updated version of the document entry.<P></A>
+
+<A NAME="1202821">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+<A NAME="1202824">
+<A NAME="updatesDocument">
+<B>updatesDocument</B>
+</a></a>
+<P>
+
+
+<A NAME="1217396">
+Contains the distinguished name of a document for which this document is an updated version. <P></A>
+
+<A NAME="1202825">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100403">dn</a><P></A>
+<A NAME="1208938">
+<A NAME="userCertificate">
+<B>userCertificate</B>
+</a></a>
+<P>
+
+
+<A NAME="1278420">
+Contains a text-encoded version of a user's certificate. Not recommended; use userCertificate;binary instead.<P></A>
+
+<A NAME="1278422">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin</a><P></A>
+<A NAME="1278425">
+<A NAME="userCertificate;binary">
+<B>userCertificate;binary</B>
+</a></a>
+<P>
+
+
+<A NAME="1208948">
+Contains a user's certificate in binary form. For example:<P></A>
+<PRE><A NAME="1278402">
+ userCertificate;binary: AAAAAA==
+</A>
+</PRE>
+<A NAME="1286463">
+OID: <code>2.5.4.36</code><P></A>
+
+<A NAME="1278404">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin</a><P></A>
+<A NAME="1202840">
+<A NAME="userClass">
+<B>userClass</B>
+</a></a>
+<P>
+
+
+<A NAME="1214739">
+Specifies a category of computer user. The semantics of this attribute are arbitrary. The organizationalStatus attribute makes no distinction between computer users and others users and may be more applicable. For example:<P></A>
+<PRE><A NAME="1202842">
+ userClass: intern
+</A>
+</PRE>
+<A NAME="1264494">
+OID: <code>0.9.2342.19200300.100.1.8</code><P></A>
+
+<A NAME="1202844">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis</a><P></A>
+<A NAME="1196547">
+<A NAME="userPassword">
+<B>userPassword</B>
+</a></a>
+<P>
+
+
+<A NAME="1196548">
+Identifies the entry's password and encryption method in the following format:<P></A>
+<PRE><A NAME="1296829">
+{encryption method}encrypted password
+</A>
+</PRE>
+<A NAME="1196550">
+For example:<P></A>
+<PRE><A NAME="1196551">
+ userPassword: {sha}FTSLQhxXpA05
+</A>
+</PRE>
+<A NAME="1268004">
+OID: <code>2.5.4.35</code><P></A>
+
+<A NAME="1196553">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin</a><P></A>
+<A NAME="1103595">
+<A NAME="userSMIMECertificate;binary">
+<B>userSMIMECertificate;binary</B>
+</a></a>
+<P>
+
+
+<A NAME="1103596">
+Used by Netscape Communicator for S/MIME. For example:<P></A>
+<PRE><A NAME="1252279">
+ userSMIMECertificate;binary: AAAAAA==
+</A>
+</PRE>
+<A NAME="1258002">
+OID: <code>2.16.840.1.113730.3.1.40</code><P></A>
+
+<A NAME="1235505">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin</a><P></A>
+<A NAME="1281763">
+<A NAME="x121Address">
+<B>x121Address</B>
+</a></a>
+<P>
+
+
+<A NAME="1281764">
+Defines the X.121 address of a person. <P></A>
+
+<A NAME="1281766">
+OID: <code>2.5.4.24</code><P></A>
+
+<A NAME="1292793">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004701">ces</a><P></A>
+<A NAME="1292796">
+<A NAME="x500UniqueIdentifier">
+<B>x500UniqueIdentifier</B>
+</a></a>
+<P>
+
+
+<A NAME="1235526">
+Reserved for future use. For example:<P></A>
+<PRE><A NAME="1252291">
+ x500UniqueIdentifier: AAAAAA==
+</A>
+</PRE>
+<A NAME="1268137">
+OID: <code>2.5.4.45</code><P></A>
+
+<A NAME="1235529">
+Syntax: <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin</a><P></A>
+
+<A NAME="1296833">
+<P></A>
diff --git a/ldap/clients/dsgw/html/manual/auth.htm b/ldap/clients/dsgw/html/manual/auth.htm
new file mode 100644
index 00000000..52dfc2da
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/auth.htm
@@ -0,0 +1,286 @@
+<!--
+ PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
+ license terms. Copyright 2001 Sun Microsystems, Inc.
+ Portions copyright 1999, 2002-2003 Netscape Communications Corporation.
+ All rights reserved.
+ -->
+<html>
+
+<head>
+<title>Directory Authentication</title>
+</head>
+
+<body>
+
+<h1><a name="authenticating"></a>Authentication</h1>
+
+<p>Authentication is the
+process of identifying yourself to the Directory Server. The
+authentication process enables the Directory Server
+to determine what operations you are allowed to perform on the
+directory. Note, however, that authentication is not always
+necessary; your directory administrator can configure the system
+so that permission is not required for some procedures.</p>
+
+<p>By default, access to the directory is denied to all users
+with the exception of the directory administrator. The
+directory administrator defines the permissions that
+grant or remove access to the directory. Because permissions are
+determined on a site by site basis, you need to check with your
+directory administrator to find out what kind of access you have
+to the directory and which operations require authentication, if any.</p>
+
+<p>This chapter contains the following sections:</p>
+
+<ul>
+ <li><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#ustand">Understanding directory access</a></li>
+ <li><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#userauth">Authenticating to the directory</a></li>
+ <li><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#logout">Logging out of the directory</a></li>
+ <li><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#incorrectauth">Problems caused by improper
+ authentication</a></li>
+</ul>
+
+<h2><a name="ustand"></a>Understanding Directory Access</h2>
+
+<p>One of the key tasks of the directory administrator
+is determining which users need access to the directory and the
+types of access required. The directory administrator grants and
+denies permission to the directory through the use of the access
+control mechanism. Using the access control mechanism, the
+directory administrator can allow or deny access:</p>
+
+<ul>
+ <li>to any unauthenticated user (this is known as anonymous
+ access) </li>
+ <li>to all authenticated users</li>
+ <li>to specific authenticated users or groups</li>
+ <li>from a specific machine or DNS domain</li>
+ <li>at a specific time of day or day of the week</li>
+ <li>based on authentication method</li>
+</ul>
+
+<p>The specific rights the administrator assigns can vary from
+user to user. For example, the administrator usually would grant read
+and search access to anonymous users and would grant write access
+only to a select group of authenticated users and groups, perhaps only
+from specific machines.</p>
+
+<p>The following are just some of the things the directory
+administrator can do by applying permissions to the directory.
+The directory administrator can:</p>
+
+<ul>
+ <li>Require you to authenticate before accessing the
+ directory in any way. </li>
+ <li>Require you to authenticate before accessing certain
+ subsections of the directory. </li>
+ <li>Require you to authenticate before performing certain
+ kinds of actions in the directory, such as adding or
+ modifying entries. </li>
+ <li>Deny you access to all or parts of the directory,
+ or deny you the ability to perform certain kinds of
+ functions. </li>
+ <li>Allow anonymous access to all or parts of the directory.</li>
+ <li>Allow anonymous access for some kinds of operations (such
+ as searches), but not others (such as
+ modifications). </li>
+ <li>Allow or deny access based on the physical machine you
+ are currently using. </li>
+</ul>
+
+<p>The Directory Server interface has no way of determining if
+you are required to authenticate before attempting any directory
+access. However, the interface assumes you must authenticate
+before modifying the directory tree in any way, and if you are
+not currently authenticated, it prompts you for authentication
+before you can make any modifications. If you do not
+authenticate, you are allowed only to perform the operations
+and access the portions of the directory that your directory
+administrator has set for anonymous access.</p>
+
+<!--<p>For more information on access control, refer to Chapter 5 of
+the <em>Directory Server Administrator's Guide</em>.</p>-->
+
+<h2><a name="userauth"></a>Authenticating to the Directory</h2>
+
+<p>In some situations, the Directory Server interface
+automatically prompts you to authenticate before continuing with
+an operation. You can also explicitly choose to authenticate by
+clicking the Authentication tab. Either way, the
+authentication procedure is as follows:</p>
+
+<ol>
+ <li>Click the Authentication tab.</li>
+ <li>Enter the name you want to use to identify yourself to
+ the Directory Server:
+ <ul type="disc">
+ <li><a name="userauth2"></a>To authenticate as a regular user, enter your
+ full name and click Continue. <br>
+ Enter your name as it would appear in the
+ Directory Server (your common name or full name).
+ Do not enter your user ID or login for the local
+ operating system. </li>
+ <li><a name="managerauth2"></a>To authenticate as the privileged directory user,
+ click the "Authenticate as directory manager"
+ button.</li>
+ </ul>
+ </li>
+ <li>If the Directory Server interface displays a table of
+ matching entries, select the link that corresponds to
+ your directory entry. If your name is unique in the
+ directory, the system skips this step.</li>
+ <li>Enter your password and click Continue.<br>
+ Contact your directory manager if you do not know your
+ password. <br>
+ <a name="authsuccess"></a>After the authentication
+ operations complete successfully, the interface displays
+ a message indicating the amount of time for which your
+ authentication credentials are valid. When this time has
+ elapsed, you need to reauthenticate to the directory
+ to continue your session. If your password has already
+ expired you should either change
+ it immediately or contact your system administrator.</li>
+ <li>Click "Return to Main" to continue your
+ Directory Server interface session. </li>
+</ol>
+
+<h2><a name="logout"></a>Logging Out of the Directory</h2>
+
+<p>If you have authenticated to the Directory Server and
+want to return to anonymous access, do the following:</p>
+
+<ol>
+ <li>Click the Authentication tab.</li>
+ <li>Click the "Discard Authentication Credentials (log out)"
+ button. </li>
+</ol>
+
+<p>You are returned to anonymous access. To change from one type of
+access to another, you must authenticate to the Directory Server again. See <a
+href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#userauth2">Authenticating as a User</a> or <a
+href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#managerauth2">Authenticating as Directory Manager</a> for
+more information. </p>
+
+<h2><a name="reauth"></a>Reauthenticating to the Directory</h2>
+
+<p>When you authenticate to the directory, you are given
+authentication credentials that are good only for a specific
+amount of time. By default, authentication credentials are valid
+for 120 minutes. However, this period is configurable by the directory administrator.
+If your authentication credentials expire before you have
+finished using the Directory Server interface, you must
+reauthenticate to the directory before your changes can be saved.
+The procedure for reauthenticating to the directory is the same
+as the procedure you originally used to <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#userauth">authenticate</a>
+to the directory.</p>
+
+<h2><a name="incorrectauth"></a>Problems Caused by Incorrect
+Authentication</h2>
+
+<p>When you are not authenticated to the Directory Server, you are
+accessing the directory as an anonymous user. The types of
+operations you can perform as an anonymous user depend on the
+access controls set by your directory administrator. You
+may notice strange behavior when you try to perform a directory
+operation, such as a search. Although not explicitly stated
+by the Directory Server interface, the anomalies you encounter are
+often caused by improper authentication. The interface does not provide
+this information because doing so could compromise security.</p>
+
+<p>The following table lists symptoms of some common
+problems along with the possible causes and the
+action you can take to fix the problem.</p>
+
+<table border="2">
+ <tr>
+ <th width="30%"><b>Symptom</b></th>
+ <th><b>Cause</b></th>
+ <td width="30%"><b>Action</b></td>
+ </tr>
+ <tr>
+ <td valign="top" width="30%">Search results are empty</td>
+ <td valign="top">Either no entries match
+ the search string you entered, or you are required to
+ authenticate to the directory before performing this type of search
+ operation.</td>
+ <td valign="top" width="30%">Try a different search
+ operation. Or, if you are sure that there are entries
+ that match the criteria you entered, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#userauth">authenticate</a>
+ to the directory.</td>
+ </tr>
+ <tr>
+ <td valign="top" width="30%">Search results missing
+ entries or missing attribute information from returned
+ entries.</td>
+ <td valign="top">Either you are not authenticated
+ properly or you do not have access to the information.
+ The directory administrator can specify that all or parts
+ of the directory tree require authentication to access
+ entries, or even certain entry attributes. In this situation,
+ the Directory Server does not indicate that the
+ information exists and that you do not have
+ privileges to access it. Instead, it simply acts as if
+ the information does not exist at all. This behavior is
+ driven by the concern that knowing certain information
+ exists in the tree, even if you are not allowed to see
+ it, can pose a security risk. </td>
+ <td valign="top" width="30%">Make sure you are properly <a
+ href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#userauth">authenticated</a>. Then, verify with
+ your directory administrator that you have access to the
+ directory information you need.</td>
+ </tr>
+ <tr>
+ <td valign="top" width="30%">Operation fails after
+ completion</td>
+ <td valign="top">The directory is failing the operation
+ because of improper authentication. Although, it may seem as if
+ the interface's form action is failing the
+ operation, the form is only passing the operation to the
+ Directory Server, which is then failing the operation.
+ The Directory Server interface simply reports the results
+ of the operation. This occurs because the LDAP protocol
+ does not currently allow the interface to know whether
+ authentication is required before trying an operation.
+ Using the interface, this situation can only arise
+ if your authentication times out while you are creating
+ or modifying the directory entry. </td>
+ <td valign="top" width="30%">Make sure you are properly <a
+ href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#userauth">authenticated</a> and that your authentication
+ has not timed out. </td>
+ </tr>
+ <tr>
+ <td valign="top" width="30%">A table of entries is
+ displayed during the authentication process</td>
+ <td valign="top">Either your full name is not unique in
+ the directory, or the name you entered does not exist in
+ the directory.</td>
+ <td valign="top" width="30%">If your entry is displayed
+ on the table, select the corresponding link and continue
+ with the <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#userauth">authentication</a> process.<p>If
+ your entry is not displayed on the table, click Cancel
+ and then try <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#userauth">authenticating</a>
+ again. Be sure to use your full name and not your user
+ ID.</p>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" width="30%">Username is correct, but
+ authentication fails anyway</td>
+ <td valign="top">Your password is incorrect. <p>If you
+ enter a valid username but an incorrect password, and the
+ username you supplied represents an NT person entry, the
+ Directory Server attempts to authenticate you to the
+ Windows network. </p>
+ <p>If that is not successful or the user name you
+ supplied does not represent an NT person entry, you are
+ given the choice to retry, close the window, or seek
+ help.</p>
+ </td>
+ <td valign="top" width="30%">Click Retry
+ and then reenter your password.</td>
+ </tr>
+</table>
+
+<p> </p>
+</body>
+</html>
diff --git a/ldap/clients/dsgw/html/manual/contents.html b/ldap/clients/dsgw/html/manual/contents.html
new file mode 100644
index 00000000..cbcd6c29
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/contents.html
@@ -0,0 +1,185 @@
+<!--
+ PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
+ license terms. Copyright 2001 Sun Microsystems, Inc.
+ Portions copyright 1999, 2002-2003 Netscape Communications Corporation.
+ All rights reserved.
+ -->
+<HTML>
+<HEAD>
+ <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+ <META NAME="GENERATOR" CONTENT="Mozilla/4.01 [en] (WinNT; U) [Netscape]">
+ <TITLE>Contents</TITLE>
+</HEAD>
+<BODY BGCOLOR="#FFFFFF">
+
+<H1>
+Contents</H1>
+
+<H2>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm">Chapter 1 Introduction to the Directory Server Interface</A></H2>
+
+<H2>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm">Chapter 2 Searching the Directory Tree</A></H2>
+
+<DL>
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#standard">Standard Search</A></DD>
+
+<DL>
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#Performing a Standard Search">Performing a Standard
+Search</A></DD>
+
+<DL>
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#Name">Searching for Names</A></DD>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#initials">Searching for Names with Initials</A></DD>
+
+<BR><A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#phone">Searching for Phone Numbers</A>
+<BR><A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#e-mail">Searching for E-mail Addresses</A>
+<BR><A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#filter">Using Search Filters</A></DL>
+</DL>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#advanced">Advanced Search</A></DD>
+
+<DL>
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#Performing an Advanced Search">Performing an Advanced
+Search</A></DD>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#Advanced Search Examples">Advanced Search Examples</A></DD>
+</DL>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#results">Viewing Search Results</A></DD>
+
+<DL>
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#nomatch">No Matches</A></DD>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#single">A Single Match</A></DD>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#multiple">Multiple Matches</A></DD>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#problems">Other Problems</A></DD>
+</DL>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#vCard">Viewing a vCard</A>
+<H2>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm">Chapter 3 Adding Entries</A></H2>
+
+<DL>
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#guidelines">New Entry Guidelines</A></DD>
+
+<DL>
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#tree">Directory Tree Structure</A></DD>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#DN">Distinguished Name Syntax</A></DD>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#uniqueDN">Unique Distinguished Names</A></DD>
+</DL>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#person">Adding a Person</A></DD>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#NTperson">Adding an NT-Person</A></DD>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#group">Adding a Group</A></DD>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#NTgroup">Adding an NT-Group</A></DD>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#ou">Adding an Organizational Unit</A></DD>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#dc">Adding a Domain</A></DD>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#o">Adding an Organization</A></DD>
+</DL>
+
+<H2>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm">Chapter 4 Editing Entries</A></H2>
+
+<DL>
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#people">Editing People</A></DD>
+
+<DL>
+<DL><A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#addmanager">Adding Values to the Manager and Admin
+Fields</A></DL>
+</DL>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#ntpeople">Editing NT-people</A></DD>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#groups">Editing Groups</A></DD>
+
+<DL>
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#addowner">Adding Values to the Owner, See Also, and Group
+Member Fields</A></DD>
+</DL>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#NTgroups">Editing NT-Groups</A></DD>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#ou">Editing Organizational Units</A></DD>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#dc">Editing Domains</A></DD>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#o">Editing Organizations</A></DD>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#rename">Renaming Entries</A></DD>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#delete">Deleting Entries</A></DD>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#changepw">Changing Passwords</A></DD>
+</DL>
+
+<H2>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm">Chapter 5 Authentication</A></H2>
+
+<DL>
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#ustand">Understanding Directory Access</A></DD>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#userauth">Authenticating to the Directory</A></DD>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#logout">Logging Out of the Directory</A></DD>
+
+<DD>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#incorrectauth">Problems Caused by Incorrect Authentication</A></DD>
+</DL>
+
+<H2>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm">Appendix A Objectclasses</A></H2>
+
+<H2>
+<A HREF="lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm">Appendix B Attributes</A></H2>
+
+
+</BODY>
+</HTML>
diff --git a/ldap/clients/dsgw/html/manual/dn.htm b/ldap/clients/dsgw/html/manual/dn.htm
new file mode 100644
index 00000000..c61111ff
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/dn.htm
@@ -0,0 +1,262 @@
+<!--
+ PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
+ license terms. Copyright 2001 Sun Microsystems, Inc.
+ Portions copyright 1999, 2002-2003 Netscape Communications Corporation.
+ All rights reserved.
+ -->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+<HEAD>
+ <TITLE></TITLE>
+ <META NAME="GENERATOR" CONTENT="Mozilla/3.0b6Gold (WinNT; I) [Netscape]">
+</HEAD>
+<BODY>
+
+<P><A NAME="1001595"></A></P>
+
+<P><A NAME="1001596"></A></P>
+
+<P><A NAME="996824"></A></P>
+
+<H1>Distinguished Names</H1>
+
+<P><A NAME="1017708"></A>Distinguished
+Names (DNs) are the string representation for entry names in the Directory
+Server database. You use DNs to name entries when you add entries to the
+directory, add members to groups, etc..</P>
+
+<P><A NAME="1017709"></A>A DN can consist of virtually any attributes you
+wish to use. The only caveat is that if schema checking is turned on, then
+the attributes must be recognized by the Directory Server (if you do not
+know whether schema checking is turned on in the server, contact your directory
+manager, or consult the <I>Netscape Directory Server Administrator's Guide</I>
+for more information).</P>
+
+<P><A NAME="1017710"></A>Traditionally, a DN consists of:</P>
+
+<UL>
+<P><A NAME="1017711"></A></P>
+
+<LI>A common name followed by<A NAME="1017712"></A></LI>
+
+<LI>a list of regional or organizational attributes followed by<A NAME="1017713"></A></LI>
+
+<LI>a country designation.</LI>
+</UL>
+
+<P><A NAME="1017714"></A>This string of identifying attributes uniquely
+locates the entry within your Directory Server database. If you choose,
+you can also use this naming structure to uniquely identify your entries
+within the global directory tree as defined in the X.500 standard.</P>
+
+<P><A NAME="1017715"></A>Because a DN represents a path through the directory
+tree, the DN components are order-dependent. For example, the following
+DNs do not represent the same entry:</P>
+
+<P><A NAME="1017716"></A></P>
+
+<PRE>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cn=Ralph Swenson, ou=Accounting, o=Example Corp, c=US
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cn=Ralph Swenson, o=Example Corp, ou=Accounting, c=US
+</PRE>
+
+<P><A NAME="Distinguished Name syntax"></A><A NAME="1017717"></A></P>
+
+<H2>Distinguished Name syntax</H2>
+
+<P><A NAME="1017718"></A>The traditional syntax for a DN string representation
+is as follows:</P>
+
+<P><A NAME="1017719"></A></P>
+
+<UL>
+<PRE>cn=<I>common name</I>, [street=<I>address</I>, l=<I>locality</I>, st = <I>state or province</I>,
+ou=<I>organizational unit</I>, o=<I>organization</I>], c=<I>country name</I>
+</PRE>
+</UL>
+
+<P><A NAME="1017720"></A>Generally a DN begins with a specific common name,
+and proceeds with increasingly broader areas of identification until the
+country name is specified. Note, however, that the actual DN attributes
+you use, and the order in which you choose to specify them, is up to you
+and how you want to organize your database. The only real requirement is
+that DN attributes must be separated by a comma (,) and can optionally
+use a space ( ) following the separator.</P>
+
+<P><A NAME="Distinguished Name attributes"></A><A NAME="1017721"></A></P>
+
+<H2>Distinguished Name attributes</H2>
+
+<P><A NAME="1017792"></A>The various standard attributes that comprise
+a DN are as follows:</P>
+
+<TABLE BORDER=2 >
+<CAPTION></CAPTION>
+
+<TR>
+<TH><A NAME="1017730"></A><B>Attribute</B></TH>
+
+<TH><A NAME="1017732"></A><B>Name</B></TH>
+
+<TH><A NAME="1017734"></A><B>Definition</B></TH>
+</TR>
+
+<TR>
+<TD><A NAME="1017736"></A>c</TD>
+
+<TD><A NAME="1017738"></A>country</TD>
+
+<TD><A NAME="1017740"></A>Identifies the name of the country under which
+the entry resides. For example,
+<UL>
+<P><A NAME="1017741"></A></P>
+
+<LI>c=US<A NAME="1017742"></A></LI>
+
+<LI>c=GB</LI>
+</UL>
+</TD>
+</TR>
+
+<TR>
+<TD><A NAME="1017744"></A>cn</TD>
+
+<TD><A NAME="1017746"></A>common name</TD>
+
+<TD><A NAME="1017748"></A>Required attribute that identifies the person
+or object defined by the entry. For example:
+<UL>
+<P><A NAME="1017749"></A></P>
+
+<LI>cn=Wally Henderson<A NAME="1017750"></A></LI>
+
+<LI>cn=Database Administrators<A NAME="1017751"></A></LI>
+
+<LI>cn=printer3b</LI>
+</UL>
+</TD>
+</TR>
+
+<TR>
+<TD><A NAME="1017753"></A>l</TD>
+
+<TD><A NAME="1017755"></A>locality</TD>
+
+<TD><A NAME="1017757"></A>Identifies the locality in which the entry resides.
+The locality could be a city, county, township, or other geographic region.
+For example:
+<UL>
+<P><A NAME="1017758"></A></P>
+
+<LI>l=Tucson<A NAME="1017759"></A></LI>
+
+<LI>l=Pacific Northwest<A NAME="1017760"></A></LI>
+
+<LI>l=Anoka County</LI>
+</UL>
+</TD>
+</TR>
+
+<TR>
+<TD><A NAME="1017762"></A>o</TD>
+
+<TD><A NAME="1017764"></A>organization</TD>
+
+<TD><A NAME="1017766"></A>Identifies the organization in which the entry
+resides. For example:
+<UL>
+<P><A NAME="1017767"></A></P>
+
+<LI>o=Netscape Communications Corp<A NAME="1017768"></A></LI>
+
+<LI>o=Public Power &amp; Gas</LI>
+</UL>
+</TD>
+</TR>
+
+<TR>
+<TD><A NAME="1017770"></A>ou</TD>
+
+<TD><A NAME="1017772"></A>organizational unit</TD>
+
+<TD><A NAME="1017774"></A>Identifies a unit within the organization. For
+example:
+<UL>
+<P><A NAME="1017775"></A></P>
+
+<LI>ou=Sales<A NAME="1017776"></A></LI>
+
+<LI>ou=Manufacturing</LI>
+</UL>
+</TD>
+</TR>
+
+<TR>
+<TD><A NAME="1017778"></A>st</TD>
+
+<TD><A NAME="1017780"></A>state or province name</TD>
+
+<TD><A NAME="1017782"></A>Identifies the state or province in which the
+entry resides. For example:
+<UL>
+<P><A NAME="1017783"></A></P>
+
+<LI>st=Iowa<A NAME="1017784"></A></LI>
+
+<LI>st=British Columbia</LI>
+</UL>
+</TD>
+</TR>
+
+<TR>
+<TD><A NAME="1017786"></A>street</TD>
+
+<TD><A NAME="1017788"></A>street address</TD>
+
+<TD><A NAME="1017790"></A>Identifies the street address at which the entry
+resides. For example:
+<UL>
+<P><A NAME="1017791"></A></P>
+
+<LI>street=494 Rice Creek Terrace</LI>
+</UL>
+</TD>
+</TR>
+</TABLE>
+
+<TABLE>
+<TR>
+<TD></TD>
+</TR>
+</TABLE>
+
+<P><A NAME="Distinguished Name examples"></A><A NAME="1017793"></A></P>
+
+<H2>Distinguished Name examples</H2>
+
+<P><A NAME="1017794"></A>The following are some examples of DNs:</P>
+
+<P><A NAME="1017795"></A></P>
+
+<UL>
+<PRE>cn=Wally Henderson,ou=Product Development,o=Example Corp,st=Minnesota,c=US
+</PRE>
+</UL>
+
+<P><A NAME="1017796"></A></P>
+
+<UL>
+<PRE>cn=Retch Sweeny, ou=Product Test, o=Example Corp, st=Michigan, c=US
+</PRE>
+</UL>
+
+<P><A NAME="1017797"></A></P>
+
+<UL>
+<PRE>cn=printer3b, l=room 308, o=Example Corp, c=US
+</PRE>
+</UL>
+
+<P><A NAME="997436"></A></P>
+
+</BODY>
+</HTML>
diff --git a/ldap/clients/dsgw/html/manual/dna.gif b/ldap/clients/dsgw/html/manual/dna.gif
new file mode 100644
index 00000000..ad5872c5
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/dna.gif
Binary files differ
diff --git a/ldap/clients/dsgw/html/manual/filters.htm b/ldap/clients/dsgw/html/manual/filters.htm
new file mode 100644
index 00000000..acb47a3e
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/filters.htm
@@ -0,0 +1,622 @@
+<!--
+ PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
+ license terms. Copyright 2001 Sun Microsystems, Inc.
+ Portions copyright 1999, 2002-2003 Netscape Communications Corporation.
+ All rights reserved.
+ -->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+<HEAD>
+ <TITLE></TITLE>
+ <META NAME="GENERATOR" CONTENT="Mozilla/3.0Gold (WinNT; I) [Netscape]">
+</HEAD>
+<BODY>
+
+<P><A NAME="1001595"></A></P>
+
+<P><A NAME="1001596"></A></P>
+
+<P><A NAME="996824"></A></P>
+
+<H1>Search Filters </H1>
+
+<P><A NAME="997436"></A>This chapter
+describes search filters and <A href="/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018239">how searches
+work</A>.</P>
+
+<P><A NAME="Search Filters"></A><A NAME="1018822"></A></P>
+
+<H2>Search Filters</H2>
+
+<P><A NAME="1018489"></A>To narrow a search, you can specify search filters
+directly to the <A href="/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1015771">Smart Search</A> field. If
+the search field contains an equal sign (=), Smart Search assumes the value
+is a search filter, and it uses this filter directly to perform the search.</P>
+
+<P><A NAME="1018092"></A>Search filters use the value of an attribute to
+select the entries to be returned for Smart Search. For example, the following
+filter specifies a search for a common name equal to Babs Jensen:</P>
+
+<P><A NAME="1018094"></A></P>
+
+<UL>
+<UL>
+<PRE>cn=babs jensen
+</PRE>
+</UL>
+</UL>
+
+<P><A NAME="Search Filter Syntax"></A><A NAME="1018095"></A></P>
+
+<H3>Search Filter Syntax</H3>
+
+<P><A NAME="1018096"></A>The basic syntax of a search filter is:</P>
+
+<P><A NAME="1018097"></A></P>
+
+<UL>
+<UL>
+<PRE><A href="/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1019127">attribute</A> <A href="/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1019138">operator</A> value
+</PRE>
+</UL>
+</UL>
+
+<P><A NAME="1019085"></A>For example: </P>
+
+<P><A NAME="1019086"></A></P>
+
+<UL>
+<UL>
+<PRE>employeenumber &gt;= 100
+</PRE>
+</UL>
+</UL>
+
+<P><A NAME="1019090"></A>In the example above, <TT>employeenumber</TT>
+is the attribute, <TT>&gt;=</TT> is the operator, and 100 is the value.
+</P>
+
+<P><A NAME="1019104"></A>You can also define filters that use <A href="/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018167">combinations
+of different attributes</A>. </P>
+
+<P><A NAME="Using Attributes in a Filter"></A><A NAME="1019127"></A></P>
+
+<H4>Using Attributes in a Filter</H4>
+
+<P><A NAME="1019162"></A>When searching for an entry, you can specify attributes
+associated with that type of entry. For example, when you search for entries
+about people, you can use the <TT>cn</TT> attribute to search for people
+with specific common names. </P>
+
+<P><A NAME="1019183"></A>Examples of attributes for entries about people
+might include: </P>
+
+<UL>
+<P><A NAME="1019188"></A></P>
+
+<LI><TT>cn</TT> (the person's common name) <A NAME="1019189"></A></LI>
+
+<LI><TT>telephonenumber</TT> (the person's phone number) <A NAME="1019190"></A></LI>
+
+<LI><TT>employeenumber</TT> (the person's employee number) <A NAME="1019191"></A></LI>
+
+<LI><TT>l</TT> (the person's location) </LI>
+</UL>
+
+<P><A NAME="1019184"></A>For a listing of the attributes associated with
+entries, see <A href="/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1002619">AppendixA, &quot;Entries
+and attribute fields&quot;</A>. Note that you need to use the internal
+attribute names in search filters. </P>
+
+<P><A NAME="Using Operators in a Filter"></A><A NAME="1019138"></A></P>
+
+<H4>Using Operators in a Filter</H4>
+
+<P><A NAME="1018153"></A>An operator defines one of the following types
+of searches: </P>
+
+<TABLE BORDER=2 >
+<CAPTION></CAPTION>
+
+<TR>
+<TH><A NAME="1018101"></A><B>Search type</B> </TH>
+
+<TH><A NAME="1018103"></A><B>Operator</B> </TH>
+
+<TH><A NAME="1018105"></A><B>Description</B> </TH>
+</TR>
+
+<TR>
+<TD><A NAME="1018107"></A>Equality </TD>
+
+<TD><A NAME="1018109"></A>= </TD>
+
+<TD><A NAME="1018111"></A>Returns entries containing attributes which match
+the specified value. For example,
+<UL>
+<P><A NAME="1019083"></A><TT>cn=Bob Johnson</TT></P>
+</UL>
+</TD>
+</TR>
+
+<TR>
+<TD><A NAME="1018113"></A>Substring </TD>
+
+<TD><A NAME="1018115"></A>=&lt;string&gt;*&lt;string&gt; </TD>
+
+<TD><A NAME="1018117"></A>Returns entries containing attributes containing
+the specified substring. For example,
+<UL>
+<P><A NAME="1018118"></A><TT>cn=Bob*</TT></P>
+
+<P><A NAME="1018119"></A><TT>cn=*Johnson</TT></P>
+
+<P><A NAME="1018120"></A><TT>cn=*John*</TT></P>
+
+<P><A NAME="1018121"></A><TT>cn=B*John</TT></P>
+</UL>
+</TD>
+</TR>
+
+<TR>
+<TD><A NAME="1018123"></A>Greater than or equal to </TD>
+
+<TD><A NAME="1018125"></A>&gt;= </TD>
+
+<TD><A NAME="1018127"></A>Returns entries containing attributes that are
+greater than or equal to the specified value. For example,
+<UL>
+<P><A NAME="1018128"></A><TT>employeenumber &gt;= 100</TT></P>
+</UL>
+</TD>
+</TR>
+
+<TR>
+<TD><A NAME="1018130"></A>Less than or equal to </TD>
+
+<TD><A NAME="1018132"></A>&lt;= </TD>
+
+<TD><A NAME="1018134"></A>Returns entries containing attributes that are
+less than or equal to the specified value. For example,
+<UL>
+<P><A NAME="1018135"></A><TT>employeenumber &lt;= 100</TT></P>
+</UL>
+</TD>
+</TR>
+
+<TR>
+<TD><A NAME="1018137"></A>Presence </TD>
+
+<TD><A NAME="1018139"></A>=* </TD>
+
+<TD><A NAME="1018141"></A>Returns entries containing the specified attribute.
+For example,
+<UL>
+<P><A NAME="1018142"></A><TT>cn=*</TT></P>
+
+<P><A NAME="1018143"></A><TT>telephonenumber=*</TT></P>
+
+<P><A NAME="1018144"></A><TT>manager=*</TT></P>
+</UL>
+</TD>
+</TR>
+
+<TR>
+<TD><A NAME="1018146"></A>Approximate </TD>
+
+<TD><A NAME="1018148"></A>~= </TD>
+
+<TD><A NAME="1018150"></A>Returns entries containing the specified attribute
+that is approximately equal to the specified value. For example,
+<UL>
+<P><A NAME="1018151"></A><TT>cn~=surette</TT></P>
+
+<P><A NAME="1018152"></A><TT>l~=san fransico</TT></P>
+</UL>
+</TD>
+</TR>
+</TABLE>
+
+<TABLE>
+<TR>
+<TD></TD>
+</TR>
+</TABLE>
+
+<P><A NAME="1018160"></A>For more information on these types of searches,
+see &quot;<A href="/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018239">How searching works</A>.&quot;
+</P>
+
+<P><A NAME="Using Multiple Search Filters"></A><A NAME="1018167"></A></P>
+
+<H4>Using Multiple Search Filters</H4>
+
+<P><A NAME="1018168"></A>You can combine different search filters by using
+boolean operators. Use the operators in prefix notation as follows:</P>
+
+<P><A NAME="1018169"></A></P>
+
+<UL>
+<PRE>(<I>boolean_operator</I>((<I>filter</I>)(<I>filter</I>)(<I>filter</I>)...))
+</PRE>
+</UL>
+
+<P><A NAME="1018170"></A>where <I>boolean_operator</I> is any one of the <A href="/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018173">boolean
+operators</A>. For example: </P>
+
+<P><A NAME="1019218"></A></P>
+
+<UL>
+<PRE>(&amp;(ou=Marketing)(cn=Ray*))
+</PRE>
+</UL>
+
+<P><A NAME="1019216"></A>In the example above, the combination of filters
+finds entries whose organizational unit is Marketing (<TT>ou=Marketing</TT>)
+and whose common name starts with Ray (<TT>cn=Ray*</TT>). The boolean operator
+for &quot;And&quot; (<TT>&amp;</TT>) is used in prefix notation, which
+means that it precedes the search criteria. </P>
+
+<P><A NAME="1019228"></A>In addition, you can nest boolean operators to
+form complex expressions, such as:</P>
+
+<P><A NAME="1018171"></A></P>
+
+<UL>
+<PRE>(boolean_operator(filter)((boolean_operator(filter)(filter)))
+</PRE>
+</UL>
+
+<P><A NAME="Boolean Operators"></A><A NAME="1018173"></A></P>
+
+<H4>Boolean Operators</H4>
+
+<P><A NAME="1018202"></A>The boolean operators available for use with search
+filters are: </P>
+
+<TABLE BORDER=2 >
+<CAPTION></CAPTION>
+
+<TR>
+<TH><A NAME="1018176"></A><B>Operator</B> </TH>
+
+<TH><A NAME="1018178"></A><B>Symbol</B> </TH>
+
+<TH><A NAME="1018180"></A><B>Description</B> </TH>
+</TR>
+
+<TR>
+<TD><A NAME="1018182"></A>And </TD>
+
+<TD><A NAME="1018184"></A>&amp; </TD>
+
+<TD><A NAME="1018186"></A>All specified filters must be true for the statement
+to be true. For example,
+<UL>
+<P><A NAME="1018187"></A><TT>(&amp;(filter1)(filter2)(filter3)...)</TT></P>
+</UL>
+
+<P><A NAME="1019015"></A>Filter1, filter2, and filter3 must all be true
+for an entry to match.</P>
+</TD>
+</TR>
+
+<TR>
+<TD><A NAME="1018189"></A>Or </TD>
+
+<TD><A NAME="1018191"></A>| </TD>
+
+<TD><A NAME="1018193"></A>At least one specified filter must be true for
+the statement to be true. For example,
+<UL>
+<P><A NAME="1018194"></A><TT>(|(filter1)(filter2)(filter3)...)</TT></P>
+</UL>
+
+<P><A NAME="1019024"></A>If any of filter1, filter2, or filter3 match,
+the entry is returned.</P>
+</TD>
+</TR>
+
+<TR>
+<TD><A NAME="1018196"></A>Not </TD>
+
+<TD><A NAME="1018198"></A>! </TD>
+
+<TD><A NAME="1018200"></A>The specified statement must not be true for
+the statement to be true. Note that only one filter is affected by the
+not operator. For example,
+<UL>
+<P><A NAME="1018201"></A><TT>(!(filter))</TT></P>
+</UL>
+
+<P><A NAME="1019025"></A>Any entry not matching the filter is returned.</P>
+</TD>
+</TR>
+</TABLE>
+
+<TABLE>
+<TR>
+<TD></TD>
+</TR>
+</TABLE>
+
+<P><A NAME="Search Filter Examples"></A><A NAME="1018203"></A></P>
+
+<H4>Search Filter Examples</H4>
+
+<P><A NAME="1018204"></A>The following filter searches for entries containing
+the manager attribute. This is also known as a presence search:</P>
+
+<P><A NAME="1018205"></A></P>
+
+<PRE>manager=*
+</PRE>
+
+<P><A NAME="1018206"></A>The following filter searches for entries containing
+the common name of Ray Kultgen. This is also known as an equality search:</P>
+
+<P><A NAME="1018207"></A></P>
+
+<PRE>cn=Ray Kultgen
+</PRE>
+
+<P><A NAME="1018208"></A>The following filter returns any entries that
+do not contain the common name of Ray Kultgen:</P>
+
+<P><A NAME="1018209"></A></P>
+
+<PRE>(!(cn=Ray Kultgen))
+</PRE>
+
+<P><A NAME="1018210"></A>The following filter returns any entries that
+contain a description attribute with a substring of X.500:</P>
+
+<P><A NAME="1018211"></A></P>
+
+<PRE>description=*X.500*
+</PRE>
+
+<P><A NAME="1018212"></A>The following filter returns any entries whose
+organizational unit is Marketing and whose description field does not contain
+the substring X.500:</P>
+
+<P><A NAME="1018213"></A></P>
+
+<PRE>(&amp;(ou=Marketing)(!(description=*X.500*)))
+</PRE>
+
+<P><A NAME="1018214"></A>The following filter returns any entries whose
+organizational unit is Marketing and who have Julie Fulmer or Cindy Zwaska
+as a manager:</P>
+
+<P><A NAME="1018215"></A></P>
+
+<PRE>(&amp;(ou=Marketing)(|(manager=&quot;cn=Julie Fulmer,ou=Marketing,o=Example Corp,c=US&quot;)<br>(manager=&quot;cn=Cindy Zwaska,ou=Marketing,o=Example Corp,c=US&quot;)))
+</PRE>
+
+<P><A NAME="1018216"></A>The following filter returns any entries that
+do not represent a person:</P>
+
+<P><A NAME="1018217"></A></P>
+
+<PRE>(!(objectclass=person))
+</PRE>
+
+<P><A NAME="1018218"></A>The following filter returns any entries that
+do not represent a person and whose common name is approximately printer3b:</P>
+
+<P><A NAME="1018219"></A></P>
+
+<PRE>(&amp;(!(objectclass=person))(cn~=printer3b))
+</PRE>
+
+<P><A NAME="How Searching Works"></A><A NAME="1018239"></A></P>
+
+<H2>How Searching Works</H2>
+
+<P><A NAME="1018240"></A></P>
+
+<BLOCKQUOTE>
+<P><B>Note: </B></P>
+</BLOCKQUOTE>
+
+<P><A NAME="1019880"></A></P>
+
+<BLOCKQUOTE>
+<P>The Directory Server interface is actually a collection of forms and
+CGI programs that operate independently from the Directory Server. This
+interface acts as an LDAP client to the Directory Server. </P>
+</BLOCKQUOTE>
+
+<P><A NAME="1019775"></A>The following section explains what happens when
+you search the Directory Server:</P>
+
+<OL>
+<P><A NAME="1018241"></A></P>
+
+<LI>When you submit the form, you send a search filter to the Directory
+Server. <A NAME="1018242"></A></LI>
+
+<LI>The Directory Server examines the incoming request to verify that the
+information is in the local directory. If the information is not in the
+local directory and the Referral parameter is set for the server, the Directory
+Server returns the URL for the other Directory Server where the client
+can attempt to pursue the request. <A NAME="1018244"></A></LI>
+
+<LI>The Directory Server generates a list of entries from the directory
+tree. The Directory Server then examines each of the candidate entries
+to see if any entry matches the search criteria. Matching entries are returned
+to the Directory Server interface as each is found. <A NAME="1019576"></A>This
+process continues until the Directory Server either has examined all applicable
+entries, or until it reaches one of the following limits: </LI>
+
+<UL>
+<P><A NAME="1018252"></A></P>
+
+<LI>The maximum number of entries that can be returned in response to a
+search <A NAME="1018259"></A></LI>
+
+<LI>The maximum amount of time that can be taken for a search <A NAME="1018266"></A></LI>
+
+<LI>The maximum number of entries that can be examined during a search
+</LI>
+</UL>
+</OL>
+
+<P><A NAME="1019628"></A>Your administrator can configure these settings.
+For more detailed information on the searching algorithm, see the <I>Netscape
+Directory Server Administrator's Guide</I>. </P>
+
+<P><A NAME="1019776"></A>The rest of this section explains how approximate
+searches work and how substring searches work. </P>
+
+<P><A NAME="How Approximate ("></A><A NAME="1018301"></A></P>
+
+<H3>How Approximate (&quot;sounds like&quot;) Searches Work</H3>
+
+<P><A NAME="1018302"></A>The approximate search finds a word that &quot;sounds
+like&quot; the value you enter. In the Advanced Search interface, the approximate
+search corresponds to the &quot;sounds like&quot; search type. </P>
+
+<P><A NAME="1019677"></A>For example, an entry may include the attribute
+value cn=Robert E Lee. An approximate search allows you to find this entry
+by specifying Robert Lee, Robert, or Lee. Similarly, a search for the location
+approximately equal to San Fransico (l~=San Fransico; note the misspelling)
+would return entries including locations exactly equal to San Francisco
+(l=San Francisco).</P>
+
+<P><A NAME="1018303"></A>The Directory Server treats each value in an entry
+as a sequence of words and generates a phonetic code for each word. When
+you enter a value in an approximate search, the Directory Server also translates
+the value to a sequence of phonetic codes. An entry is considered to match
+a query if:</P>
+
+<UL>
+<P><A NAME="1018305"></A></P>
+
+<LI>All of the codes in your search criteria are present in the codes generated
+for the entry. <A NAME="1018306"></A></LI>
+
+<LI>All of the codes in your search criteria are specified in the same
+order as the codes generated for the entry. </LI>
+</UL>
+
+<P><A NAME="1018344"></A>For example: </P>
+
+<TABLE BORDER=2 >
+<CAPTION></CAPTION>
+
+<TR>
+<TH><A NAME="1018309"></A><B>Name in the directory <BR>
+(Phonetic code) </B></TH>
+
+<TH><A NAME="1018311"></A><B>Your search string <BR>
+(Phonetic code) </B></TH>
+
+<TH><A NAME="1018313"></A><B>Match comments</B> </TH>
+</TR>
+
+<TR>
+<TD><A NAME="1018315"></A>Alice B Sarette<BR>
+(ALS B SRT) </TD>
+
+<TD><A NAME="1018317"></A>Alice Sarette<BR>
+(ALS SRT) </TD>
+
+<TD><A NAME="1018319"></A>Matches. Codes are specified in the correct order.
+</TD>
+</TR>
+
+<TR>
+<TD><A NAME="1018321"></A></TD>
+
+<TD><A NAME="1018323"></A>Alice Sarrette<BR>
+(ALS SRT) </TD>
+
+<TD><A NAME="1018325"></A>Matches. Codes are specified in the correct order
+despite the misspelling of Sarette. </TD>
+</TR>
+
+<TR>
+<TD><A NAME="1018327"></A></TD>
+
+<TD><A NAME="1018329"></A>Surette<BR>
+(SRT) </TD>
+
+<TD><A NAME="1018331"></A>Matches. The generated code exists in the original
+name despite the misspelling of Sarette. </TD>
+</TR>
+
+<TR>
+<TD><A NAME="1018333"></A></TD>
+
+<TD><A NAME="1018335"></A>Bertha Sarette<BR>
+(BR0 SRT) </TD>
+
+<TD><A NAME="1018337"></A>No match. The code BR0 does not exist in the
+original name. </TD>
+</TR>
+
+<TR>
+<TD><A NAME="1018339"></A></TD>
+
+<TD><A NAME="1018341"></A>Sarette, Alice<BR>
+(SRT ALS) </TD>
+
+<TD><A NAME="1018343"></A>No match. The codes are not specified in the
+correct order. </TD>
+</TR>
+</TABLE>
+
+<TABLE>
+<TR>
+<TD></TD>
+</TR>
+</TABLE>
+
+<P><A NAME="How Substring Searches Work"></A><A NAME="1018345"></A></P>
+
+<H3>How Substring Searches Work</H3>
+
+<P><A NAME="1018346"></A>The substring search finds entries that contain
+the value you have entered. In the Advanced Search interface, the substring
+search corresponds to the &quot;starts with&quot;, &quot;contains&quot;,
+and &quot;ends with&quot; search types. </P>
+
+<P><A NAME="1018347"></A>For example, searches of the form:</P>
+
+<UL>
+<UL>
+<P><A NAME="1018348"></A><TT>cn=*derson</TT><BR>
+</P>
+</UL>
+</UL>
+
+<P><A NAME="1018349"></A>would match the common names containing strings
+such as:</P>
+
+<P><A NAME="1018350"></A></P>
+
+<UL>
+<UL>
+<PRE>Bill Anderson
+Jill Anderson
+Steve Sanderson
+</PRE>
+</UL>
+</UL>
+
+<P><A NAME="1018351"></A>and so forth. Similarly, the search for</P>
+
+<UL>
+<UL>
+<P><A NAME="1018352"></A><TT>telephonenumber= *555*</TT><BR>
+</P>
+</UL>
+</UL>
+
+<P><A NAME="1018353"></A>would return all the entries in your directory
+with telephone numbers that contain 555.</P>
+
+</BODY>
+</HTML>
diff --git a/ldap/clients/dsgw/html/manual/index.html b/ldap/clients/dsgw/html/manual/index.html
new file mode 100644
index 00000000..2d1fcdbe
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/index.html
@@ -0,0 +1,150 @@
+<!--
+ PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
+ license terms. Copyright 2001 Sun Microsystems, Inc.
+ Portions copyright 1999, 2002-2003 Netscape Communications Corporation.
+ All rights reserved.
+ -->
+<A NAME="6807">
+<H1>
+</H1>
+</A>
+
+
+<h2>Symbols</h2>
+<dl><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018202">! (boolean operator)28</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018202">&amp; (boolean operator)28</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018153">&lt;= (search filter operator)27</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018153">= (search filter operator)26</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018153">=* (search filter operator)27</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018153">&gt;= (search filter operator)27</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1015792">@ symbol in search criteria17</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018202">| (boolean operator)28</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018153">~= (search filter operator)27</a></dl>
+</dl>
+<h2>A</h2>
+<dl><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#996824">access control51</a><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#1019235">directory manager56</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#1019233">setting up anonymous access55</a></dl>
+<dt><dd>adding<dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#996824">entries33</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#1017016">groups37</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#1021328">NT-people35</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#1017017">organizational units38</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#1020503">organizations38</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#1017015">people34</a></dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1016146">Admin (attribute field)65</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1015906">Advanced Search18</a><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016481">examples of22</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1015914">Find field19</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016028">specifying the attribute used20</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1020752">specifying the type of search21</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1020751">type field21</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1015967">where field20</a></dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#1019233">anonymous access55</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016441">approximate search22</a><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018301">how it works30</a></dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004519">attribute fields64</a><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1011923">defined58</a></dl>
+<dt><dd>attributes<dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016028">searching based on an attribute's value20</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1019127">using in search filters26</a></dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1019066">authentication6</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#996824">51</a><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#1019235">as the directory manager56</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016557">no matching entries found23</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#1016877">performing52</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#1019233">setting up anonymous access55</a></dl>
+</dl>
+</dl>
+
+<h2>B</h2>
+<dl><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004700">bin (attribute field format)65</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018167">boolean operators27</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018173">28</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1003042">Business Category (attribute field)65</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1003042">businessCategory (attribute internal ID)65</a></dl>
+</dl>
+<h2>C</h2>
+<dl><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1019537">c (attribute in a distinguished name)10</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1003044">Car License (attribute field)65</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1003044">carLicense (attribute internal ID)65</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004701">ces (attribute field format)65</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1018988">changing a person entry's password41</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1020767">changing an NT-person password43</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1020703">changing passwords49</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004702">cis (attribute field format)65</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1019537">cn (attribute in a distinguished name)10</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015820">cn (attribute internal ID)67</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1019366">common names15</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015820">commonName (attribute internal ID)67</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016440">"contains" search22</a><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018345">how it works31</a></dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1017537">Create New NT Account (attribute field)66</a></dl>
+</dl>
+<h2>D</h2>
+<dl><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1017434">Delete NT Account if Person Deleted (attribute field)66</a><dt><dd>deleting<dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1017977">entries49</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1018061">group entries44</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1020767">NT-people entries43</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1019729">organization entries46</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1018896">organizational unit entries45</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1018988">people's entries41</a></dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015879">departmentNumber (attribute internal ID)66</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015879">Dept# (attribute field)66</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004238">Description (attribute field)66</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004238">description (attribute internal ID)66</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1017847">Directory Server5</a><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1019066">access control6</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#996824">51</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#1017016">adding a group37</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#1017015">adding a person34</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#1021328">adding an NT-person35</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#1020503">adding an organization38</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#1017017">adding an organizational unit38</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1019060">adding entries5</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#996824">33</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1019066">authenticating to6</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#996824">authentication51</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1020767">changing NT-person passwords43</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1020703">changing passwords49</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1018988">changing people passwords41</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1017847">defined5</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1018061">deleting a group entry44</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1018988">deleting a person's entry41</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1020767">deleting an NT-person entry43</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1019729">deleting an organization entry46</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1018896">deleting an organizational unit entry45</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1019063">deleting entries5</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1017977">49</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1018061">editing a group's entry44</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1018988">editing a person's entry41</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1020767">43</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1020767">editing an NT-person's entry43</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1019729">editing an organization entry46</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1018896">editing an organizational unit entry45</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018240">interface defined29</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1019063">modifying entries5</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1018798">organization of data in7</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#1016903">permissions53</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1018061">renaming a group entry44</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1018988">renaming a person's entry41</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1020767">renaming an NT-person entry43</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1019729">renaming an organization entry46</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1018896">renaming an organizational unit entry45</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1019063">renaming entries5</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1019773">47</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1019335">searching5</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#997436">13</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1019066">security6</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#996824">51</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1018798">tree hierarchy7</a></dl>
+<dt><dd>directory service<dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1019237">defined6</a></dl>
+<dt><dd>distinguished name (DN)<dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1019610">defined9</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1019538">examples of11</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1019466">standard attributes10</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1019462">syntax9</a></dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004704">dn (attribute field format)65</a></dl>
+</dl>
+<h2>E</h2>
+<dl><dl>
+<dt><dd>editing<dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#996824">entries41</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1018061">group entries44</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1020767">NT-person entries43</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1019729">organization entries46</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1018896">organizational unit entries45</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1018988">people's entries41</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1020767">43</a></dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015992">E-Mail Address (attribute field)66</a><dt><dd>e-mail addresses<dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1015791">searching for17</a></dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1003050">Emp# (attribute field)67</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1003050">employeeNumber (attribute internal ID)67</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016439">"ends with" search22</a><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018345">how it works31</a></dl>
+<dt><dd>entries<dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1019060">adding5</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#996824">33</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1019063">deleting5</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1017977">49</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#996824">editing41</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1019063">modifying5</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#996824">41</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1019063">renaming5</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1019773">47</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016571">searching for types of14</a></dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1002653">entry types58</a><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1002638">defined58</a></dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016432">exact match search22</a></dl>
+</dl>
+<h2>F</h2>
+<dl><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004782">facsimileTelephoneNumber (attribute internal ID)67</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004782">Fax (attribute field)67</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004782">fax (attribute internal ID)67</a><dt><dd>Find field<dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1018630">Anything15</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1019829">19</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016700">Groups14</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1015931">19</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1015914">in Advanced Search19</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016571">in Smart Search14</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1021638">NT-people14</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016705">Org_Units14</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1019059">19</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016702">Organizations14</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1019056">19</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016698">People14</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1015916">19</a></dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1003054">First Name (attribute field)67</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015820">Full Name (attribute field)67</a></dl>
+</dl>
+<h2>G</h2>
+<dl><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1003054">givenName (attribute internal ID)67</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1005294">Group (entry type)62</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1016040">Group Members (attribute field)68</a></dl>
+</dl>
+<h2>I</h2>
+<dl><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1016236">internal attribute ID64</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016433">"is not" search22</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016432">"is" search22</a></dl>
+</dl>
+<h2>L</h2>
+<dl><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1019537">l (attribute in a distinguished name)10</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004816">l (attribute internal ID)68</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015921">labeledURI (attribute internal ID)72</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015952">Last Name (attribute field)68</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1019237">Lightweight Directory Access Protocol (LDAP)6</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004816">localityName (attribute internal ID)68</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004816">Location (attribute field)68</a></dl>
+</dl>
+<h2>M</h2>
+<dl><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015992">mail (attribute internal ID)66</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1016103">Mailing Address (attribute field)68</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015579">Manager (attribute field)69</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015579">manager (attribute internal ID)69</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1016040">member (attribute internal ID)68</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015590">mobile (attribute internal ID)69</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015590">Mobile Phone (attribute field)69</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015590">mobileTelephoneNumber (attribute internal ID)69</a><dt><dd>modifying<dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#996824">entries41</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1018061">group entries44</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1020767">NT-people entries43</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1019729">organization entries46</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1018896">organizational unit entries45</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1018988">people's entries41</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1020767">43</a></dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018167">multiple search filters27</a></dl>
+</dl>
+<h2>N</h2>
+<dl><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015595">Name (attribute field)69</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1017346">NT Domain Name (attribute field)69</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1017371">NT User Id (attribute field)70</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1018209">NT-person (entry type)60</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1017682">NTUserCreateNewAccount (attribute internal ID)66</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1017503">NTUserDelete (attribute internal ID)66</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1017364">NTUserDomainId (attribute internal ID)70</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1019356">numbers in search criteria17</a></dl>
+</dl>
+<h2>O</h2>
+<dl><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1019537">o (attribute in a distinguished name)11</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015598">o (attribute internal ID)70</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1005782">Organization (entry type)64</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015598">Organization Name (attribute field)70</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1016060">Organizational Unit (attribute field)71</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1005780">Organizational Unit (entry type)63</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1016060">organizationalUnitName (attribute internal ID)71</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015598">organizationName (attribute internal ID)70</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1019537">ou (attribute in a distinguished name)11</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1016060">ou (attribute internal ID)71</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1005719">Owner (attribute field)70</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1005719">owner (attribute internal ID)70</a></dl>
+</dl>
+<h2>P</h2>
+<dl><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1003070">Pager (attribute field)70</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1003070">pager (attribute internal ID)70</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1003070">pagerTelephoneNumber (attribute internal ID)70</a><dt><dd>passwords<dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1018988">changing41</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1020767">43</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1020703">49</a></dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#1016903">permissions53</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1005608">Person (entry type)59</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1018209">60</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1016078">Phone (attribute field)71</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1016103">postalAddress (attribute internal ID)68</a></dl>
+</dl>
+<h2>R</h2>
+<dl><dl>
+<dt><dd>renaming<dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1019773">entries47</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1018061">group entries44</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1020767">NT-people entries43</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1019729">organization entries46</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1018896">organizational unit entries45</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#1018988">people's entries41</a></dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1003082">Room Number (attribute field)71</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1003082">roomNumber (attribute internal ID)71</a></dl>
+</dl>
+<h2>S</h2>
+<dl><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1019400">search filters17</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#996824">25</a><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018095">basic syntax25</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018167">combining multiple27</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018203">examples28</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018167">syntax for multiple filters27</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1019127">using attributes26</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1019138">using operators26</a></dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016552">search results23</a><dt><dd>search types<dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018153">approximate27</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018153">equality26</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018153">exact match26</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018153">numeric comparisons27</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018153">presence27</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1019138">search filter operators and26</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1020752">specifying in Advanced Search21</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018153">substring26</a></dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1019335">searching5</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#997436">13</a><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1019373">case-sensitivity and15</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1018630">for all types of entries15</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1019829">19</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1019372">for an exact match15</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1015791">for e-mail addresses17</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016700">for groups14</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1019362">for names15</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1021638">for NT-people14</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1019356">for numbers17</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016705">for organizational units14</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1019059">19</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016702">for organizations14</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1019056">19</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016698">for people14</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1015916">19</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016571">for specific types of entries14</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1019375">for words that sound alike15</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018239">how it works29</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1015906">using Advanced Search18</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1019400">using filters17</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1019381">using initials16</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1015773">using Smart Search13</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016552">working with results23</a></dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1015931">searching for groups19</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1016146">secretary (attribute internal ID)65</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#996824">security51</a><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#1019235">directory manager56</a></dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004337">See Also (attribute field)71</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004337">seeAlso (attribute internal ID)71</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1015773">Smart Search13</a><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016571">Find field14</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#996824">search filters25</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1015791">searching for e-mail addresses17</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1019362">searching for names15</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1019381">searching for names with initials16</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1019356">searching for numbers17</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1019400">using search filters17</a></dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015952">sn (attribute internal ID)68</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016441">"sounds like" search22</a><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018301">how it works30</a></dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1019537">st (attribute in a distinguished name)11</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016434">"starts with" search22</a><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018345">how it works31</a></dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/intro.htm#1019537">street (attribute in a distinguished name)11</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016434">substring search22</a><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1019375">defined15</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/filters.htm#1018345">how it works31</a></dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015952">surname (attribute internal ID)68</a></dl>
+</dl>
+<h2>T</h2>
+<dl><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1004703">tel (attribute field format)65</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1016078">telephoneNumber (attribute internal ID)71</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1003096">Title (attribute field)71</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1003096">title (attribute internal ID)71</a><dt><dd>type field<dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1020751">in Advanced Search21</a></dl>
+</dl>
+</dl>
+<h2>U</h2>
+<dl><dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1017386">uid (attribute internal ID)70</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1016953">72</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1016060">Unit Name (attribute field)71</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015921">URL (attribute field)72</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1016953">User ID (attribute field)72</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1016953">userid (attribute internal ID)72</a></dl>
+</dl>
+<h2>W</h2>
+<dl><dl>
+<dt><dd>where field<dl>
+<dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1015967">in Advanced Search20</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1020749">options for finding anything21</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016358">options for finding groups20</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016363">options for finding organizations21</a><dt><dd><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#1016284">options for finding people20</a></dl>
+</dl>
diff --git a/ldap/clients/dsgw/html/manual/index.map b/ldap/clients/dsgw/html/manual/index.map
new file mode 100644
index 00000000..a70461c3
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/index.map
@@ -0,0 +1,49 @@
+;-------------------------------------------------------------------------
+; PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
+; license terms. Copyright 2001 Sun Microsystems, Inc.
+; Some preexisting portions Copyright 2001 Netscape Communications Corp.
+; All rights reserved.
+;-------------------------------------------------------------------------
+; -------------------------------------------MAPPINGS
+; CGIScriptName = HTMLfile#AnchorName
+; last update, sarette 10/10
+;-------------------------------------------PROGRAMS
+;
+;
+SEARCHING = search.htm
+SMARTSEARCH = search.htm#Performing a Standard Search
+ASEARCH = search.htm#Performing an Advanced Search
+
+AUTHENTICATING = auth.htm
+AUTHHELP_ID = auth.htm#userauth
+AUTHHELP_PW = auth.htm#userauth
+UNAUTH = auth.htm#logout
+AUTHPROBLEM = auth.htm#incorrectauth
+AUTHSUCCESS = auth.htm#authsuccess
+AUTHEXPIRED = auth.htm#reauth
+AUTHMULTMATCH = auth.htm#userauth
+
+EDITING = mod.htm
+EDIT_GROUP = mod.htm#groups
+EDIT_NTGROUP = mod.htm#NTgroups
+EDIT_GROUPMEM = mod.htm#addowner
+EDIT_PERSON = mod.htm#people
+EDIT_NTPERSON = mod.htm#ntpeople
+EDIT_ORG = mod.htm#o
+EDIT_ORGPERSON = mod.htm#people
+EDIT_ORGUNIT = mod.htm#ou
+MODIFYPASSWD = mod.htm#changepw
+EDIT_PERSON_REF = mod.htm#addmanager
+
+ADDING = add.htm
+ADD_NOPARENT = add.htm#tree
+ADD_GROUP = add.htm#group
+ADD_NTGROUP = add.htm#NTgroup
+ADD_PERSON = add.htm#person
+ADD_NTPERSON = add.htm#NTperson
+ADD_ORG = add.htm#o
+ADD_ORGPERSON = add.htm#person
+ADD_ORGUNIT = add.htm#ou
+ENTRYEXISTS = add.htm#uniqueDN
+
+contents = contents.html
diff --git a/ldap/clients/dsgw/html/manual/intro.htm b/ldap/clients/dsgw/html/manual/intro.htm
new file mode 100644
index 00000000..8f9ae90e
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/intro.htm
@@ -0,0 +1,70 @@
+<!--
+ PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
+ license terms. Copyright 2001 Sun Microsystems, Inc.
+ Portions copyright 1999, 2002-2003 Netscape Communications Corporation.
+ All rights reserved.
+ -->
+<html>
+<head>
+<title>Introduction to the Netscape Directory Server Interface</title>
+</head>
+
+<body>
+
+<h1>Introduction to the Directory Server Interface</h1>
+
+<p>The Netscape 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,
+ &quot;Searching the Directory Tree.&quot;</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,
+ &quot;Adding Entries.&quot;</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, &quot;Editing
+ Entries.&quot;</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, &quot;Authentication.&quot;</a></li>
+</ul>
+
+<p> </p>
+</body>
+</html>
diff --git a/ldap/clients/dsgw/html/manual/ja/add.htm b/ldap/clients/dsgw/html/manual/ja/add.htm
new file mode 100644
index 00000000..ce2805e2
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/ja/add.htm
@@ -0,0 +1,517 @@
+<!--
+ PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
+ license terms. Copyright 2001 Sun Microsystems, Inc.
+ Some preexisting portions Copyright 2001 Netscape Communications Corp.
+ All rights reserved.
+ -->
+<HTML>
+<!-- HEAD -->
+<TITLE>ディレクトリ エントリの追加
+</TITLE>
+</HEAD>
+<BODY>
+
+<H1>
+<A NAME="adding"></A>エントリの追加</H1>
+Directory Serverインタフェースを使用してディレクトリに新規エントリを追加できます。エントリを追加するには、エントリを追加できる権限がDirectory Server管理者から付与されていなければなりません。エントリの追加の前には、Directory Serverへの<A HREF="auth.htm#userauth">認証</A>が必要です。
+
+<P>Directory Serverインタフェースを使用して、以下を追加することができます。
+<UL>
+<LI>
+<A HREF="#person">ユーザ</A></LI>
+
+<LI>
+<A HREF="#NTperson">NTユーザ</A></LI>
+
+<LI>
+<A HREF="#group">グループ</A></LI>
+
+<LI>
+<A HREF="#NTgroup">NTグループ</A></LI>
+
+<LI>
+<A HREF="#ou">組織単位</A></LI>
+
+<LI>
+<A HREF="#o">組織</A></LI>
+</UL>
+初めてエントリを追加する前に、ディレクトリ ツリーおよび命名規約に関する重要な情報について、<A HREF="#guidelines">「新規エントリに関するガイドライン」</A>の項をお読みください。
+<H2>
+<A NAME="guidelines"></A>新規エントリに関するガイドライン</H2>
+ディレクトリにエントリの追加を始める前に、以下のディレクトリ概念を理解しておいてください。
+<UL>
+<LI>
+<A HREF="#tree">ディレクトリ ツリー構造</A></LI>
+
+<LI>
+<A HREF="#DN">識別名の構文</A></LI>
+
+<LI>
+<A HREF="#uniqueDN">固有の識別名</A></LI>
+</UL>
+
+<H3>
+<A NAME="tree"></A>ディレクトリ ツリー構造</H3>
+ディレクトリのデータはツリー階層で整理されています。ツリーの最上位は、ルートまたはサフィックスと呼ばれます。通常ルート エントリは、ディレクトリの組織エントリになっています。
+
+<BLOCKQUOTE><B>ノート:</B>
+<P>
+
+ご使用のディレクトリには複数のサフィックスが含まれているかもしれませんが、Directory Serverインタフェースでは、単一のサフィックスに対するエントリの検索、追加、編集のみが可能です。新規エントリの追加を開始する前に、Directory Serverインタフェースがサポートしているサフィックスを確認してください。</BLOCKQUOTE>
+
+
+<P>ルートの下にはツリーの階層があり、通常マーケティングや財務などの組織単位 があります。組織内のユーザおよびリソースのエントリは、普通、ディレクトリ ツリー構造内の組織単位階層の下に含まれています。
+
+<P>エントリの追加の際には、階層の下に新規エントリを作成する前に、その階層 ポイントを示すエントリを必ず作成してください。例えば、MarketingとAccountingのサブツリーにエントリを追加する場合、それらのサブツリー内にエントリを作成する前に、サブツリーの階層 ポイントを作成します。
+
+<PRE>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; o=Airius.com
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ou=Marketing, o=Airius.com
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <I>Marketing サブツリー エントリ</I>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ou=Accounting, o=Airius.com
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <I>Accounting サブツリー エントリ</I>
+</PRE>
+
+<H3>
+<A NAME="DN"></A>識別名の構文</H3>
+識別名(Distinguished Name = DN)を使用して、Directory Server内で固有にエントリを識別します。一連のカンマで区切られた属性と属性値を使用して、DNでエントリを指定します。DNの一番左の値は、エントリ名と、そのエントリの上の階層 ポイントを示す後続の各属性を示しています。 例:
+<PRE>uid=bjensen, ou=people, o=airius.com</PRE>
+このDNは、ディレクトリ<I>airius.com</I>内のサブディレクトリ<I>people</I>にあるエントリ<I>bjensen</I>を示しています。
+
+<P>Directory Serverに新規エントリを追加する際は、完全な識別名を入力するようプロンプトが表示されます。
+<H3>
+<A NAME="uniqueDN"></A>固有の識別名</H3>
+Directory Serverインタフェースでは、重複するエントリは作成できません。名前の重複を避けるために、ユーザの一般名(CN)ではなく、ユーザID (uid)で始まる識別名を使用します。人間が識別できるユーザIDを選んでください。つまり、ユーザIDには、文字や数字を無作為に集めたものは使用しないでください。既に電子メール システムをご使用の場合は、ユーザIDに各ユーザの電子メール アドレスの一番左の値を選択することも1つの方法です。例えば、ユーザの電子メール アドレスが
+
+<P>bjensen@airius.com
+
+<P>である場合、そのユーザのディレクトリ エントリに次のDNを選択します。
+
+<P>uid=bjensen, o=airius.com
+<H2><A NAME="person"></A>ユーザの追加</H2>
+新規ユーザを追加するには、以下に従ってください。
+<OL>
+<LI>
+[新規エントリ]タブをクリックします。</LI>
+
+<LI>
+[新規エントリ]フォームに概説されているステップに従います。このフォームの入力を終えたら、[継続]をクリックします。この操作をキャンセルするには、ブラウザ ウィンドウの[戻る]ボタンをクリックします。</LI>
+
+<LI>
+新規エントリの追加を試みる前に認証していなかったり、認証が失効している場合は、先に進む前に<A HREF="auth.htm#userauth">認証</A>するようプロンプトが表示されます。</LI>
+
+<LI>
+ディレクトリにユーザを追加する際には、そのユーザのデータを編集可能にするフォームが表示されます。このフォームは、新規ウェブ ブラウザ ウィンドウに表示されます。必須フィールドには値を入力しなければなりません。ユーザの必須フィールドは以下の通りです。
+</LI>
+
+<UL type="disc">
+<LI>
+<A HREF="attribut.htm#cn">[氏名]</A></LI>
+
+<LI>
+<A HREF="attribut.htm#sn">[姓]</A></LI>
+</UL>
+
+<LI>
+オプションのフィールドには、値を今入力することも、後で追加することもできます。ユーザのオプションのフィールドは以下の通りです。
+</LI>
+&nbsp;
+<P>
+<CENTER><TABLE BORDER=2 >
+<TR>
+<TD><A HREF="attribut.htm#givenName">[名前]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#telephoneNumber">[電話番号]
+</A></TD>
+
+<TD><A HREF="attribut.htm#mail">[電子メール アドレス]</A>&nbsp;</TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#facsimileTelephoneNumber">[ファックス]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#uid">[ユーザID]&nbsp;</A></TD>
+
+<TD><A HREF="attribut.htm#pager">[ポケットベル]&nbsp;</A></TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#mobile">[携帯電話]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#businessCategory">[事業カテゴリ]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#title">[役職]</A></TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#ou">[組織単位]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#manager">[マネージャ]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#roomNumber">[部屋番号]&nbsp;</A></TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#secretary">[秘書]&nbsp;</A></TD>
+
+<TD><A HREF="attribut.htm#departmentNumber">[部門番号]&nbsp;</A></TD>
+
+<TD><A HREF="attribut.htm#employeeNumber">[社員番号]</A>&nbsp;</TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#carLicense">[自動車ナンバープレート番号]&nbsp;</A></TD>
+
+<TD><A HREF="attribut.htm#postalAddress">[住所]&nbsp;</A></TD>
+
+<TD><A HREF="attribut.htm#description">[説明]</A>&nbsp;</TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#seeAlso">[参照]&nbsp;</A></TD>
+
+<TD><A HREF="attribut.htm#labeledUri">[URL]&nbsp;</A></TD>
+
+<TD><A HREF="attribut.htm#userPassword">[パスワード]</A>&nbsp;</TD>
+</TR>
+</TABLE>
+</CENTER>
+<BLOCKQUOTE><B>ノート:</B>
+<P>
+エントリを保存してからでないと、[マネージャ]、[秘書]、または[参照]のフィールドには値を入力できません。</BLOCKQUOTE>
+
+<LI>
+エントリの作成をキャンセルするには、フォームのあるウェブ ブラウザのウィンドウを閉じます。フォームの入力を終えたら、フォーム上部の[新規ユーザの保存]ボタンをクリックします。
+</LI>
+
+<LI>
+エントリを保存した後、<A HREF="mod.htm#addmanager">[マネージャ]と[秘書]のフィールドに値を追加</A>したり、<A HREF="mod.htm#addowner">[参照]に値を追加</A>することができます。</LI>
+</OL>
+
+<H2>
+<A NAME="NTperson"></A>NTユーザの追加</H2>
+NTユーザのエントリを作成する際には、エントリを追加するサブツリーが、同期化サービスがエントリの同期化に使用するものと同じサブツリーであることを確認してください。別の場所にNTユーザのエントリを追加すると、Windowsネットワークで同期化が行われません。
+
+<P>新規NTユーザのエントリを追加するには、以下の操作をします。
+<OL>
+<LI>
+[新規エントリ]タブをクリックします。</LI>
+
+<LI>
+[新規エントリ]フォームで概説されているステップに従います。このフォームの入力を終えたら、[継続]をクリックします。この操作をキャンセルするには、ブラウザ ウィンドウの[戻る]ボタンをクリックします。</LI>
+
+<LI>
+新規エントリの追加を試みる前に認証していなかったり、認証が失効している場合は、先に進む前に<A HREF="auth.htm#userauth">認証</A>するようプロンプトが表示されます。</LI>
+
+<LI>
+ディレクトリにNTユーザを追加する際には、そのユーザのデータを編集可能にするフォームが表示されます。このフォームは、新規ウェブ ブラウザ ウィンドウに表示されます。必須フィールドには必ず値を入力するしなければなりません。NTユーザの必須フィールドは以下の通りです。</LI>
+
+<UL type="disc">
+<LI>
+<A HREF="attribut.htm#cn">[氏名]</A></LI>
+
+<LI>
+<A HREF="attribut.htm#sn">[姓]</A></LI>
+
+<LI>
+<A HREF="attribut.htm#ntUserDomainId">[NTドメイン名]</A></LI>
+
+<LI>
+<A HREF="attribut.htm#uid">[NTユーザID]</A></LI>
+</UL>
+
+<LI>
+オプションのフィールドには、値を今入力しすることも、後で追加することもできます。ユーザのオプションのフィールドは以下の通りです。</LI>
+<P>
+<CENTER><TABLE BORDER=2 >
+<TR>
+<TD><A HREF="attribut.htm#givenName">[名前]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#telephoneNumber">[電話番号]&nbsp;</A></TD>
+
+<TD><A HREF="attribut.htm#mail">[電子メール アドレス]</A>&nbsp;</TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#facsimileTelephoneNumber">[ファックス]&nbsp;</A></TD>
+
+<TD><A HREF="attribut.htm#userPassword">[Directory Serverのパスワード]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#pager">[ポケットベル]</A>&nbsp;</TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#mobile">[携帯電話]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#businessCategory">[事業カテゴリ]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#title">[役職]</A>&nbsp;</TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#ou">[組織単位]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#manager">[マネージャ]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#roomNumber">[部屋番号]</A>&nbsp;</TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#secretary">[秘書]&nbsp;</A></TD>
+
+<TD><A HREF="attribut.htm#departmentNumber">[部門番号]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#employeeNumber">[社員番号]</A>&nbsp;</TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#carLicense">[自動車ナンバープレート番号]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#postalAddress">[住所]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#description">[説明]</A>&nbsp;</TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#seeAlso">[参照]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#labeledUri">[URL]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#uid">[ユーザID]</A></TD>
+</TR>
+</TABLE></CENTER>
+<BLOCKQUOTE><B>ノート:</B>
+<P>
+
+エントリを保存してからでないと、[マネージャ]、[秘書]、または[参照]のフィールドには値を入力できません。
+</BLOCKQUOTE>
+
+<LI>
+また、以下の2つのオプションの値も変更できます。</LI>
+
+<UL type="disc">
+<LI>
+<A HREF="attribut.htm#NTUserDelete">[ユーザが削除されたらNTアカウントを削除する]</A></LI>
+
+<LI>
+<A HREF="attribut.htm#ntUserCreateNewAccount">[新規NTアカウントの作成]</A></LI>
+</UL>
+デフォルト値が表示されます。この値を変更しないと、デフォルト値が使用されます。
+<LI>
+フォームの入力を終えたら、フォーム上部の[新規NTユーザの保存]ボタンをクリックします。エントリの作成をキャンセルするには、フォームのあるウェブ ブラウザ ウィンドウ閉じます。 </LI>
+
+<LI>
+エントリを保存した後、<A HREF="mod.htm#addmanager">[マネージャ]と[秘書]フィールドに値を追加したり、</A><A HREF="mod.htm#addowner">[参照]に値を追加</A>したりすることができます。</LI>
+</OL>
+
+<H2>
+<A NAME="group"></A>グループの追加</H2>
+新規グループのエントリを追加するには、以下の操作をします。
+<OL>
+<LI>
+[新規エントリ]タブをクリックします。</LI>
+
+<LI>
+[新規エントリ]フォームで概説されているステップに従います。このフォームの入力を終えたら、[継続]をクリックします。この操作をキャンセルするには、ブラウザ ウィンドウの[戻る]ボタンをクリックします。</LI>
+
+<LI>
+新規エントリの追加を試みる前に認証していなかったり、認証が失効している場合は、先に進む前に<A HREF="auth.htm#userauth">認証</A>するようプロンプトが表示されます。</LI>
+
+<LI>
+ディレクトリにグループを追加する際には、そのグループのデータの編集を可能にするフォームが表示されます。このフォームは、新規ウェブ ブラウザ ウィンドウに含まれています。必須フィールドに値を入力する必要があります。
+
+<A HREF="attribut.htm#cn">[名前]</A></LI>
+
+<LI>
+オプションの<A HREF="attribut.htm#description">[説明]</A>のフィールドには、値を今入力することも、後で追加することもできます。</LI>
+
+<BLOCKQUOTE><B>ノート:</B>
+<P>
+
+エントリを保存してからでないと、[所有者]、[グループ メンバー]、または[参照]のフィールドには値を入力できません。</BLOCKQUOTE>
+
+<LI>
+フォームの入力を終えたら、フォーム上部の[新規グループの保存]ボタンをクリックします。</LI>
+
+<BR>エントリの作成をキャンセルするには、フォームのあるウェブ ブラウザ ウィンドウを閉じます。
+<LI>
+エントリを保存した後、<A HREF="mod.htm#addowner">[所有者]、[グループ メンバー]、および[参照]のフィールドに値を追加できます。</A></LI>
+</OL>
+
+<H2>
+<A NAME="NTgroup"></A>NTグループの追加</H2>
+新規NTグループのエントリを追加するには、以下の操作をします。
+<OL>
+<LI>
+[新規エントリ]タブをクリックします。</LI>
+
+<LI>
+[新規エントリ]フォームで概説されているステップに従います。このフォームの入力を終えたら、[継続]をクリックします。この操作をキャンセルするには、ブラウザ ウィンドウの[戻る]ボタンをクリックします。</LI>
+
+<LI>
+新規エントリの追加を試みる前に認証していなかったり、認証が失効している場合は、先に進む前に<A HREF="auth.htm#userauth">認証</A>するようプロンプトが表示されます。</LI>
+
+<LI>
+ディレクトリにNTグループを追加する際には、そのグループのデータの編集を可能にするフォームが表示されます。このフォームは、新規ウェブ ブラウザ ウィンドウに含まれています。必須フィールドには値を必ず入力しなければなりません。NTグループの必須フィールドは以下の通りです。</LI>
+
+<UL type="disc">
+<LI>
+<A HREF="attribut.htm#cn">[名前]</A></LI>
+
+<LI>
+<A HREF="attribut.htm#ntGroupId">[NTグループ名]</A></LI>
+
+<LI>
+<A HREF="attribut.htm#ntGroupDomainId">[NTグループ ドメイン]</A></LI>
+
+</UL>
+
+<LI>
+オプションのフィールドには、値を今入力することも、後で追加することもできます。NTグループのオプションのフィールドは以下の通りです。</LI>
+&nbsp;
+<CENTER><TABLE BORDER=2 >
+<TR>
+<TD><A HREF="attribut.htm#description">[説明]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#owner">[所有者]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#l">[言語情報]</A></TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#uniqueMember">[NTグループ メンバー]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#seeAlso">[参照]</A></TD>
+
+<TD><A HREF="attribut.htm#ou">[組織単位]</A></TD>
+</TR>
+</TABLE>
+
+</CENTER>
+<P>
+<BLOCKQUOTE><B>ノート:</B>
+<P>
+
+エントリを保存してからでないと、[所有者]、[NTグループ メンバー]、または[参照]のフィールドに値を入力できません。</BLOCKQUOTE>
+
+<LI>
+また、<A HREF="attribut.htm#ntGroupDeleteGroup">[グループが削除されるとNTグループも削除する]</A>オプションの値も変更できます。</LI>
+
+<LI>
+フォームの入力を終えたら、フォーム上部の[新規グループの保存]ボタンをクリックします。</LI>
+
+<BR>エントリの作成をキャンセルするには、フォームを含むウェブ ブラウザ ウィンドウ閉じます。
+<LI>
+エントリを保存した後、<A HREF="mod.htm#addowner">[NTグループ メンバー]、[所有者]、および[参照]のフィールドに値を追加</A>することができます。</LI>
+</OL>
+
+<H2>
+<A NAME="ou"></A>組織単位の追加</H2>
+新規組織のエントリを追加するには、以下の操作をします。
+<OL>
+<LI>
+[新規エントリ]タブをクリックします。</LI>
+
+<LI>
+[新規エントリ]フォームで概説されているステップに従います。このフォームの入力を終えたら、[継続]をクリックします。この操作をキャンセルするには、ブラウザ ウィンドウの[戻る]ボタンをクリックします。</LI>
+
+<LI>
+新規エントリの追加を試みる前に認証していなかったり、認証が失効している場合は、先に進む前に<A HREF="auth.htm#userauth">認証</A>するようプロンプトが表示されます。</LI>
+
+<LI>
+ディレクトリに組織単位を追加する際には、その組織のデータの編集を可能にするフォームが表示されます。このフォームは、新規ウェブ ブラウザ ウィンドウに表示されます。必須フィールドには必ず値を入力しなければなりません。組織単位の必須フィールドは<A HREF="attribut.htm#ou">[単位名]</A>です。</LI>
+
+<LI>
+オプションのフィールドには、値を今入力することも、後で追加することもできます。組織単位のオプションのフィールドは以下の通りです。</LI>
+&nbsp;
+<CENTER><TABLE BORDER=2 >
+<TR>
+<TD><A HREF="attribut.htm#description">[説明]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#telephoneNumber">[電話番号]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#businessCategory">[事業カテゴリ]</A>&nbsp;</TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#facsimileTelephoneNumber">[ファックス]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#l">[場所]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#postalAddress">[住所]</A>&nbsp;</TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#seeAlso">[参照]</A>&nbsp;</TD>
+
+<TD>&nbsp;</TD>
+
+<TD>&nbsp;</TD>
+</TR>
+</TABLE></CENTER>
+<P>
+<LI>
+フォームの入力を終えたら、フォーム上部の[新規組織単位の保存]ボタンをクリックします。エントリの作成をキャンセルするには、フォームを含むウェブ ブラウザ ウィンドウ閉じます。</LI>
+</OL>
+
+<H2><A NAME="o"></A>組織の追加</H2>
+新規組織のエントリを追加するには、以下の操作をします。
+<OL>
+<LI>
+[新規エントリ]タブをクリックします。</LI>
+
+<LI>
+[新規エントリ]フォームで概説されているステップに従います。このフォームの入力を終えたら、[継続]をクリックします。この操作をキャンセルするには、ブラウザ ウィンドウの[戻る]ボタンをクリックします。</LI>
+
+<LI>
+新規エントリの追加を試みる前に認証していなかったり、認証が失効している場合は、先に進む前に<A HREF="auth.htm#userauth">認証</A>するようプロンプトが表示されます。</LI>
+
+<LI>
+ディレクトリ ツリーに最初に情報をセットアップする場合に限り、組織の追加がサポートされています。追加する組織は、Directory Serverのインストール時に[データベース サブツリー]フィールドで指定した組織と一致していなければなりません。たとえば、</LI>
+
+<PRE>o=Airius.com</PRE>の値を[データベース サブツリー]フィールドに指定した場合は、組織を追加する際にも、
+<PRE>o=Airius.com</PRE>の値を指定する必要があります。Directory Serverは、データベース サブツリーとディレクトリ エントリが共存可能であるかを確認するため、追加操作をチェックします。明らかに<PRE>o=Airius.com</PRE>以外の値は、
+<PRE>o=Airius.com</PRE>の下には共存できません。その結果、追加操作は拒否されます。
+
+<LI>
+必須フィールドである<A HREF="attribut.htm#o">[組織名]</A>には必ず値を入力しなければなりません。</LI>
+
+<LI>
+オプションのフィールドには、値を今入力することも、後で追加することもできます。組織のオプションのフィールドは以下の通りです。</LI>
+<P>
+<CENTER><TABLE BORDER=2 >
+<TR>
+<TD><A HREF="attribut.htm#description">[説明]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#telephoneNumber">[電話番号]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#businessCategory">[事業カテゴリ]</A>&nbsp;</TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#facsimileTelephoneNumber">[ファックス]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#l">[場所]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#postalAddress">[住所]</A>&nbsp;</TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#seeAlso">[参照]</A>&nbsp;</TD>
+
+<TD>&nbsp;</TD>
+
+<TD>&nbsp;</TD>
+</TR>
+</TABLE></CENTER>
+<P>
+<LI>
+フォームの入力を終えたら、フォーム上部の[新規組織の保存]ボタンをクリックします。エントリの作成をキャンセルするには、フォームを含むウェブ ブラウザ ウィンドウ閉じます。</LI>
+</OL>
+
+</BODY>
+</HTML>
+
+
diff --git a/ldap/clients/dsgw/html/manual/ja/attribut.htm b/ldap/clients/dsgw/html/manual/ja/attribut.htm
new file mode 100644
index 00000000..ee84baaf
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/ja/attribut.htm
@@ -0,0 +1,7139 @@
+<!--
+ PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
+ license terms. Copyright 2001 Sun Microsystems, Inc.
+ Some preexisting portions Copyright 2001 Netscape Communications Corp.
+ All rights reserved.
+ -->
+<html>
+<!-- HEAD -->
+<title></title>
+</head>
+
+<body>
+
+<A NAME="996822">
+<H1>
+</H1>
+</A>
+<A NAME="997293">
+<P>
+</A><A NAME="1002619">
+<H1>属性
+</H1>
+</A>
+
+<A NAME="996830">
+<br>
+この付録では、属性の定義について解説しています。Directory Serverで使用されるスキーマ属性の大部分は標準LDAPプロトコルの一部であり、X.500規格に基づいています。しかし、Directory Serverの属性のなかには、 LDAPの導入に使用するためにNetscape社が作成した拡張もあります。属性がNetscape社によって作成されたもので、標準LDAPスキーマの一部でない場合は、そのオブジェクト クラスや属性の説明にその旨が示されています。<P></A>
+
+<A NAME="1071459">
+Directory Serverスキーマの内容および用途に関する詳細は、『Netscape Directoryの導入』をご覧ください。<P></A>
+
+<A NAME="1078428">
+スキーマにおけるオブジェクト クラスに関する詳細は、<a href="objclass.htm#1002619">付録 A「オブジェクト クラス」</a>をご覧ください。<P></A>
+
+
+<A NAME="1020843">&nbsp;
+</A>
+<A NAME="Attribute Definitions">
+<H2>属性の定義</H2>
+</A>
+
+<A NAME="1004519">
+以下に、ディレクトリ ツリー内のエントリの記述に使用された属性が定義されています。各オブジェクト クラスに必要でしかも許可されている属性を判定するには、<a href="objclass.htm#1002619">付録 A「オブジェクト クラス」</a>をご覧ください。<P></A>
+
+<A NAME="1004699">
+属性情報の性質を記述する構文の定義が、属性ごとに記載されています。この構文は、Directory Serverでソートやパターンマッチを実行しているときに限り重要となります。それ以外の場合、例えば、識別名を要求する属性に電話番号を入力するような場合に、入力を制限するものではありませ。<P></A>
+
+<A NAME="1067002">
+可能な属性構文:<P></A>
+<ul><A NAME="1004700">
+<LI>bin -- バイナリ<BR>
+</A>
+<A NAME="1004701">
+<LI>ces -- 大文字小文字を区別する文字列 (比較の際に大小文字が一致する必要があります。)<BR>
+</A>
+<A NAME="1004702">
+<LI>cis -- 大文字小文字を区別しない文字列 (比較の際に大小文字の区別が無視されます。)<BR>
+</A>
+<A NAME="1004703">
+<LI>tel -- 電話番号 (cisと同じですが、比較の際にブランクとダッシュ (-) が無視されます。)<BR>
+</A>
+<A NAME="1004704">
+<LI>dn -- 識別名<BR>
+</A>
+<A NAME="1243260">
+<LI>int -- 整数<BR>
+</A>
+<A NAME="1251525">
+<LI>operational -- 予約されています。検索結果には、動作属性は表示されません。<BR>
+</A>
+</ul>
+<A NAME="1072472">
+標準的な属性は、次のファイルで定義されています。<P></A>
+<A NAME="1072513">
+<PRE> NSHOME/slapd-[server]/config/slapd.at.conf
+</PRE>
+</A>
+
+
+<A NAME="1201644">&nbsp;
+</A>
+<A NAME="abstract">
+<H3> abstract</H3>
+</A>
+
+
+
+<A NAME="1201645">
+ドキュメント エントリの概要を示します。<P></A>
+
+<A NAME="1201648">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1104078">&nbsp;
+</A>
+<A NAME="accountUnlockTime">
+<H3> accountUnlockTime</H3>
+</A>
+
+
+
+<A NAME="1154996">
+ディレクトリへのバインドに指定回数失敗した後、ユーザー アカウントのロックが解除されるまでの時間を秒数で定義します。<P></A>
+<A NAME="1154997">
+<PRE> accountUnlockTime: 600
+</PRE>
+</A>
+
+<A NAME="1104080">
+構文: <a href="attribut.htm#1004702">cis operational</a><P></A>
+
+
+<A NAME="1171292">&nbsp;
+</A>
+<A NAME="aci">
+<H3> aci</H3>
+</A>
+
+
+
+<A NAME="1171293">
+このエントリに関するDirectory Serverのアクセス制御情報を保存します。例:<P></A>
+<A NAME="1171294">
+<PRE> aci: (target="ldap:///<I>o=Airius.com</I>")(version 3.0;<br>
+ acl "anonymous access"; allow (read, search, compare)<br>
+ userdn=ldap:///self;)
+</PRE>
+</A>
+
+<A NAME="1171296">
+構文: <a href="attribut.htm#1004700">ces</a><P></A>
+
+<A NAME="1171297">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1032956">&nbsp;
+</A>
+<A NAME="administratorContactInfo">
+<H3>administratorContactInfo</H3>
+</A>
+
+
+
+<A NAME="1032957">
+Netscapeサーバーの管理責任者に関する情報への、URLを供給します。この属性はNetscape社の拡張機能で、<a href="attribut.htm#">netscapeServer</a>オブジェクト クラスが使用します。通常、この属性と属性値は、Netscapeサーバーを初めてインストールする際に、ディレクトリに書き込まれます。例: <P></A>
+<A NAME="1032959">
+<PRE> administratorContactInfo: ldap://<I>uid=ssarette, o=Airius.com
+</I></PRE>
+</A>
+
+<A NAME="1098446">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1098448">&nbsp;
+</A>
+<A NAME="adminUrl">
+<H3>adminUrl</H3>
+</A>
+
+
+
+<A NAME="1098449">
+Netscapeサーバーを管理できるアドミニストレーション サーバーへの、URLを供給します。この属性はNetscape社の拡張機能で、<a href="attribut.htm#">netscapeServer</a>オブジェクト クラスが使用します。通常、この属性と属性値は、Netscapeサーバーを初めてインストールする際に、ディレクトリに書き込まれます。 例:<P></A>
+<A NAME="1033050">
+<PRE> adminUrl: http://twain.airius.com:2468
+</PRE>
+</A>
+
+<A NAME="1033052">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1201653">&nbsp;
+</A>
+<A NAME="aliasedObjectName">
+<H3> aliasedObjectName</H3>
+</A>
+
+
+
+<A NAME="1206908">
+ディレクトリにおけるエイリアス エントリを示すために、Directory Serverによって使用されます。 この属性には、エイリアスであるエントリの元のエントリの識別名が含まれます。例:<P></A>
+<A NAME="1206909">
+<PRE> aliasedObjectName:<I> cn=jdoe, o=Airius.com
+</I></PRE>
+</A>
+
+<A NAME="1206911">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+
+<A NAME="1243116">&nbsp;
+</A>
+<A NAME="altServer">
+<H3> altServer</H3>
+</A>
+
+
+
+<A NAME="1243117">
+未定義。<P></A>
+
+<A NAME="1243120">
+構文: <a href="attribut.htm#1004701">ces</a><P></A>
+
+
+<A NAME="1102441">&nbsp;
+</A>
+<A NAME="archiveFile">
+<H3> archiveFile</H3>
+</A>
+
+
+
+<A NAME="1102442">
+特定のメールニュース グループに送信された各メッセージのコピーが含まれているファイルのパス名が含まれます。<P></A>
+
+<A NAME="1102443">
+構文: <a href="attribut.htm#1004701">ces</a><P></A>
+
+
+<A NAME="1201668">&nbsp;
+</A>
+<A NAME="associatedDomain">
+<H3> associatedDomain</H3>
+</A>
+
+
+<a name="1219687">
+<BLOCKQUOTE>
+DITにおけるオブジェクトに関係するDNSドメインを示します。例えば、
+C=US, O=Airius Corporationという識別名を持つ DITにおけるエントリには、"AC.US. という関連ドメインがあります。rfc822の順ですべてのドメインを示す必要があることに注意してください。例:
+
+</BLOCKQUOTE>
+</a>
+<A NAME="1201670">
+<PRE> associatedDomain: US
+</PRE>
+</A>
+
+<A NAME="1201672">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1201675">&nbsp;
+</A>
+<A NAME="associatedName">
+<H3> associatedName</H3>
+</A>
+
+
+
+<A NAME="1218672">
+DNSドメインに関係する組織的DITにおけるエントリを指定します。例:<P></A>
+<A NAME="1201677">
+<PRE> associatedName:<I> c=us
+</I></PRE>
+</A>
+
+<A NAME="1201679">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+
+<A NAME="1242644">&nbsp;
+</A>
+<A NAME="attributeTypes">
+<H3> attributeTypes</H3>
+</A>
+
+
+
+<A NAME="1242645">
+未定義。<P></A>
+
+<A NAME="1242648">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1201684">&nbsp;
+</A>
+<A NAME="audio">
+<H3>audio</H3>
+</A>
+
+
+
+<A NAME="1209771">
+バイナリ形式のサウンド ファイルを含みます。この属性は、u-法でコードされた音声ファイルを使用します。例:<P></A>
+
+<A NAME="1201686">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1201689">&nbsp;
+</A>
+<A NAME="authorCn">
+<H3> authorCn</H3>
+</A>
+
+
+
+<A NAME="1201690">
+ドキュメント エントリの著者の一般名が含まれます。例:<P></A>
+<A NAME="1201691">
+<PRE> authorCn: Kacey
+</PRE>
+</A>
+
+<A NAME="1201693">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1201696">&nbsp;
+</A>
+<A NAME="authorSn">
+<H3> authorSn</H3>
+</A>
+
+
+
+<A NAME="1201697">
+ドキュメント エントリの著者の苗字が含まれます。例:<P></A>
+<A NAME="1201698">
+<PRE> authorSn: Doe
+</PRE>
+</A>
+
+<A NAME="1201700">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1207170">&nbsp;
+</A>
+<A NAME="authorityRevocationList">
+<H3>authorityRevocationList</H3>
+</A>
+
+
+
+<A NAME="1207172">
+無効になったCA証明書のテキスト コード リストを含みます。これはお薦めしません。代わりにauthorityRevocationList;binaryをご使用ください。<P></A>
+
+<A NAME="1207174">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1207178">&nbsp;
+</A>
+<A NAME="authorityRevocationList;binary">
+<H3>authorityRevocationList;binary</H3>
+</A>
+
+
+
+<A NAME="1207180">
+無効になったCertification Authority証明書のバイナリ リストを含みます。例: <P></A>
+
+<A NAME="1207182">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1201711">&nbsp;
+</A>
+<A NAME="buildingName">
+<H3> buildingName</H3>
+</A>
+
+
+
+<A NAME="1201712">
+エントリに関係するビルの名前を定義します。例:<P></A>
+<A NAME="1201713">
+<PRE> buildingName: 14
+</PRE>
+</A>
+
+<A NAME="1201715">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1171367">&nbsp;
+</A>
+<A NAME="businessCategory">
+<H3> businessCategory</H3>
+</A>
+
+
+
+<A NAME="1171368">
+エントリが従事する事業タイプを示します。これは、企業の部門レベルで行われるような広範で一般的なものでなければなりません。<P></A>
+
+<A NAME="1171369">
+例:<P></A>
+<A NAME="1171370">
+<PRE> businessCategory: Engineering
+</PRE>
+</A>
+
+<A NAME="1208474">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1240535">&nbsp;
+</A>
+<A NAME="c">
+<H3> c</H3>
+</A>
+
+
+
+<A NAME="1240536">
+ディレクトリにおける国名を表す、ISO定義による2文字のコードが含まれます。例えば、アイルランドの2文字コードは、次のように使用します。<P></A>
+<A NAME="1240537">
+<PRE> countryName: IE
+</PRE>
+</A>
+
+<A NAME="1240538">
+または、<P></A>
+<A NAME="1240539">
+<PRE> c: IE
+</PRE>
+</A>
+
+<A NAME="1240541">
+<a href="attribut.htm#">略号</a>: c<P></A>
+
+<A NAME="1240543">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1208564">&nbsp;
+</A>
+<A NAME="cACertificate">
+<H3>cACertificate</H3>
+</A>
+
+
+
+<A NAME="1208566">
+CA証明書のテキスト コード版を含みます。これはお薦めしません。代わりにcACertificate;binary をご使用ください。<P></A>
+
+<A NAME="1208568">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1208584">&nbsp;
+</A>
+<A NAME="cACertificate;binary">
+<H3> cACertificate;binary</H3>
+</A>
+
+
+
+<A NAME="1208586">
+バイナリ形式のCAの証明書が含まれます。<P></A>
+
+<A NAME="1208588">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1003044">&nbsp;
+</A>
+<A NAME="carLicense">
+<H3> carLicense</H3>
+</A>
+
+
+
+<A NAME="1003045">
+エントリの自動車ナンバープレート番号を示します。例:<P></A>
+<A NAME="1003256">
+<PRE> carLicense: 6ABC246
+</PRE>
+</A>
+
+<A NAME="1003274">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1007950">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1208746">&nbsp;
+</A>
+<A NAME="certificateRevocationList">
+<H3>certificateRevocationList</H3>
+</A>
+
+
+
+<A NAME="1208748">
+無効になったユーザ証明書リストのテキスト コード版を含みます。これはお薦めしません。代わりにcertificateRevocationList;binaryをご使用ください。<P></A>
+
+<A NAME="1208708">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1208727">&nbsp;
+</A>
+<A NAME="certificateRevocationList;binary">
+<H3> certificateRevocationList;binary</H3>
+</A>
+
+
+
+<A NAME="1208729">
+無効になったユーザー証明書リストがバイナリ形式で含まれます。<P></A>
+
+<A NAME="1208731">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1103361">&nbsp;
+</A>
+<A NAME="changelog">
+<H3>changeLog</H3>
+</A>
+
+
+
+<A NAME="1251549">
+Directory Serverの変更ログ記録を保持するコンテナ オブジェクトの識別名を含みます。例: <P></A>
+<PRE><A NAME="1251550">
+changeLog: cn=changelog
+</A>
+</PRE>
+<A NAME="1103363">
+OID: <code>2.16.840.1.113730.3.1.35</code><P></A>
+
+<A NAME="1277486">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+<P>
+<A NAME="1171397">&nbsp;
+</A>
+<A NAME="changeLogMaximumAge">
+<H3> changeLogMaximumAge</H3>
+</A>
+
+
+
+<A NAME="1171398">
+変更ログ内のエントリの最高年齢を秒単位で示します。指定された最高年齢を越えるとエントリは破棄されます。例:<P></A>
+<A NAME="1171399">
+<PRE> changeLogMaximumAge: 86000
+</PRE>
+</A>
+
+<A NAME="1171401">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1171402">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1171405">&nbsp;
+</A>
+<A NAME="changeLogMaximumSize">
+<H3> changeLogMaximumSize</H3>
+</A>
+
+
+
+<A NAME="1171406">
+変更ログファイルの最大容量をバイトで示します。最大容量を越えるとエントリはこのファイルから破棄されます。例:<P></A>
+<A NAME="1171407">
+<PRE> changeLogMaximumSize: 2400000
+</PRE>
+</A>
+
+<A NAME="1171409">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1171410">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1094798">&nbsp;
+</A>
+<A NAME="changeNumber">
+<H3> changeNumber</H3>
+</A>
+
+
+
+<A NAME="1094841">
+未定義。<P></A>
+
+<A NAME="1095210">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1095277">&nbsp;
+</A>
+<A NAME="changes">
+<H3> changes</H3>
+</A>
+
+
+
+<A NAME="1095278">
+未定義。<P></A>
+
+<A NAME="1095281">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1095285">&nbsp;
+</A>
+<A NAME="changeTime">
+<H3> changeTime</H3>
+</A>
+
+
+
+<A NAME="1095286">
+未定義。<P></A>
+
+<A NAME="1095289">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1094968">&nbsp;
+</A>
+<A NAME="changeType">
+<H3> changeType</H3>
+</A>
+
+
+
+<A NAME="1094969">
+エントリに行われた変更のタイプを示します。changeTypeの値は、add、delete、modify、またはmodrdnです。例:<P></A>
+<A NAME="1094970">
+<PRE> changeType: modify
+</PRE>
+</A>
+
+<A NAME="1094972">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1103818">&nbsp;
+</A>
+<A NAME="cirBeginORC">
+<H3> cirBeginORC</H3>
+</A>
+
+
+
+<A NAME="1149985">
+複製の前に、消費サーバーがディレクトリの内容を消去する必要があるかどうかを定義します。この属性の値が存在しない場合は、内容は消去されません。この属性には、startとstopの値が許可されています。startでディレクトリの内容が消去され、stopでこの動作が中止されます。 例:<P></A>
+<A NAME="1151379">
+<PRE> cirBeginORC: start
+</PRE>
+</A>
+
+<A NAME="1103820">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1101818">&nbsp;
+</A>
+<A NAME="cirBindCredentials">
+<H3> cirBindCredentials</H3>
+</A>
+
+
+
+<A NAME="1101820">
+未定義。<P></A>
+
+<A NAME="1101823">
+構文: <a href="attribut.htm#1004701">ces</a><P></A>
+
+
+<A NAME="1101379">&nbsp;
+</A>
+<A NAME="cirBindDn">
+<H3> cirBindDn</H3>
+</A>
+
+
+
+<A NAME="1101380">
+未定義。 <P></A>
+
+<A NAME="1101383">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+
+<A NAME="1101250">&nbsp;
+</A>
+<A NAME="cirHost">
+<H3> cirHost</H3>
+</A>
+
+
+
+<A NAME="1101251">
+未定義。 <P></A>
+
+<A NAME="1101254">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1101860">&nbsp;
+</A>
+<A NAME="cirLastUpdateApplied">
+<H3> cirLastUpdateApplied</H3>
+</A>
+
+
+
+<A NAME="1122710">
+未定義。<P></A>
+
+<A NAME="1101865">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1101283">&nbsp;
+</A>
+<A NAME="cirPort">
+<H3> cirPort</H3>
+</A>
+
+
+
+<A NAME="1101284">
+未定義。 <P></A>
+
+<A NAME="1101287">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1101135">&nbsp;
+</A>
+<A NAME="cirReplicaRoot">
+<H3> cirReplicaRoot</H3>
+</A>
+
+
+
+<A NAME="1101136">
+未定義。 <P></A>
+
+<A NAME="1101139">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+
+<A NAME="1102148">&nbsp;
+</A>
+<A NAME="cirSyncInterval">
+<H3> cirSyncInterval</H3>
+</A>
+
+
+
+<A NAME="1149751">
+ディレクトリの複製部分に変更が行われたかどうかを定期的にチェックするため、消費サーバーによって供給サーバーに問合せが行われます。この属性は、消費サーバーによる供給サーバーへの問合せ間隔を秒単位で定義します。例:<P></A>
+<A NAME="1102151">
+<PRE> cirSyncInterval: 3600
+</PRE>
+</A>
+
+<A NAME="1102153">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1102114">&nbsp;
+</A>
+<A NAME="cirUpdateFailedat">
+<H3> cirUpdateFailedat</H3>
+</A>
+
+
+
+<A NAME="1146224">
+未定義。<P></A>
+
+<A NAME="1102119">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1102001">&nbsp;
+</A>
+<A NAME="cirUpdateSchedule">
+<H3> cirUpdateSchedule</H3>
+</A>
+
+
+
+<A NAME="1102003">
+複製の発生が可能な時間帯を定義します。例:<P></A>
+<A NAME="1148927">
+<PRE> cirUpdateSchedule: 0100-0400
+</PRE>
+</A>
+<A NAME="1148928">
+<PRE> cirUpdateSchedule: * 06
+</PRE>
+</A>
+<A NAME="1148929">
+<PRE> cirUpdateSchedule: 1145-1300 24
+</PRE>
+</A>
+
+<A NAME="1148930">
+これらの値の意味:<P></A>
+<A NAME="1148931">
+<PRE> 毎日、午前1時から午前4時まで
+</PRE>
+</A>
+<A NAME="1148932">
+<PRE> 土曜と日曜の終日
+</PRE>
+</A>
+<A NAME="1148933">
+<PRE> 火曜と木曜の午前11時45分から午後1時まで
+</PRE>
+</A>
+
+
+<A NAME="1101691">&nbsp;
+</A>
+<A NAME="cirUsePersistentSearch">
+<H3> cirUsePersistentSearch</H3>
+</A>
+
+
+
+<A NAME="1101693">
+未定義。 <P></A>
+
+<A NAME="1101696">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1101735">&nbsp;
+</A>
+<A NAME="cirUseSsl">
+<H3> cirUseSsl</H3>
+</A>
+
+
+
+<A NAME="1101737">
+未定義。 <P></A>
+
+<A NAME="1101740">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1171494">&nbsp;
+</A>
+<A NAME="cn">
+<H3> cn</H3>
+</A>
+
+
+
+<A NAME="1171495">
+LDAPReplicaまたはLDAPServer以外のオブジェクト クラスへの参照時に、cnでエントリの一般名または氏名が示されます。例:<P></A>
+<A NAME="1171496">
+<PRE> commonName: Bill Anderson
+</PRE>
+</A>
+
+<A NAME="1171497">
+または、<P></A>
+<A NAME="1171498">
+<PRE> cn: Bill Anderson
+</PRE>
+</A>
+
+<A NAME="1171499">
+LDAPReplicaまたはLDAPServer以外のオブジェクト クラスへの参照時に、複製されたディレクトリ ツリーのサーバーとルートのDNS名を識別名形式に変換したものを示します。例:<P></A>
+<A NAME="1171500">
+<PRE> commonName: replicater.netscape.com:17430/o%3Dairius<br>
+ %2Cc%3us
+</PRE>
+</A>
+
+<A NAME="1171501">
+または、<P></A>
+<A NAME="1171502">
+<PRE> cn: replicater.netscape.com:17430/o%3Dairius%2Cc%3us
+</PRE>
+</A>
+
+<A NAME="1171504">
+<a href="attribut.htm#">略号</a>: cn<P></A>
+
+<A NAME="1171506">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1241971">&nbsp;
+</A>
+<A NAME="createTimestamp">
+<H3> createTimestamp</H3>
+</A>
+
+
+
+<A NAME="1241973">
+未定義。 <P></A>
+
+<A NAME="1241975">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1242331">&nbsp;
+</A>
+<A NAME="creatorsName">
+<H3> creatorsName</H3>
+</A>
+
+
+
+<A NAME="1242332">
+エントリ作成者の識別名(dn)が含まれます。例:<P></A>
+<A NAME="1242333">
+<PRE> creatorsName: <I>cn=jdoe, o=airius.com
+</I></PRE>
+</A>
+
+<A NAME="1242335">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+
+<A NAME="1208784">&nbsp;
+</A>
+<A NAME="crossCertificatePair">
+<H3>crossCertificatePair</H3>
+</A>
+
+
+
+<A NAME="1208786">
+将来の使用に予約。これはお薦めしません。代わりにcrossCertificatePair;binaryをご使用ください。<P></A>
+
+<A NAME="1208788">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1208791">&nbsp;
+</A>
+<A NAME="crossCertificatePair;binary">
+<H3> crossCertificatePair;binary</H3>
+</A>
+
+
+
+<A NAME="1208793">
+将来の使用のために予約されています。<P></A>
+
+<A NAME="1208795">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1245094">&nbsp;
+</A>
+<A NAME="dc">
+<H3> dc</H3>
+</A>
+
+
+
+<A NAME="1245095">
+DNSドメインを指定します。例:<P></A>
+<A NAME="1245096">
+<PRE> domainComponent: uk
+</PRE>
+</A>
+<A NAME="1245097">
+<PRE>または、
+</PRE>
+</A>
+<A NAME="1245098">
+<PRE> dc: uk
+</PRE>
+</A>
+
+<A NAME="1245100">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1095547">&nbsp;
+</A>
+<A NAME="deleteOldRdn">
+<H3> deleteOldRdn</H3>
+</A>
+
+
+
+<A NAME="1095597">
+エントリの識別属性としてエントリの古いRDNを保持するか、または削除するかを定義するフラグ。値<code>False</code>は識別属性としてRDNが保持されることを、値<code>True</code>はエントリの識別属性としてRDNが保持されないことを示します。<code>True</code>または<code>False</code>以外の値がdeleteOldRDNの属性に含まれている場合や、deleteOldRDNに複数の値が含まれている場合は、RDNが識別属性として保持されます(つまり、値が存在しなかったり、無効な値が存在する場合、<code>False</code>がデフォルトです)。<P></A>
+<A NAME="1095550">
+<PRE> deleteOldRdn: False
+</PRE>
+</A>
+
+<A NAME="1095552">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1241799">&nbsp;
+</A>
+<A NAME="deltaRevocationList;binary">
+<H3> deltaRevocationList;binary</H3>
+</A>
+
+
+
+<A NAME="1241800">
+未定義。<P></A>
+
+<A NAME="1241803">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1095560">&nbsp;
+</A>
+<A NAME="departmentNumber">
+<H3> departmentNumber</H3>
+</A>
+
+
+
+<A NAME="1095562">
+Identifies the entryユs department number. 例:<P></A>
+<A NAME="1095563">
+<PRE> departmentNumber: 2604
+</PRE>
+</A>
+
+<A NAME="1095565">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1095566">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1171528">&nbsp;
+</A>
+<A NAME="description">
+<H3> description</H3>
+</A>
+
+
+
+<A NAME="1171529">
+エントリを説明します。ユーザーや組織の場合に、その役割や作業の割当てが説明に含まれることがよくあります。例:<P></A>
+<A NAME="1171530">
+<PRE> description: Quality control inspector for the ME2873 product line (ME2873製品ラインの品質管理検査者)
+</PRE>
+</A>
+
+<A NAME="1171532">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1201824">&nbsp;
+</A>
+<A NAME="destinationIndicator">
+<H3> destinationIndicator</H3>
+</A>
+
+
+
+<A NAME="1201825">
+この属性は電報サービスによって使用されます。<P></A>
+
+<A NAME="1201828">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1201831">&nbsp;
+</A>
+<A NAME="ditRedirect">
+<H3> ditRedirect</H3>
+</A>
+
+
+
+<A NAME="1211719">
+あるエントリで記述されるオブジェクトが、DIT内により新しいエントリを持つようになったことを示すのに使用します。個人の仕事場が変わったため新しい組織DNを得た場合などに、この属性を使用します。例:<P></A>
+<A NAME="1201833">
+<PRE> ditRedirect: <I>cn=jdoe, o=airius.com
+</I></PRE>
+</A>
+
+<A NAME="1201835">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+
+<A NAME="1100403">&nbsp;
+</A>
+<A NAME="dn">
+<H3> dn</H3>
+</A>
+
+
+
+<A NAME="1100404">
+エントリの識別名 (dn - distinguished name)を定義します。例:<P></A>
+<A NAME="1171552">
+<PRE> <I>dn: cn=Jane Doe, ou=Quality Control, o=airius.com
+</I></PRE>
+</A>
+
+<A NAME="1100407">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+
+<A NAME="1201841">&nbsp;
+</A>
+<A NAME="dnsRecord">
+<H3> dnsRecord</H3>
+</A>
+
+
+
+<A NAME="1218890">
+タイプA (Address)、タイプMX (Mail Exchange)、タイプNS (Name Server)、およびタイプ SOA (Start Of Authority) のリソース レコードを含むDNS リソース レコードを指定します。例:<P></A>
+<A NAME="1218996">
+<PRE> dnsRecord: IN NS ns.uu.net.
+</PRE>
+</A>
+
+<A NAME="1201844">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1241256">&nbsp;
+</A>
+<A NAME="dnQualifier">
+<H3> dnQualifier</H3>
+</A>
+
+
+
+<A NAME="1241257">
+未定義。<P></A>
+
+<A NAME="1241260">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1201847">&nbsp;
+</A>
+<A NAME="documentAuthor">
+<H3> documentAuthor</H3>
+</A>
+
+
+
+<A NAME="1201848">
+ドキュメント エントリの著者の識別名が含まれます。例:<P></A>
+<A NAME="1201849">
+<PRE> documentAuthor: <I>cn=John Doe, o=Airius.com</I>
+</PRE>
+</A>
+
+<A NAME="1201851">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+
+<A NAME="1201854">&nbsp;
+</A>
+<A NAME="documentIdentifier">
+<H3> documentIdentifier</H3>
+</A>
+
+
+
+<A NAME="1214845">
+ドキュメントの一意の識別子を示します。例:<P></A>
+<A NAME="1201856">
+<PRE> documentIdentifier: L3204REV1
+</PRE>
+</A>
+
+<A NAME="1201858">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1201861">&nbsp;
+</A>
+<A NAME="documentLocation">
+<H3> documentLocation</H3>
+</A>
+
+
+
+<A NAME="1201862">
+ドキュメント エントリの元のコピー場所を定義します。例:<P></A>
+<A NAME="1201863">
+<PRE> documentLocation: Department Library
+</PRE>
+</A>
+
+<A NAME="1201865">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1201868">&nbsp;
+</A>
+<A NAME="documentPublisher">
+<H3> documentPublisher</H3>
+</A>
+
+
+
+<A NAME="1216107">
+ドキュメントをパブリッシュしたユーザーおよび/または組織。例:<P></A>
+<A NAME="1201870">
+<PRE> documentPublisher: Southeastern Publishing
+</PRE>
+</A>
+
+<A NAME="1201872">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1201877">&nbsp;
+</A>
+<A NAME="documentStore">
+<H3> documentStore</H3>
+</A>
+
+
+
+<A NAME="1201878">
+未定義。<P></A>
+
+<A NAME="1201881">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1201884">&nbsp;
+</A>
+<A NAME="documentTitle">
+<H3> documentTitle</H3>
+</A>
+
+
+
+<A NAME="1201885">
+ドキュメント エントリの題名が含まれます。例:<P></A>
+<A NAME="1201886">
+<PRE> documentTitle: Directory Administratorユs Guide
+</PRE>
+</A>
+
+<A NAME="1201888">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1201891">&nbsp;
+</A>
+<A NAME="documentVersion">
+<H3> documentVersion</H3>
+</A>
+
+
+
+<A NAME="1201892">
+ドキュメント エントリのバージョンを定義します。例:<P></A>
+<A NAME="1201893">
+<PRE> documentVersion: 1.1
+</PRE>
+</A>
+
+<A NAME="1201895">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1201909">&nbsp;
+</A>
+<A NAME="drink">
+<H3> drink</H3>
+</A>
+
+
+
+<A NAME="1201910">
+ユーザー エントリの好みの飲物を説明します。例:<P></A>
+<A NAME="1201911">
+<PRE> drink: soda
+</PRE>
+</A>
+<A NAME="1201912">
+<PRE>または、
+</PRE>
+</A>
+<A NAME="1201913">
+<PRE> favouriteDrink: soda
+</PRE>
+</A>
+
+<A NAME="1201915">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1245205">&nbsp;
+</A>
+<A NAME="dSAQuality">
+<H3> dSAQuality</H3>
+</A>
+
+
+
+<A NAME="1245207">
+未定義。 <P></A>
+
+<A NAME="1245210">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1003050">&nbsp;
+</A>
+<A NAME="employeeNumber">
+<H3> employeeNumber</H3>
+</A>
+
+
+
+<A NAME="1003051">
+エントリの社��番号を示します。例:<P></A>
+<A NAME="1003356">
+<PRE> employeeNumber: 15300
+</PRE>
+</A>
+
+<A NAME="1003382">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1008204">
+この属性は、LDAP導入との併用のためにNetscape社が作成したものです。<P></A>
+
+
+<A NAME="1009035">&nbsp;
+</A>
+<A NAME="employeeType">
+<H3> employeeType</H3>
+</A>
+
+
+
+<A NAME="1009036">
+エントリの採用タイプを示します。例:<P></A>
+<A NAME="1009039">
+<PRE> employeeType: Full time
+</PRE>
+</A>
+
+<A NAME="1009054">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1087204">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1241288">&nbsp;
+</A>
+<A NAME="enhancedSearchGuide">
+<H3> enhancedSearchGuide</H3>
+</A>
+
+
+
+<A NAME="1241289">
+未定義。 <P></A>
+
+<A NAME="1241292">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1171637">&nbsp;
+</A>
+<A NAME="facsimileTelephoneNumber">
+<H3> facsimileTelephoneNumber</H3>
+</A>
+
+
+
+<A NAME="1171638">
+エントリに連絡可能なファックス番号を示します。例:<P></A>
+<A NAME="1171639">
+<PRE> facsimileTelephoneNumber: 415-555-1212
+</PRE>
+</A>
+
+<A NAME="1171640">
+または、<P></A>
+<A NAME="1171641">
+<PRE> fax: 415-555-1212
+</PRE>
+</A>
+
+<A NAME="1171643">
+<a href="attribut.htm#">略号</a>: fax<P></A>
+
+<A NAME="1171645">
+構文: <a href="attribut.htm#1004703">tel</a><P></A>
+
+
+<A NAME="1229525">&nbsp;
+</A>
+<A NAME="co">
+<H3> co</H3>
+</A>
+
+
+
+<A NAME="1229526">
+国名が含まれます。country属性は国の2文字コードを示し、friendlyCountryName属性は実際の国名を示すのに使用します。例:<P></A>
+<A NAME="1229527">
+<PRE> friendlyCountryName: Ireland<br>
+ countryName: IE
+</PRE>
+</A>
+
+<A NAME="1244785">
+または、<P></A>
+<A NAME="1244786">
+<PRE> co: Ireland
+</PRE>
+</A>
+
+<A NAME="1244788">
+<a href="attribut.htm#">略号</a>: co<P></A>
+
+<A NAME="1229529">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1171657">&nbsp;
+</A>
+<A NAME="generation">
+<H3> generation</H3>
+</A>
+
+
+
+<A NAME="1171658">
+サーバーをその別の世代またはバージョンから区別するために、サーバーに割り当てるバイト ベクトルを示します。generation属性は複製同期化のみに使用します。<P></A>
+
+<A NAME="1171660">
+構文: <a href="attribut.htm#1004701">ces</a><P></A>
+
+<A NAME="1171661">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1104309">&nbsp;
+</A>
+<A NAME="generationQualifier">
+<H3>generationQualifier</H3>
+</A>
+
+
+
+<A NAME="1161653">
+Lightweight Internet Person Schema (LIPS)のGeneration Qualifierと同じです。<P></A>
+
+<A NAME="1104311">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1229534">&nbsp;
+</A>
+<A NAME="givenName">
+<H3> givenName</H3>
+</A>
+
+
+
+<A NAME="1229535">
+エントリの名またはファーストネームを示します。例: <P></A>
+<A NAME="1229536">
+<PRE> givenName: Bill
+</PRE>
+</A>
+
+<A NAME="1229538">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1201936">&nbsp;
+</A>
+<A NAME="homePhone">
+<H3> homePhone</H3>
+</A>
+
+
+
+<A NAME="1201937">
+エントリの自宅電話番号を示します。例:<P></A>
+<A NAME="1201938">
+<PRE> homeTelephoneNumber: 415-555-1212
+</PRE>
+</A>
+
+<A NAME="1201939">
+または、<P></A>
+<A NAME="1201940">
+<PRE> homePhone: 415-555-1234
+</PRE>
+</A>
+
+<A NAME="1201942">
+<a href="attribut.htm#">略号</a>: homePhone<P></A>
+
+<A NAME="1201944">
+構文: <a href="attribut.htm#1004703">tel</a><P></A>
+
+
+<A NAME="1201947">&nbsp;
+</A>
+<A NAME="homePostalAddress">
+<H3> homePostalAddress</H3>
+</A>
+
+
+
+<A NAME="1201948">
+エントリの自宅郵便住所を示します。このフィールドは複数行を含むよう意図されていますが、エントリ内の各行をドル記号($)で区切る必要があります。例:<P></A>
+<A NAME="1201949">
+<PRE> homePostalAddress: 1234 Ridgeway Drive$Santa Clara, CA$99555
+</PRE>
+</A>
+
+<A NAME="1201950">
+テキスト内での区切りとしてではなく、実際のドル記号($)またはバックスラッシュ(\)を示すには、エスケープされた16進値 \24と \5cを使用します。例えば、次のような文字列を示す場合、<P></A>
+<A NAME="1201951">
+<PRE> The dollar ($) value can be found <br>
+ in the c:\cost file.
+</PRE>
+</A>
+
+<A NAME="1201952">
+次のようにエスケープ文字を使用します。<P></A>
+<A NAME="1201953">
+<PRE> The dollar (\24) value can be found$in the c:\5ccost file.
+</PRE>
+</A>
+
+<A NAME="1201955">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1201958">&nbsp;
+</A>
+<A NAME="host">
+<H3> host</H3>
+</A>
+
+
+
+<A NAME="1201959">
+コンピュータのホスト名を定義します。例:<P></A>
+<A NAME="1201960">
+<PRE> host: mozilla
+</PRE>
+</A>
+
+<A NAME="1201962">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1241726">&nbsp;
+</A>
+<A NAME="houseIdentifier">
+<H3> houseIdentifier</H3>
+</A>
+
+
+
+<A NAME="1241727">
+家の識別子が含まれます。<P></A>
+
+<A NAME="1241730">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1201965">&nbsp;
+</A>
+<A NAME="info">
+<H3> info</H3>
+</A>
+
+
+
+<A NAME="1211991">
+Informationの属性タイプは、オブジェクトに関係する一般的な情報を示すものです。この属性タイプでは特定の使用を避け、さらに、特定の要件が他の (または追加の)属性タイプによって満たされるようにすることをお薦めします。<P></A>
+<A NAME="1201967">
+<PRE> info: not valid
+</PRE>
+</A>
+
+<A NAME="1201969">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1229543">&nbsp;
+</A>
+<A NAME="initials">
+<H3> initials</H3>
+</A>
+
+
+
+<A NAME="1229544">
+エントリのイニシャルを示します。例:<P></A>
+<A NAME="1229545">
+<PRE> initials: BFA
+</PRE>
+</A>
+
+<A NAME="1229547">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1032705">&nbsp;
+</A>
+<A NAME="installationTimeStamp">
+<H3>installationTimeStamp</H3>
+</A>
+
+
+
+<A NAME="1212073">
+Netscapeサーバーがインストールされた日と時間をzulu形式で表示します。 この属性はNetscape社の拡張機能で、<a href="attribut.htm#">netscapeServer</a>オブジェクト クラスが使用します。通常、この属性と属性値は、Netscapeサーバを初めてインストールする際に、ディレクトリに書き込まれます。例: <P></A>
+<A NAME="1212075">
+<PRE><A NAME="1212075">
+ installationTimeStamp: 199703261517z
+</A>
+</PRE>
+<A NAME="1259193">
+OID: <code>2.16.840.1.113730.3.1.73</code><P></A>
+
+<A NAME="1032810">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1224256">&nbsp;
+</A>
+<A NAME="internationalIsdnNumber">
+<H3> internationalIsdnNumber</H3>
+</A>
+
+
+
+<A NAME="1224257">
+エントリの国際ISDN番号を定義します。<P></A>
+
+<A NAME="1224260">
+構文: <a href="attribut.htm#1004701">ces</a><P></A>
+
+
+<A NAME="1201988">&nbsp;
+</A>
+<A NAME="janetMailBox">
+<H3> janetMailBox</H3>
+</A>
+
+
+
+<A NAME="1212260">
+電子メール アドレスを示します。この属性は、rfc822メール アドレスに慣れていない英国のユーザーの便宜を図るためのものです。この属性を使用したエントリには、rfc822Mailboxの属性も含まれる必要があります。例:<P></A>
+<A NAME="1201990">
+<PRE> janetMailBox: jdoe@airius.com
+</PRE>
+</A>
+
+<A NAME="1201992">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1201995">&nbsp;
+</A>
+<A NAME="jpegPhoto">
+<H3> jpegPhoto</H3>
+</A>
+
+
+
+<A NAME="1201996">
+エントリのJPEG写真が含まれます。<P></A>
+
+<A NAME="1201999">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1202004">&nbsp;
+</A>
+<A NAME="keyWords">
+<H3> keyWords</H3>
+</A>
+
+
+
+<A NAME="1202005">
+エントリのキーワードが含まれます。例:<P></A>
+<A NAME="1202006">
+<PRE> keyWords: directory LDAP X.500
+</PRE>
+</A>
+
+<A NAME="1202008">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1202013">&nbsp;
+</A>
+<A NAME="knowledgeInformation">
+<H3> knowledgeInformation</H3>
+</A>
+
+
+
+<A NAME="1202014">
+この属性は現在使用されていません。<P></A>
+
+
+<A NAME="1244534">&nbsp;
+</A>
+<A NAME="l">
+<H3> l</H3>
+</A>
+
+
+
+<A NAME="1244535">
+エントリが存在している、またはエントリが何らかの方法で関係する国、都市、その他の地理的領域を示します。例:<P></A>
+<A NAME="1244536">
+<PRE> localityName: Santa Clara
+</PRE>
+</A>
+
+<A NAME="1244537">
+または、<P></A>
+<A NAME="1244538">
+<PRE> l: Santa Clara
+</PRE>
+</A>
+
+<A NAME="1244540">
+<a href="attribut.htm#">略号</a>: l<P></A>
+
+<A NAME="1244542">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1202020">&nbsp;
+</A>
+<A NAME="labeledUri">
+<H3> labeledUri</H3>
+</A>
+
+
+
+<A NAME="1202021">
+何らかの方法でエントリに関係する、Uniform Resource Identifier (URI)を示します。この属性の入力値は、URIと(現在はURLに限りサポート)、オプションとして、後続する一つ以上のスペース文字とラベル一つから構成されなければなりません。例:<P></A>
+<A NAME="1202022">
+<PRE> labeledURI: http://home.netscape.com [Netscape社のホームページ<br>
+ ]
+</PRE>
+</A>
+
+<A NAME="1202024">
+構文: <a href="attribut.htm#1004701">ces</a><P></A>
+
+
+<A NAME="1100733">&nbsp;
+</A>
+<A NAME="lastModifiedBy">
+<H3> lastModifiedBy</H3>
+</A>
+
+
+
+<A NAME="1212108">
+関連エントリの最終変更者の識別名を示します。例:<P></A>
+<A NAME="1202030">
+<PRE> lastModifiedby: <I>cn=Jane Doe, ou=Quality Control, o=Airius.com
+</I></PRE>
+</A>
+
+<A NAME="1100642">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+
+<A NAME="1202035">&nbsp;
+</A>
+<A NAME="lastModifiedTime">
+<H3> lastModifiedTime</H3>
+</A>
+
+
+
+<A NAME="1202036">
+エントリが変更された最終時刻をUTC形式で定義します。例:<P></A>
+<A NAME="1202037">
+<PRE> lastModifiedTime: Thursday, 22-Sep-93 14:15:00 GMT
+</PRE>
+</A>
+
+<A NAME="1202039">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1243273">&nbsp;
+</A>
+<A NAME="ldap構文es">
+<H3> ldap構文es</H3>
+</A>
+
+
+
+<A NAME="1243274">
+未定義。<P></A>
+
+<A NAME="1243277">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1189404">&nbsp;
+</A>
+<A NAME="mail">
+<H3> mail</H3>
+</A>
+
+
+
+<A NAME="1189405">
+エントリの電子メール アドレスを示します。例:<P></A>
+<A NAME="1189406">
+<PRE> mail: banderson@airius.com
+</PRE>
+</A>
+
+<A NAME="1189408">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1024020">&nbsp;
+</A>
+<A NAME="mailAccessDomain">
+<H3>mailAccessDomain</H3>
+</A>
+
+
+
+<A NAME="1024021">
+ユーザがPOP/IMAPログオンを実行するドメインまたはIPアドレスを識別します。この属性はNetscape社の拡張機能で、Messaging Serverが使用します。例:<P></A>
+<A NAME="1024022">
+<PRE><A NAME="1024022">
+ mailAccessDomain: airius.com
+</A>
+</PRE>
+<A NAME="1024248">
+OID: <code>2.16.840.1.113730.3.1.12</code><P></A>
+
+<A NAME="1269362">
+構文:<a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1024250">
+<A NAME="mailAlternateAddress">
+<B>mailAlternateAddress</B>
+</a></a>
+<P>
+
+
+<A NAME="1024251">
+メール ユーザの代替メール アドレスを識別します。この属性はNetscape社の拡張機能で、メール アドレスとユーザを照合するためにMessaging Serverが使用します。メール アカウントはこの属性のインスタンスを、ユーザーの代替メール アドレスと同数持つことができます。例:<P></A>
+<A NAME="1024061">
+<PRE><A NAME="1024061">
+ mailAlternateAddress: Babs_Jensen@airius.com<br> mailAlternateAddress: Bjensen@airius.com
+</A>
+</PRE>
+<A NAME="1269367">
+OID: <code>2.16.840.1.113730.3.1.13</code><P></A>
+
+<A NAME="1269365">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1024094">
+<A NAME="mailAutoReplyMode">
+<B>mailAutoReplyMode</B>
+</a></a>
+<P>
+
+
+<A NAME="1027423">
+メール ユーザのメール自動応答モードを識別します。この属性はNetscape社の拡張機能で、Messaging Serverが使用します。各メール ユーザ アカウントにつき、この属性がゼロまたは1 (0〜1)インスタンス必要です。この属性の有効キーワードは、次のとおりです。<P></A>
+<ul><A NAME="1027425">
+<LI>vacation -- 休暇メッセージを送信します。休暇メッセージはmailAutoReplyText属性に含まれています。<BR>
+</A>
+<A NAME="1027426">
+<LI>reply --一定の応答を送信します。応答はmailAutoReplyText属性に含まれています。<BR>
+</A>
+<A NAME="1027427">
+<LI>echo -- 元のメッセージをエコーして、メッセージの元の送信者にmailAutoReplyTextを送信します。<BR>
+</A>
+</ul>
+<A NAME="1027428">
+例:<P></A>
+<PRE><A NAME="1027429">
+ mailAutoReplyMode: vacation
+</A>
+</PRE>
+<A NAME="1269369">
+OID: <code>2.16.840.1.113730.3.1.14</code><P></A>
+
+<A NAME="1024098">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1024125">
+<A NAME="mailAutoReplyText">
+<B>mailAutoReplyText</B>
+</a></a>
+<P>
+
+
+<A NAME="1027662">
+メール ユーザに自動応答テキストを提供します。この属性はNetscape社の拡張機能で、Messaging Serverが使用します。LDIF形式で表わす場合、各行をドル記号($)で区切る必要があります。Messaging Serverでは、各メール アカウントにつきこの属性が0または1回発生する必要があります。 例:<P></A>
+<PRE><A NAME="1027663">
+ mailAutoReplyText: 休暇中$月曜日に戻ります。
+</A>
+</PRE>
+<A NAME="1034577">
+テキスト内での区切りとしてではなく、実際のドル記号($)またはバックスラッシュ(\)を示すには、エスケープされた16進値\24と \5cを使用します。例えば、次のような文字列を示す場合、<P></A>
+<A NAME="1034578">
+<PRE> The dollar ($) value can be found <br>
+ in the c:\cost file.
+</PRE>
+</A>
+
+<A NAME="1034579">
+次のようにエスケープ文字を使用します。<P></A>
+<A NAME="1034580">
+<PRE> The dollar (\24) value can be found$in the c:\5ccost file.
+</PRE>
+</A>
+<A NAME="1269558">
+OID: <code>2.16.840.1.113730.3.1.15</code><P></A>
+
+<A NAME="1024293">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1024295">
+<A NAME="mailDeliveryOption">
+<B>mailDeliveryOption</B>
+</a></a>
+<P>
+
+
+<A NAME="1024296">
+メール ユーザが使用するメール配信機構を識別します。この属性はNetscape社の拡張機能で、Messaging Serverが使用します。各メール ユーザ アカウントにつき、この属性がゼロまたは3(0〜3)インスタンス必要です。ただし、メール ユーザー エントリにこの属性のインスタンスが無い場合は、最低一つの<a href="attribut.htm#1026154">mailForwardingAddress</a>属性がエントリに存在しなければなりません。この属性の有効キーワードは次のとおりです。<P></A>
+<ul><A NAME="1027169">
+<LI>mailbox --ユーザのPOP/IMAPメールボックスにメールが配信されるのを示します。<P>
+</A>
+<A NAME="1027175">
+<LI>native -- Unix配信が使用されているのを示します。Unixホストで実行されているMessaging Serversに限りこのオプションを利用できます。<P>
+</A>
+<A NAME="1027197">
+<LI>program -- プログラム配信が使用されているのを示します。Unixホストで実行されているMessaging Serversに限りこのオプションを利用できます。<P>
+</A>
+</ul>
+<A NAME="1027143">
+例:<P></A>
+<PRE><A NAME="1024297">
+ mailDeliveryOption: mailbox
+</A>
+</PRE>
+<A NAME="1269568">
+OID: <code>2.16.840.1.113730.3.1.16</code><P></A>
+
+<A NAME="1024169">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1026103">
+<A NAME="mailEnhancedUniqueMember">
+<B>mailEnhancedUniqueMember</B>
+</a></a>
+<P>
+
+
+<A NAME="1026104">
+Netscape社の拡張機能で、Messaging Serverが使用します。将来の使用のため予約。<P></A>
+
+<A NAME="1026153">
+OID: <code>2.16.840.1.113730.3.1.31</code><P></A>
+
+<A NAME="1278474">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+<P>
+<A NAME="1026154">
+<A NAME="mailForwardingAddress">
+<B>mailForwardingAddress</B>
+</a></a>
+<P>
+
+
+<A NAME="1024197">
+メールが転送されるメール アドレスを識別します。この属性はNetscape社の拡張機能で、Messaging Serverが使用して、正しい場所に着信メールを転送します。例:<P></A>
+<PRE><A NAME="1024198">
+ mailForwardingAddress: bjensen@royalairways.com
+</A>
+</PRE>
+<A NAME="1269579">
+OID: <code>2.16.840.1.113730.3.1.17</code><P></A>
+
+<A NAME="1024200">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1024314">
+<A NAME="mailHost">
+<B>mailHost</B>
+</a></a>
+<P>
+
+
+<A NAME="1308000">
+ユーザのメール アカウントが存在するホストのDNSホスト名を識別します。この属性はNetscape社の拡張機能で、Messaging Serverが使用して、正しい場所に着信メールをルートします。Messaging Serverでは、各<a href="attribut.htm#">mail</a>Recipientエントリにつきこの属性のインスタンスが必ず一つだけ、各<a href="attribut.htm#">mailGroup</a>エントリにつきこの属性のインスタンスがゼロまたは一つ必要です。この属性の指定値は、ホストの完全修飾ドメイン名でなければなりません。例:<P></A>
+<PRE><A NAME="1024316">
+ mailHost: mars.airius.com
+</A>
+</PRE>
+<A NAME="1269581">
+OID: <code>2.16.840.1.113730.3.1.18</code><P></A>
+
+<A NAME="1024318">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1024377">
+<A NAME="mailMessageStore">
+<B>mailMessageStore</B>
+</a></a>
+<P>
+
+
+<A NAME="1024378">
+ユーザのメール ホスト上で、ユーザのメール ボックスが存在する場所への絶対パスを識別します。この属性はMessaging Serverが使用するNetscape社の拡張機能で、ユーザーの<a href="attribut.htm#1024295"> mailDeliveryOption</a>が<I>mailbox</I>に設定されている場合に限りこの属性を適用できます。Messaging Serverでは、この属性のインスタンスがゼロまたは一つ (0〜1)必要です。ユーザー エントリにこの属性のインスタンスが存在しない場合は、ユーザーのMessaging Serverで設定されているデフォルトが使用されます。例:<P></A>
+<PRE><A NAME="1024379">
+ mailMessageStore: /disk2/mail
+</A>
+</PRE>
+<A NAME="1269614">
+OID: <code>2.16.840.1.113730.3.1.19</code><P></A>
+
+<A NAME="1090714">
+構文: <a href="attribut.htm#1004701">ces</a><P></A>
+
+
+<A NAME="1202044">&nbsp;
+</A>
+<A NAME="mailPreferenceOption">
+<H3> mailPreferenceOption</H3>
+</A>
+
+
+
+<A NAME="1213101">
+メール リスト (電子または物理的)にユーザー名を含めるかどうかの環境設定を示します。この属性の3つの許容値は<code>0</code>、<code>1</code>、および<code>2</code>です。<code>0</code>の値はユーザーがメール リストへの追加を希望しないこと、<code>1</code>の値はユーザーが任意のメール リストへの追加に同意すること、<code>2</code>の値は、ユーザーの専門的な関心事であるとメール リスト提供者が見なすようなメール リストにのみ、ユーザーを追加することを意味します。属性値の指定がない場合は、属性の値が "no-list-inclusion" (リストに含まない)であと解釈されます。この属性は、ディレクトリにおいてメール リストおよびその環境設定値を取り出すユーザーのすべてが解釈できる必要があります。例:<P></A>
+<A NAME="1202046">
+<PRE> mailPreferenceOption: 0
+</PRE>
+</A>
+
+<A NAME="1202048">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1024400">&nbsp;
+</A>
+<A NAME="mailProgramDeliveryInfo">
+<H3>mailProgramDeliveryInfo</H3>
+</A>
+
+
+
+<A NAME="1024401">
+プログラムによるメール配信で使用する、$で区切られた一つ以上のコマンドを識別します。この属性はNetscape社の拡張機能で、Messaging Serverが使用します。Messaging Serverでは、各ユーザー アカウントにつきこの属性のインスタンスがゼロまたは一つ (0〜1)必要です。次の条件がすべて真である場合に限り、この属性には意味があります。<P></A>
+<ul><A NAME="1033350">
+<LI>Messaging ServerがUNIXで実行されている<P>
+</A>
+<A NAME="1033365">
+<LI>メール管理者が、Messaging Serverでプログラム配信を使用可能にしている<P>
+</A>
+<A NAME="1033405">
+<LI>ユーザの<a href="attribut.htm#1024295">mailDeliveryOption</a>が<B> </B><I>program</I>に設定されている<P>
+</A>
+</ul>
+<A NAME="1039005">
+例:<P></A>
+<PRE><A NAME="1024402">
+ mailProgramDeliveryInfo: /usr/local/bin/procmail -f-
+</A>
+</PRE>
+<A NAME="1269616">
+OID: <code>2.16.840.1.113730.3.1.20</code><P></A>
+
+<A NAME="1024440">
+<A NAME="1024440">
+構文: <a href="attribut.htm#1004701">ces</a><P></A>
+<P>
+<A NAME="1024509">
+<A NAME="mailQuota">
+<B>mailQuota</B>
+</a></a>
+<P>
+
+
+<A NAME="1024510">
+ユーザのメールボックスが使用可能な最大ディスク容量をバイト数で表示します。この属性はNetscape社の拡張機能で、Messaging Serverが使用し、ユーザの<a href="attribut.htm#1024295">mailDeliveryOption</a>が<I>mailbox</I>に設定されている場合に限りこの属性を適用できます。Messaging Serverでは、この属性のインスタンスがゼロまたは一つ (0〜1)必要です。ユーザ エントリにこの属性のインスタンスが存在しない場合は、ユーザのMessaging Serverで設定されているデフォルトが使用されます。例:<P></A>
+<PRE><A NAME="1024511">
+ mailQuota: 1000000
+</A>
+</PRE>
+<A NAME="1024513">
+この属性がゼロに設定されている場合は、ディスク容量の割当てが無制限であるのに注意してください。<P></A>
+
+<A NAME="1269588">
+OID: <code>2.16.840.1.113730.3.1.21</code><P></A>
+
+<A NAME="1033421">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1241537">
+<A NAME="mailRoutingAddress">
+<B>mailRoutingAddress</B>
+</a></a>
+<P>
+
+
+<A NAME="1241538">
+未定義。 <P></A>
+
+<A NAME="1241541">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1007859">&nbsp;
+</A>
+<A NAME="manager">
+<H3> manager</H3>
+</A>
+
+
+
+<A NAME="1007872">
+エントリの上司の識別名を示します。例:<P></A>
+<A NAME="1007875">
+<PRE> manager:<I> cn=Jane Doe, ou=Quality Control, o=Airius.com
+</I></PRE>
+</A>
+
+<A NAME="1007908">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+
+<A NAME="1242887">&nbsp;
+</A>
+<A NAME="matchingRules">
+<H3> matchingRules</H3>
+</A>
+
+
+
+<A NAME="1242888">
+未定義。<P></A>
+
+<A NAME="1242891">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1242961">&nbsp;
+</A>
+<A NAME="matchingRuleUse">
+<H3> matchingRuleUse</H3>
+</A>
+
+
+
+<A NAME="1242962">
+未定義。<P></A>
+
+<A NAME="1242965">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1171811">&nbsp;
+</A>
+<A NAME="member">
+<H3> member</H3>
+</A>
+
+
+
+<A NAME="1171812">
+グループの各メンバーの識別名を示します。例:<P></A>
+<A NAME="1171813">
+<PRE> member: <I>cn=John Doe, o=airius.com
+</I></PRE>
+</A>
+
+<A NAME="1171815">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+
+<A NAME="1152959">&nbsp;
+</A>
+<A NAME="memberCertificateDescription">
+<H3> memberCertificateDescription</H3>
+</A>
+
+
+
+<A NAME="1152961">
+特定グループの証明書における証明書の特徴を示します。memberCertificateDescriptionの値の一つに一致する主題識別名が証明書に含まれる場合、それは、この属性が属する証明書グループのメンバーであると見なされます。<P></A>
+<A NAME="1153378">
+<PRE> {<I>subject_dn</I>}
+</PRE>
+</A>
+
+<A NAME="1153395">
+カンマで区切ると複数の主題dnを指定できます。エントリにおいて複数の<code>ou</code>を指定できます。(<code>ou</code>でない)他の属性タイプの複数エントリを指定する場合、最後を除くすべてが無視されます。<P></A>
+
+<A NAME="1154677">
+例えば、次のmemberCertificateDescriptionを持つグループのメンバーを考慮するには、証明書には<code>o=company</code>を除き、<code>ou=x</code>、<code>ou=A</code>、および<code>o=airius</code>を含める必要があります。<P></A>
+<A NAME="1126332">
+<PRE> memberCertificateDescription: {<I>ou=x, ou=A, o=company, o=airius</I>}
+</PRE>
+</A>
+
+<A NAME="1154571">
+グループの要件が満たされるには、証明書の主題dnに、memberCertificateDescriptionの属性で定義されているのと同じ順序でouの属性タイプが含まれている必要があります。<P></A>
+
+<A NAME="1153423">
+構文: <a href="attribut.htm#1004701">ces</a><P></A>
+
+
+<A NAME="1246271">&nbsp;
+</A>
+<A NAME="memberURL">
+<H3> memberURL</H3>
+</A>
+
+
+
+<A NAME="1246272">
+グループの各メンバーに関係するURLを示します。例:<P></A>
+<PRE><A NAME="1246273">
+ memberURL: ldap://<I>cn=jdoe, o=Airius.com</I>
+</A>
+</PRE>
+<A NAME="1263332">
+OID: <code>2.16.840.1.113730.3.1.198</code><P></A>
+
+
+<A NAME="1025144">&nbsp;
+</A>
+<A NAME="mgrpAllowedBroadcaster">
+<H3>mgrpAllowedBroadcaster</H3>
+</A>
+
+
+
+<A NAME="1025146">
+メール グループへのメッセージ送信を許されているメール ユーザを識別します。この属性はNetscape社の拡張機能で、Messaging Serverが使用して、メール リストを管理します。mailGroupエントリにこの属性のインスタンスが存在しない場合は、mgrpAllowedDomain属性を使用しない限り、メール グループにメッセージを送信できるユーザの制限は一切ありません。<P></A>
+
+<A NAME="1028370">
+Messaging Serverでは、識別名またはrfc822addressのいずれかを含む属性が必要です。識別名を使用する場合は、メール可能なエントリ、タイプgroupのエントリ、またはgroupOfUniqueNamesを識別名が表示していなければなりません。識別名は、RFC1959の<em>LDAP URLフォーマット</em>で記述されているように、LDAP URLフォーマットで表示する必要があります。<P></A>
+
+<A NAME="1028354">
+例:<P></A>
+<PRE><A NAME="1025147">
+ mgrpAllowedBroadcaster: ldap://<I>uid=bjensen, o=Airius.com<br></I> mgrpAllowedBroadcaster: mailto:sys50@airius.com
+</A>
+</PRE>
+<A NAME="1277878">
+OID: <code>2.16.840.1.113730.3.1.22</code><P></A>
+
+<A NAME="1025149">
+構文: <a href="attribut.htm#1004701">ces</a><P></A>
+<P>
+<A NAME="1024569">
+<A NAME="mgrpAllowedDomain">
+<B>mgrpAllowedDomain</B>
+</a></a>
+<P>
+
+
+<A NAME="1024570">
+ユーザがメール グループへのメッセージ送信を許されている送信元ドメインを識別します。この属性はNetscape社の拡張機能で、Messaging Serverが使用して、メール リストを管理します。mailGroupエントリにこの属性のインスタンスが存在しない場合は、mgrpAllowedBroadcaster属性を使用しない限り、メール グループにメッセージを送信できるユーザーの制限は一切ありません。 <P></A>
+
+<A NAME="1028614">
+これは、デフォルトでワイルドカード値に設定されます。つまり、値 "airius.com"は"*.airius.com"から送信しているすべてのユーザと照合します。<P></A>
+
+<A NAME="1028598">
+例:<P></A>
+<PRE><A NAME="1024571">
+ mgrpAllowedDomain: airius.com
+</A>
+</PRE>
+<A NAME="1277883">
+OID: <code>2.16.840.1.113730.3.1.23</code><P></A>
+<A NAME="1278549">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1278551">
+<A NAME="mgrpDeliverTo">
+<B>mgrpDeliverTo</B>
+</a></a>
+<P>
+
+
+<A NAME="1278552">
+メール グループのメンバーシップを指定する代替方法。この属性はNetscape社の拡張機能で、Messaging Serverが使用して、メール リストを管理します。Messaging Serverでは、この属性がRFC1959の<em>LDAP URLフォーマット</em>で記述されているフォーマットを使用したLDAP URLを含んでいる必要があります。LDAP検索が返してくるエントリは、このメール グループのメンバーです。例:<P></A>
+<PRE><A NAME="1025433">
+ mgrpDeliverTo: ldap:///<I>ou=Accounting,o=Netscape,c=US??sub?(&amp;<br> (objectClass=mailRecipient)(objectClass=inetOrgPerson))</I>
+</A>
+</PRE>
+<A NAME="1277885">
+OID: <code>2.16.840.1.113730.3.1.25</code><P></A>
+
+<A NAME="1025435">
+構文: <a href="attribut.htm#1004701">ces</a><P></A>
+<P>
+<A NAME="1025568">
+<A NAME="mgrpErrorsTo">
+<B>mgrpErrorsTo</B>
+</a></a>
+<P>
+
+
+<A NAME="1028828">
+跳ね返されたメールや、メール アドレスのないメール グループのメンバーなど、メール配信上の問題を通知するエラー メッセージの送信メール アドレスを識別します。この属性はNetscape社の拡張機能で、Messaging Serverが使用して、メール リストを管理します。mailGroupエントリにこの属性のインスタンスが存在しない場合は、Messaging Serverで設定されているデフォルトに基づいてエラー処理が行われます。 <P></A>
+
+<A NAME="1028829">
+Messaging Serverでは、識別名またはrfc822addressのいずれかを含む属性が必要です。識別名を使用する場合は、メール可能なエントリ、タイプgroupのエントリ、またはgroupOfUniqueNamesを表示する必要があります。識別名は、RFC1959の<em>LDAP URLフォーマット</em>で記述されているようにLDAP URLフォーマットで表示しなければなりません。<P></A>
+
+<A NAME="1126241">
+例:<P></A>
+<PRE><A NAME="1126242">
+ mgrpErrorsTo: ldap://<I>uid=bjensen, o=Airius.com<br></I> mgrpErrorsTo: mailto:sys50@airius.com
+</A>
+</PRE>
+<A NAME="1277947">
+OID: <code>2.16.840.1.113730.3.1.26</code><P></A>
+
+<A NAME="1025572">
+構文: <a href="attribut.htm#1004701">ces</a><P></A>
+<P>
+<A NAME="1025705">
+<A NAME="mgrpModerator">
+<B>mgrpModerator</B>
+</a></a>
+<P>
+
+
+<A NAME="1025706">
+拒否されたメッセージの送信先メール アドレスを識別します。この属性はNetscape社の拡張機能で、Messaging Serverが使用して、メール リストを管理します。これは、拒否されたメールが送られたメール リストからのアドレスです。<P></A>
+
+<A NAME="1029841">
+Messaging Serverは、(<a href="attribut.htm#1024569">mgrpAllowedDomain</a>属性で定義された) 未許可のドメインから受け取ったか、または<a href="attribut.htm#1025144">mgrpAllowedBroadcaster</a>属性のメンバーでないメール アドレスから受け取ったメールを、拒否することがあります。<a href="attribut.htm#1025035">mgrpMsgRejectAction</a>属性に<I>toModerator</I>が含まれている場合、Messaging Serverは、この属性で指定されたアドレスにのみメールを転送します<B>。</B> mailGroupエントリにこの属性のインスタンスが存在せず、さらに<a href="attribut.htm#1025035">mgrpMsgRejectAction</a>属性が<I>toModerator</I>, に設定されている場合は、moderatorに送信されるはずの拒否されたメールは破棄されます (つまり、人的介入なしにメール システムから削除されます)。<P></A>
+
+Messaging Serverでは、この属性が識別名またはrfc822addressのいずれかを含む必要があります。識別名を使用する場合は、メール可能なエントリ、タイプgroupのエントリ、またはgroupOfUniqueNamesを表示しなければなりません。識別名は、RFC1959の<em>LDAP URLフォーマット</em>で記述されているようにLDAP URLフォーマットで表示する必要があります。<P></A>
+
+<A NAME="1029358">
+例:<P></A>
+<PRE><A NAME="1029359">
+ mgrpErrorsTo: ldap://<I>uid=bjensen, o=Airius.com<br></I> mgrpErrorsTo: mailto:sys50@airius.com
+</A>
+</PRE>
+<A NAME="1277952">
+OID: <code>2.16.840.1.113730.3.1.33</code><P></A>
+
+<A NAME="1025876">
+構文: <a href="attribut.htm#1004701">ces</a><P></A>
+<P>
+<A NAME="1025878">
+<A NAME="mgrpMsgMaxSize">
+<B>mgrpMsgMaxSize</B>
+</a></a>
+<P>
+
+
+<A NAME="1025879">
+メール グループに送信が許可されている最大メッセージ サイズをバイト数で表示します。この属性はNetscape社の拡張機能で、Messaging Serverが使用して、メール リストを管理します。Messaging Serverでは、各everymailGroupエントリにつき必ず一つだけ、この属性のインスタンスが存在する必要があります。例:<P></A>
+<PRE><A NAME="1025290">
+ mgrpMsgMaxSize: 2000
+</A>
+</PRE>
+<A NAME="1277962">
+OID: <code>2.16.840.1.113730.3.1.32</code><P></A>
+
+<A NAME="1025292">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1025035">
+<A NAME="mgrpMsgRejectAction">
+<B>mgrpMsgRejectAction</B>
+</a></a>
+<P>
+
+
+<A NAME="1024634">
+メール グループに送信されたメールが拒否された際の対策を示します。この属性はNetscape社の拡張機能で、Messaging Serverが使用して、メール リストを管理します。<P></A>
+
+<A NAME="1029427">
+Messaging Serverは、 (<a href="attribut.htm#1024569">mgrpAllowedDomain</a>属性で定義された) 未許可のドメインから受け取ったか、<a href="attribut.htm#1025144">mgrpAllowedBroadcaster</a>属性のメンバーでないメール アドレスから受け取ったか、または<a href="attribut.htm#1025878">mgrpMsgMaxSize</a>で許可されたサイズを越えるメールであるため、メールを拒否することがあります。<P></A>
+
+<A NAME="1031346">
+Messaging Serverでは、各mailGroupエントリにつきこの属性のインスタンスがゼロから2(0〜2)必要です。ただし、mailGroupエントリにこの属性のインスタンスがまったく存在しない場合は、デフォルトの<I>reply</I>が使用されます。この属性の有効キーワードは、次のとおりです。<P></A>
+<ul><A NAME="1029629">
+<LI>reply -- 送信者に失敗通知が送信されます。失敗通知のテキストは<a href="attribut.htm#1025981">mgrpMsgRejectText </a>属性に保存されます。<P>
+</A>
+<A NAME="1029638">
+<LI>bounce -- <a href="attribut.htm#1025981">mgrpMsgRejectText</a>属性で保存された注釈を伴なうメセージが送信者に返されます。<P>
+</A>
+<A NAME="1029664">
+<LI>toModerator -- 処理のためメッセージを仲裁者に転送します。仲裁者は、<a href="attribut.htm#1025705">mgrpModerator</a>属性で指定されます。<P>
+</A>
+</ul>
+<A NAME="1029617">
+例:<P></A>
+<PRE><A NAME="1024635">
+ mgrpMsgRejectAction: bounce
+</A>
+</PRE>
+<A NAME="1278044">
+OID: <code>2.16.840.1.113730.3.1.28</code><P></A>
+
+<A NAME="1024637">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1025981">
+<A NAME="mgrpMsgRejectText">
+<B>mgrpMsgRejectText</B>
+</a></a>
+<P>
+
+
+<A NAME="1025983">
+メール グループに送信されたメールが拒否され、さらに、mgrpMsgRejectAction属性が <I>bounce</I>または<I>reply</I>のいずれかに設定されている場合に、Messaging Serverによって送信されるテキストを表示します。この属性はNetscape社の拡張機能で、Messaging Serverが使用して、メール リストを管理します。<P></A>
+
+<A NAME="1030064">
+Messaging Serverでは、各mailGroupエントリにつきこの属性のインスタンスがゼロから1(0〜1)必要です。LDIF形式で示す場合は、$を使用して複数行のテキストを区切ることができます。mailGroupエントリにこの属性のインスタンスがまったく存在しない場合は、Messaging Serverで設定されたデフォルトのテキストが、拒否されたメールに対して使用されます。<P></A>
+
+<A NAME="1030130">
+例:<P></A>
+<PRE><A NAME="1025984">
+ mgrpMsgRejectText: Crazed Bikersメール リストに送信したメールは$<br> 拒否されました。$あなたはCrazed Bikersグループの<br> メンバーではありません。$ Big Daddy Biker<br> (住所はrsweeny@airius.com)に連絡して、$crazed bikerのメンバーになる<br> 情報を取得してください。
+</A>
+</PRE>
+<A NAME="1278050">
+OID: <code>2.16.840.1.113730.3.1.29</code><P></A>
+
+<A NAME="1025986">
+構文: <a href="attribut.htm#1004701">ces</a><P></A>
+<P>
+<A NAME="1102613">
+<A NAME="mgrpPassword">
+<B>mgrpPassword</B>
+</a></a>
+<P>
+
+
+<A NAME="1102614">
+将来の使用に予約。例:<P></A>
+<PRE><A NAME="1287369">
+ mgrpPassword: AAAAAA==
+</A>
+</PRE>
+<A NAME="1102615">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+<P>
+<A NAME="1024670">
+<A NAME="mgrpRFC822MailMember">
+<B>mgrpRFC822MailMember</B>
+</a></a>
+<P>
+
+
+<A NAME="1024672">
+<a href="attribut.htm#">mailGroup</a>に送信されたメールで、メール グループの実際のメンバーでない受信者を示します。概念的には、これらのメール アドレスは「カーボン コピーの受信者」として考えられます。つまり、この属性は、識別名で表現できないメール受信者や、このグループからのメール送信先とはなるが、グループ メンバー特有の完全な特権を持たないメール受信者を示すのに使用します。この属性はNetscape社の拡張機能で、Messaging Serverが使用して、メール リストを管理します。<P></A>
+
+<A NAME="1030207">
+Messaging Serverでは、この属性が次の形式を使用したrfc822メール アドレスを含む必要があります。<P></A>
+<PRE><A NAME="1030236">
+<code> rfc822MailAddress [ % ユfullユ name] [ %1 (group parameter #1)]<br> [ %2 (group parameter #2)]...</code>
+</A>
+</PRE>
+<A NAME="1030231">
+説明:<P></A>
+<ul><A NAME="1030278">
+<LI>rfc822MailAddressは、次のようなアドレスです。<P>
+</A>
+</ul><PRE><A NAME="1030338">
+ bjensen@airius.com
+</A>
+</PRE><ul><A NAME="1030343">
+<LI> full nameは、ユーザーの氏名を表示するオプションのパラメータです。このパラメータは将来の使用のために予約されています。<P>
+</A>
+<A NAME="1030396">
+<LI> groupパラメータは、将来の使用のために予約されているオプションのパラメータです。<P>
+</A>
+</ul>
+<A NAME="1030305">
+例:<P></A>
+<PRE><A NAME="1024673">
+ mgrpRFC822MailMember: bjensen@airius.com%Babs Jensen
+</A>
+</PRE>
+<A NAME="1278123">
+OID: <code>2.16.840.1.113730.3.1.30</code><P></A>
+
+<A NAME="1024675">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1202056">&nbsp;
+</A>
+<A NAME="mobile">
+<H3> mobile</H3>
+</A>
+
+
+
+<A NAME="1202057">
+エントリの携帯電話番号を示します。例:<P></A>
+<A NAME="1202058">
+<PRE> mobileTelephoneNumber: 415-555-4321
+</PRE>
+</A>
+
+<A NAME="1202059">
+または、<P></A>
+<A NAME="1202060">
+<PRE> mobile: 415-555-4321
+</PRE>
+</A>
+
+<A NAME="1202062">
+<a href="attribut.htm#">略号</a>: mobile<P></A>
+
+<A NAME="1202064">
+構文: <a href="attribut.htm#1004703">tel</a><P></A>
+
+
+<A NAME="1242555">&nbsp;
+</A>
+<A NAME="modifiersName">
+<H3> modifiersName</H3>
+</A>
+
+
+
+<A NAME="1242556">
+エントリの最終変更者の識別名(dn - distinguished name)が含まれます。例:<P></A>
+<A NAME="1242557">
+<PRE> modifiersName: <I>cn=jdoe, o=airius.com
+</I></PRE>
+</A>
+
+<A NAME="1242559">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+
+<A NAME="1242117">&nbsp;
+</A>
+<A NAME="modifyTimestamp">
+<H3> modifyTimestamp</H3>
+</A>
+
+
+
+<A NAME="1242119">
+未定義。<P></A>
+
+<A NAME="1242126">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1229561">&nbsp;
+</A>
+<A NAME="multiLineDescription">
+<H3>multiLineDescription</H3>
+</A>
+
+
+
+<A NAME="1229562">
+メール ユーザを記述するテキストを提供します。この属性はNetscape社の拡張機能で、Messaging Serverが使用します。LDIF形式で表示する場合は、各行をドル記号($)で区切ります。Messaging Serverでは、各メール アカウントにつきこの属性が0または1回提供されることが必要です。例:<P></A>
+<PRE><A NAME="1229563">
+ multiLineDescription: アカウント管理者および$ディレクトリ マネージャ。
+</A>
+</PRE>
+<A NAME="1229565">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1243088">&nbsp;
+</A>
+<A NAME="namingContexts">
+<H3> namingContexts</H3>
+</A>
+
+
+
+<A NAME="1243089">
+未定義。<P></A>
+
+<A NAME="1243092">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+
+<A NAME="1096606">&nbsp;
+</A>
+<A NAME="newRdn">
+<H3> newRdn</H3>
+</A>
+
+
+
+<A NAME="1096607">
+modRDNまたはmodDN動作のターゲットであるエントリの新規RDN (Relative Distinguished Name)が含まれます。例:<P></A>
+<A NAME="1096608">
+<PRE> newRdn: <I>cn=Jane Doe
+</I></PRE>
+</A>
+
+<A NAME="1100958">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+
+<A NAME="1126531">&nbsp;
+</A>
+<A NAME="newSuperior">
+<H3> newSuperior</H3>
+</A>
+
+
+
+<A NAME="1126532">
+modDN動作の処理の際に、現存するエントリの直ぐ上になるエントリ名を示します。例:<P></A>
+<A NAME="1126533">
+<PRE> newSuperior: <I>cn=Jane Doe
+</I></PRE>
+</A>
+
+<A NAME="1126631">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+
+<A NAME="1126633">&nbsp;
+</A>
+<A NAME="newsComponentName">
+<H3> newsComponentName</H3>
+</A>
+
+
+
+<A NAME="1126540">
+この属性には討論 (ニュース)グループ名が含まれます。この名前は、討論グループの識別名にも使用できます。例:<P></A>
+<A NAME="1126541">
+<PRE> newsComponentName: <I>marketing
+</I></PRE>
+</A>
+
+<A NAME="1126543">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+
+<A NAME="1095332">&nbsp;
+</A>
+<A NAME="ngcomponent">
+<H3>ngcomponent</H3>
+</A>
+
+
+
+<A NAME="1095333">
+ニュース グループ名の一部を識別します。この属性は、標準LDAPスキーマへのNetscape社の拡張機能です。ニュース グループを一意に識別するため、Collabra Serverが<a href="attribut.htm#">nginfo</a>エントリで使用します。Collabra Serverがこの属性に入力する情報のフォーマットと性質は、予告なしに変更されることがあります。<P></A>
+
+<A NAME="1037897">
+例えば、comp.sys.mac newsgroup用に入力されたngcomponent属性は次のようになります。<P></A>
+<PRE><A NAME="1037898">
+ dn: ngcomponent=mac, ngcomponent=sys, ngcomponent=comp,<br> ngcomponent=., <I>o=Airius.com<br></I> objectclass: top<br> objectclass: nginfo<br> ngcomponent=mac<br> ngcomponent=sys<br> ngcomponent=comp<br> ngcomponent=.
+</A>
+</PRE>
+<A NAME="1272795">
+OID: <code>2.16.840.1.113730.3.1.196</code><P></A>
+
+<A NAME="1037900">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+<P>
+<A NAME="1036977">
+<A NAME="nsaclrole">
+<B>nsaclrole</B>
+</a></a>
+<P>
+
+
+<A NAME="1037146">
+個々のニュース グループにアクセスする際の役割 (マネージャ、掲示者、読者など)を表示します。この属性は、標準LDAPスキーマへのNetscape社の拡張機能です。これは、<a href="objclass.htm#1078583">nginfo</a>エントリでCollabra Serverが使用し、個々のニュース グループのアクセスを管理します。この属性は、ngcomponent subtreeのブランチ ポイントにおいてのみ使用されます。Collabra Serverがこの属性に入力する情報のフォーマットと性質は、予告なしに変更されることがあります。<P></A>
+
+<A NAME="1036980">
+例:<P></A>
+<PRE><A NAME="1036981">
+ nsaclrole: admin:aprv
+</A>
+</PRE>
+<A NAME="1272665">
+OID: <code>2.16.840.1.113730.3.1.192</code><P></A>
+
+<A NAME="1036983">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1104932">
+<A NAME="nsCalAccess">
+<B>nsCalAccess</B>
+</a></a>
+<P>
+
+
+<A NAME="1177104">
+この属性は将来の使用のために予約されています。<P></A>
+
+<A NAME="1177105">
+Calendarユーザ、管理者、またはリソースに、Calendar Serverへのアクセスの認否を定義します。例:<P></A>
+<PRE><A NAME="1120940">
+ nsCalAccess: allow
+</A>
+</PRE>
+<A NAME="1270551">
+OID: <code>2.16.840.1.113730.3.1.112</code><P></A>
+
+<A NAME="1104935">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1177696">
+この属性は、標準LDAPスキーマへのNetscape社の拡張機能で、Calendar Serverが使用します。<P></A>
+<P>
+<A NAME="1166044">
+<A NAME="nsCalAccessDomain">
+<B>nsCalAccessDomain</B>
+</a></a>
+<P>
+
+
+<A NAME="1177890">
+Calendarユーザ、管理者、またはリソースがCalendarデータへのアクセスを許可される、アクセス元のインターネット ドメインまたはIPアドレスを含みます。<P></A>
+<PRE><A NAME="1120977">
+ nsCalAccessDomain: airius.com
+</A>
+</PRE>
+<A NAME="1270575">
+OID: <code>2.16.840.1.113730.3.1.113</code><P></A>
+
+<A NAME="1104940">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1177866">
+この属性は、標準LDAPスキーマへのNetscape社の拡張機能で、Calendar Serverが使用します。<P></A>
+<P>
+<A NAME="1104994">
+<A NAME="nsCalAdmd">
+<B>nsCalAdmd</B>
+</a></a>
+<P>
+
+
+<A NAME="1161412">
+この属性は、標準LDAPスキーマへのNetscape社の拡張機能で、Calendar Serverが使用します。この属性には、X.400 Administration Management Domain Nameが含まれます。例:<P></A>
+<PRE><A NAME="1120980">
+ nsCalAdmd: telemail
+</A>
+</PRE>
+<A NAME="1270587">
+OID: <code>2.16.840.1.113730.3.1.114</code><P></A>
+
+<A NAME="1104995">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1105005">&nbsp;
+</A>
+<A NAME="nsCalDefaultNoteReminder">
+<H3> nsCalDefaultNoteReminder</H3>
+</A>
+
+
+
+<A NAME="1162561">
+Calendarユーザーに送信されるノート リマインダのタイプがある場合、これを定義します。リマインダ タイプはnone (0)、visual (1)、またはvisual and audible (2)です。Length of the reminder (リマインダの長さ)は、ユーザーに送信されるリマインダのノートの有効時間を分単位で定義します。構文は <code>タイプ:分</code>です。例:<P></A>
+<PRE><A NAME="1162562">
+ nsCalDefaultNoteReminder: 1:10
+</A>
+</PRE>
+<A NAME="1270589">
+OID: <code>2.16.840.1.113730.3.1.115</code><P></A>
+
+<A NAME="1105006">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1174630">
+この属性は、標準LDAPスキーマへのNetscape社の拡張機能で、Calendar Serverが使用します。<P></A>
+<P>
+<A NAME="1162428">&nbsp;
+</A>
+<A NAME="nsCalDefaultReminder">
+<H3> nsCalDefaultReminder</H3>
+</A>
+
+
+
+<A NAME="1162430">
+カレンダーのイベント参加者に送信されるイベント リマインダのタイプがある場合、これを定義します。リマインダ タイプはnone (0)、visual (1)、または visual and audible (2)です。Length of the reminder (リマインダの長さ)は、イベント参加者に送信されるリマインダのイベントまでの時間を分単位で定義します。例:<P></A>
+<A NAME="1162431">
+<PRE><A NAME="1162431">
+ nsCalDefaultReminder: 1:10
+</A>
+</PRE>
+<A NAME="1270594">
+OID: <code>2.16.840.1.113730.3.1.116</code><P></A>
+
+<A NAME="1162433">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1175363">
+この属性は、標準LDAPスキーマへのNetscape社の拡張機能で、Calendar Serverが使用します。<P></A>
+
+
+<A NAME="1105139">&nbsp;
+</A>
+<A NAME="nsCalDefaultTaskReminder">
+<H3> nsCalDefaultTaskReminder</H3>
+</A>
+
+
+
+<A NAME="1162515">
+Calendarユーザーに送信されるタスク リマインダのタイプがある場合、これを定義します。リマインダ タイプはnone (0)、visual (1)、または visual and audible (2)です。Length of the reminder (リマインダの長さ)は、ユーザーに送信されるリマインダのタスク締切りまでの時間を分単位で定義します。例:<P></A>
+<PRE><A NAME="1162516">
+ nsCalDefaultTaskReminder: 1:10
+</A>
+</PRE>
+<A NAME="1270608">
+OID: <code>2.16.840.1.113730.3.1.117</code><P></A>
+
+<A NAME="1162518">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1175448">
+この属性は、標準LDAPスキーマへのNetscape社の拡張機能で、Calendar Serverが使用します。<P></A>
+
+
+<A NAME="1105164">
+<A NAME="nsCalDisplayPrefs">
+<B>nsCalDisplayPrefs</B>
+</a></a>
+<P>
+
+
+<A NAME="1161965">
+Calendarユーザまたはリソースの表示環境設定を含みます。この属性の構文は、次のとおりです。<code>Flags:StartDay:EndDay:WeekStart:TimeIncrement:ActiveDays:TimeFormat</code>. Flagsは現在使用されていません。StartDayは日付表示の開始時間(分)、 EndDayは日付表示の終了時間(分)、WeekStartはCalendarクライアントで表示する週の第1日目で、通常は日曜か月曜を示します。TimeIncrementでは表示する時間単位(分)を定義します。ActiveDaysでは、平日のみなど、表示する日を指定します。TimeFormatでは表示時間形式 (AM/PMまたは24時間)を示します。以下の例では、<code>4</code>はフラグを示し、フラグは使用されていません。StartDay値 (480)は午前8時、EndDay (1140)は午後7時、WeekStart (0)は日曜、TimeIncrementは15 分、ActiveDays値はすべて、TimeFormatは24時間に設定されています。<P></A>
+<A NAME="1234997">
+<PRE><A NAME="1234997">
+ nsCalDisplayPrefs: 4:480:1140:0:15:127:2
+</A>
+</PRE>
+<A NAME="1270696">
+OID: <code>2.16.840.1.113730.3.1.118</code><P></A>
+
+<A NAME="1161784">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1174421">
+この属性は、標準LDAPスキーマへのNetscape社の拡張機能で、Calendar Serverが使用します。<P></A>
+
+
+<A NAME="1164493">
+<A NAME="nsCalFlags">
+<B>nsCalFlags</B>
+</a></a>
+<P>
+
+
+<A NAME="1164494">
+この属性は、標準LDAPスキーマへのNetscape社の拡張機能で、Calendar Serverが使用します。将来の使用に予約。<P></A>
+
+<A NAME="1270698">
+OID: <code>2.16.840.1.113730.3.1.119</code><P></A>
+
+<A NAME="1235001">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1157806">
+<A NAME="nsCalHost">
+<B>nsCalHost</B>
+</a></a>
+<P>
+
+
+<A NAME="1157807">
+この属性は、標準LDAPスキーマへのNetscape社の拡張機能で、Calendar Serverが使用します。この属性は、Calendar Serverをホストするホスト名またはIPアドレスを含みます。例:<P></A>
+<PRE><A NAME="1122178">
+ nsCalHost: calserver.airius.com
+</A>
+</PRE>
+<A NAME="1270812">
+OID: <code>2.16.840.1.113730.3.1.120</code><P></A>
+
+<A NAME="1105325">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1105333">
+<A NAME="nsCalLanguageId">
+<B>nsCalLanguageId</B>
+</a></a>
+<P>
+
+
+<A NAME="1162674">
+この属性は、標準LDAPスキーマへのNetscape社の拡張機能で、Calendar Serverが使用します。この属性は、ユーザー、管理者、またはリソースが電子メール通知を受信する言語を定義します。例:<P></A>
+<PRE><A NAME="1122193">
+ nsCalLanguageId: english
+</A>
+</PRE>
+<A NAME="1270838">
+OID: <code>2.16.840.1.113730.3.1.121</code><P></A>
+
+<A NAME="1157843">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1157846">
+<A NAME="nsCalNodeAlias">
+<B>nsCalNodeAlias</B>
+</a></a>
+<P>
+
+
+<A NAME="1157847">
+この属性は、標準LDAPスキーマへのNetscape社の拡張機能で、Calendar Serverが使用します。この属性は、Calendarユーザの情報が保存されているノードのニーモニック名を含みます。例:<P></A>
+<PRE><A NAME="1171879">
+ nsCalNodeAlias: node10000
+</A>
+</PRE>
+<A NAME="1270844">
+OID: <code>2.16.840.1.113730.3.1.122</code><P></A>
+
+<A NAME="1118746">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1118755">
+<A NAME="nsCalNotifMechanism">
+<B>nsCalNotifMechanism</B>
+</a></a>
+<P>
+
+
+<A NAME="1162010">
+カレンダー イベント参加者の通知(通常は電子メール)に使用される機構を指定します。この属性の許容値は<code>1</code>および<code>0</code> で、<code>1</code> は通知が使用可能で、<code>0</code>は通知が使用不能であるのを意味します。例:<P></A>
+<PRE><A NAME="1122226">
+ nsCalNotifMechanism: 0
+</A>
+</PRE>
+<A NAME="1270863">
+OID: <code>2.16.840.1.113730.3.1.123</code><P></A>
+
+<A NAME="1118757">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1175516">
+この属性は、標準LDAPスキーマへのNetscape社の拡張機能で、Calendar Serverが使用します。<P></A>
+<P>
+<A NAME="1105631">
+<A NAME="nsCalOperatingPrefs">
+<B>nsCalOperatingPrefs</B>
+</a></a>
+<P>
+
+
+<A NAME="1161868">
+この属性は、標準LDAPスキーマへのNetscape社の拡張機能で、Calendar Serverが使用します。この属性は、ユーザまたはリソースのOS環境設定を定義します。将来の使用に予約。<P></A>
+
+<A NAME="1270865">
+OID: <code>2.16.840.1.113730.3.1.124</code><P></A>
+
+<A NAME="1161820">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1105739">
+<A NAME="nsCalOrgUnit2">
+<B>nsCalOrgUnit2</B>
+</a></a>
+<P>
+
+
+<A NAME="1161561">
+この属性は、標準LDAPスキーマへのNetscape社の拡張機能で、Calendar Serverが使用します。この属性は、ユーザまたは管理者のX.400 Organization Unit 2(OU2)を含みます。例:<P></A>
+<PRE><A NAME="1122284">
+ nsCalOrgUnit2: marketing
+</A>
+</PRE>
+<A NAME="1270887">
+OID: <code>2.16.840.1.113730.3.1.125</code><P></A>
+
+<A NAME="1105740">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1105752">
+<A NAME="nsCalOrgUnit3">
+<B>nsCalOrgUnit3</B>
+</a></a>
+<P>
+
+
+<A NAME="1161594">
+この属性は、標準LDAPスキーマへのNetscape社の拡張機能で、Calendar Serverが使用します。この属性は、ユーザまたは管理者のX.400 Organization Unit 3(OU3)を含みます。例:<P></A>
+<PRE><A NAME="1122291">
+ nsCalOrgUnit3: sales
+</A>
+</PRE>
+<A NAME="1270897">
+OID: <code>2.16.840.1.113730.3.1.126</code><P></A>
+
+<A NAME="1105753">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1105815">
+<A NAME="nsCalOrgUnit4">
+<B>nsCalOrgUnit4</B>
+</a></a>
+<P>
+
+
+<A NAME="1164929">
+この属性は、標準LDAPスキーマへのNetscape社の拡張機能で、Calendar Serverが使用します。この属性は、ユーザまたは管理者のX.400 Organization Unit 4(OU4)を含みます。例:<P></A>
+<PRE><A NAME="1164930">
+ nsCalOrgUnit4: engineering
+</A>
+</PRE>
+<A NAME="1270918">
+OID: <code>2.16.840.1.113730.3.1.127</code><P></A>
+
+<A NAME="1105816">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1105834">
+<A NAME="nsCalPasswordRequired">
+<B>nsCalPasswordRequired</B>
+</a></a>
+<P>
+
+
+<A NAME="1162629">
+Calendarデータにアクセスする際に、Calendarユーザがパスワードを入力する必要があるかどうかを指定します。許容値は、<code>1</code>および<code>0</code>で、<code>1</code>はパスワードが必要であり、<code>0</code>はパスワードが必要でないことを意味します。例:<P></A>
+<PRE><A NAME="1122383">
+ nsCalPasswordRequired: 1
+</A>
+</PRE>
+<A NAME="1270965">
+OID: <code>2.16.840.1.113730.3.1.128</code><P></A>
+
+<A NAME="1105835">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1175590">
+この属性は、標準LDAPスキーマへのNetscape社の拡張機能で、Calendar Serverが使用します。<P></A>
+<P>
+<A NAME="1105891">
+<A NAME="nsCalPrmd">
+<B>nsCalPrmd</B>
+</a></a>
+<P>
+
+
+<A NAME="1161468">
+この属性は、標準LDAPスキーマへのNetscape社の拡張機能で、Calendar Serverが使用します。この属性は、ユーザまたは管理者のX.400 Private Management Domain Nameを含みます。例:<P></A>
+<PRE><A NAME="1271010">
+ nsCalPrmd: airius
+</A>
+</PRE>
+<A NAME="1271034">
+OID: <code>2.16.840.1.113730.3.1.129</code><P></A>
+
+<A NAME="1271012">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1105943">
+<A NAME="nsCalRefreshPrefs">
+<B>nsCalRefreshPrefs</B>
+</a></a>
+<P>
+
+
+<A NAME="1165339">
+この属性は、ユーザーの環境設定を更新するかどうか、またその更新頻度を定義します。この属性の構文は <code>オン/オフ:分</code>です。<code>オン/オフ</code>の許容値は<code>1</code>および<code>0</code>で、<code>1</code>は環境設定を更新し、<code>0</code> は環境設定を更新しないことを意味します。 <code>オン/オフ</code>の値を<code>1</code>に設定している場合、更新間隔は分で入力します。次の例では、nsCalRefreshPrefsはオフに設定されています。<P></A>
+<PRE><A NAME="1171900">
+ nsCalRefreshPrefs: 0:0
+</A>
+</PRE>
+<A NAME="1271056">
+OID: <code>2.16.840.1.113730.3.1.130</code><P></A>
+
+<A NAME="1105944">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1173593">
+この属性は、標準LDAPスキーマへのNetscape社の拡張機能で、Calendar Serverが使用します。<P></A>
+<P>
+<A NAME="1105996">
+<A NAME="nsCalResourceCapacity">
+<B>nsCalResourceCapacity</B>
+</a></a>
+<P>
+
+
+<A NAME="1163461">
+この属性は、標準LDAPスキーマへのNetscape社の拡張機能で、Calendar Serverが使用します。この属性は、例えば会議室のようなリソースの容量を定義します。例:<P></A>
+<PRE><A NAME="1122484">
+ nsCalResourceCapacity: 65
+</A>
+</PRE>
+<A NAME="1271073">
+OID: <code>2.16.840.1.113730.3.1.131</code><P></A>
+
+<A NAME="1209240">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<A NAME="1209242">
+<A NAME="nsCalResourceNumber">
+<B>nsCalResourceNumber</B>
+</a></a>
+<P>
+
+
+<A NAME="1209244">
+この属性は、標準LDAPスキーマへのNetscape社の拡張機能で、Calendar Serverが使用します。この属性は、リソースの識別番号を含みます。例:<P></A>
+<PRE><A NAME="1165759">
+ nsCalResourceNumber: 6725
+</A>
+</PRE>
+<A NAME="1271092">
+OID: <code>2.16.840.1.113730.3.1.132</code><P></A>
+
+<A NAME="1106037">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1106093">
+<A NAME="nsCalServerVersion">
+<B>nsCalServerVersion</B>
+</a></a>
+<P>
+
+
+<A NAME="1160060">
+この属性は、標準LDAPスキーマへのNetscape社の拡張機能で、Calendar Serverが使用します。この属性は、CalendarユーザのデータをホストしているCalendar Serverのバージョン番号を含みます。例:<P></A>
+<A NAME="1122498">
+<PRE><A NAME="1122498">
+ nsCalServerVersion: 1.0
+</A>
+</PRE>
+<A NAME="1271164">
+OID: <code>2.16.840.1.113730.3.1.133</code><P></A>
+
+<A NAME="1106094">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1106115">
+<A NAME="nsCalSysopCanWritePassword">
+<B>nsCalSysopCanWritePassword</B>
+</a></a>
+<P>
+
+
+<A NAME="1162650">
+この属性は、標準LDAPスキーマへのNetscape社の拡張機能で、Calendar Serverが使用します。この属性は、Calendar Server管理者がユーザ、リソース、および他の管理者のパスワードを上書きできるかどうかを指定します。この属性の許容値は<code>1</code>および<code>0</code>で、<code>1</code>は管理者がパスワードを上書きでき、<code>0</code>は管理者がパスワードを上書きできないことを意味します。例:<P></A>
+<PRE><A NAME="1171915">
+ nsCalSysopCanWritePassword: 1
+</A>
+</PRE>
+<A NAME="1271166">
+OID: <code>2.16.840.1.113730.3.1.134</code><P></A>
+
+<A NAME="1106116">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1106160">
+<A NAME="nsCalTimezone">
+<B>nsCalTimezone</B>
+</a></a>
+<P>
+
+
+<A NAME="1162695">
+この属性は、標準LDAPスキーマへのNetscape社の拡張機能で、Calendar Serverが使用します。この属性は、リソースの現在の時間帯を含みます。例:<P></A>
+<PRE><A NAME="1122560">
+ nsCalTimezone: PST
+</A>
+</PRE>
+<A NAME="1271168">
+OID: <code>2.16.840.1.113730.3.1.135</code><P></A>
+
+<A NAME="1106161">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1106218">
+<A NAME="nsCalXItemId">
+<B>nsCalXItemId</B>
+</a></a>
+<P>
+
+
+<A NAME="1159973">
+この属性は、標準LDAPスキーマへのNetscape社の拡張機能で、Calendar Serverが使用します。この属性は、ディレクトリを代表するnsCalendarObjectの一意の識別子を含みます。この識別子は、Calendarユーザー、管理者、またはリソースのデータが保存されているノードの識別番号と、Calendarユーザー、管理者、またはリソースの識別番号とから構成されています。形式は<code>NodeId,ItemId</code>でなければなりません。例:<P></A>
+<PRE><A NAME="1159974">
+ nsCalXItemId: 123,6547
+</A>
+</PRE>
+<A NAME="1271216">
+OID: <code>2.16.840.1.113730.3.1.136</code><P></A>
+
+<A NAME="1106219">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1037693">
+<A NAME="nscreator">
+<B>nscreator</B>
+</a></a>
+<P>
+
+
+<A NAME="1037694">
+ニュース グループの作成者を識別します。この属性は、標準LDAPスキーマへのNetscape社の拡張機能で、Collabra Serverが使用して、<a href="objclass.htm#1078583">nginfo</a>エントリでニュース グループの作成者uidを識別します。Collabra Serverがこの属性に入力する情報のフォーマットと性質は、予告なしに変更されることがあります。<P></A>
+
+<A NAME="1037696">
+例:<P></A>
+<PRE><A NAME="1037697">
+ nscreator: admin
+</A>
+</PRE>
+<A NAME="1272746">
+OID: <code>2.16.840.1.113730.3.1.195</code><P></A>
+
+<A NAME="1037699">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1037564">
+<A NAME="nsflags">
+<B>nsflags</B>
+</a></a>
+<P>
+
+<A NAME="1037565">
+将来の使用に予約。<P></A>
+
+<A NAME="1272737">
+OID: <code>2.16.840.1.113730.3.1.194</code><P></A>
+
+<A NAME="1037567">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1091847">
+<A NAME="nsLicensedFor">
+<B>nsLicensedFor</B>
+</a></a>
+<P>
+
+
+<A NAME="1305579">
+ユーザが使用許諾契約を持つNetscapeサーバを識別します。Netscape Administration Serverでは、この属性のインスタンスが各<a href="attribut.htm#">nsLicenseUser</a>エントリについて、ゼロまたはそれ以上含まれている必要があります。現在この属性の有効キーワードは、次のとおりです。<P></A>
+<ul><A NAME="1305581">
+<LI><code>mail</code>--ユーザは、Messaging Serverのライセンス契約を持つクライアントです。<P>
+</A>
+<A NAME="1305582">
+<LI><code>news</code>--ユーザは、Collabra Serverのライセンス契約を持つクライアントです。<P>
+</A>
+<A NAME="1091852">
+<LI><code>slapd</code>--ユーザは、Directory Serverのライセンス契約を持つクライアントです。<P>
+</A>
+<A NAME="1091853">
+<LI><code>cal</code>--ユーザは、Calendar Serverのライセンス契約を持つクライアントです。<P>
+</A>
+</ul>
+<A NAME="1091854">
+例:<P></A>
+<PRE><A NAME="1091855">
+ nsLicensedFor: slapd
+</A>
+</PRE>
+<A NAME="1257889">
+OID: <code>2.16.840.1.113730.3.1.36</code><P></A>
+
+<A NAME="1091857">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1091859">
+<A NAME="nsLicenseStartTime">
+<B>nsLicenseStartTime</B>
+</a></a>
+<P>
+
+
+<A NAME="1091860">
+将来の使用に予約。<P></A>
+
+<A NAME="1257896">
+OID: <code>2.16.840.1.113730.3.1.37</code><P></A>
+
+<A NAME="1091862">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1091864">
+<A NAME="nsLicenseEndTime">
+<B>nsLicenseEndTime</B>
+</a></a>
+<P>
+
+<A NAME="1091865">
+将来の使用に予約。<P></A>
+
+<A NAME="1257974">
+OID: <code>2.16.840.1.113730.3.1.38</code><P></A>
+
+<A NAME="1091867">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1092030">
+<A NAME="nsnewsACL">
+<B>nsnewsACL</B>
+</a></a>
+<P>
+
+
+<A NAME="1092031">
+個々のニュース グループに設定されたアクセス制御を識別します。この属性は標準LDAPスキーマへのNetscape社の拡張機能です。Collabra Serverが使用して、<a href="attribut.htm#">nginfo</a>エントリで個々のニュース グループのアクセス制御を識別します。Collabra Serverがこの属性に入力する情報のフォーマットと性質は、予告なしに変更されることがあります。<P></A>
+
+<A NAME="1092033">
+例:<P></A>
+<PRE><A NAME="1092034">
+ nsnewsACL: 2:*:a:D::admin:bpolk::d:*:a:D::manager:admin::d:
+</A>
+</PRE>
+<A NAME="1272650">
+OID: <code>2.16.840.1.113730.3.1.191</code><P></A>
+
+<A NAME="1092036">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1037277">
+<A NAME="nsprettyname">
+<B>nsprettyname</B>
+</a></a>
+<P>
+
+
+<A NAME="1037278">
+ニュース グループの洒落た名前または表示名を識別します。この属性は、標準LDAPスキーマへのNetscape社の拡張機能で、Collabra Serverが使用して、<a href="attribut.htm#">nginfo</a>エントリで個々のニュース グループを識別します。Collabra Serverがこの属性に入力する情報のフォーマットと性質は、予告なしに変更されることがあります。<P></A>
+
+<A NAME="1037280">
+例:<P></A>
+<PRE><A NAME="1037281">
+ nsprettyname: MKTG FOR RACHU
+</A>
+</PRE>
+<A NAME="1272668">
+OID: <code>2.16.840.1.113730.3.1.193</code><P></A>
+
+<A NAME="1037283">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1122623">
+<A NAME="ntGroupAttributes">
+<B>ntGroupAttributes</B>
+</a></a>
+<P>
+
+
+<A NAME="1122625">
+NT同期化サービスが、NTグループの属性保存に使用するため予約。<P></A>
+
+<A NAME="1262720">
+OID: <code>1.2.840.113556.1.4.152</code><P></A>
+
+<A NAME="1251757">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+<P>
+<A NAME="1122633">
+<A NAME="ntGroupCreateNewGroup">
+<B>ntGroupCreateNewGroup</B>
+</a></a>
+<P>
+
+
+<A NAME="1122635">
+NT同期化サービスの使用に予約。<P></A>
+
+<A NAME="1258152">
+OID: <code>2.16.840.1.113730.3.1.45</code><P></A>
+
+<A NAME="1258154">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1103799">
+<A NAME="ntGroupDeleteGroup">
+<B>ntGroupDeleteGroup</B>
+</a></a>
+<P>
+
+
+<A NAME="1103800">
+NT同期化サービスの使用に予約。<P></A>
+
+<A NAME="1258186">
+OID: <code>2.16.840.1.113730.3.1.46</code><P></A>
+
+<A NAME="1258188">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1103684">
+<A NAME="ntGroupDomainId">
+<B>ntGroupDomainId</B>
+</a></a>
+<P>
+
+
+<A NAME="1103686">
+NT同期化サービスによって使用され、NT Global Groupname/Domainを保存します。<P></A>
+
+<A NAME="1258086">
+OID: <code>2.16.840.1.113730.3.1.44</code><P></A>
+
+<A NAME="1251773">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1104232">
+<A NAME="ntGroupId">
+<B>ntGroupId</B>
+</a></a>
+<P>
+
+
+<A NAME="1104233">
+未定義<P></A>
+
+<A NAME="1260150">
+OID: <code>2.16.840.1.113730.3.1.110</code><P></A>
+
+<A NAME="1104234">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+<P>
+<A NAME="1283379">
+<A NAME="ntGroupType">
+<B>ntGroupType</B>
+</a></a>
+<P>
+
+
+<A NAME="1283380">
+2つの有効値はglobalおよびlocalです。<P></A>
+
+<A NAME="1283381">
+OID: <code>2.16.840.1.113730.3.1.47</code><P></A>
+
+<A NAME="1283383">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1013839">&nbsp;
+</A>
+<A NAME="ntUserAcctExpires">
+<H3> ntUserAcctExpires</H3>
+</A>
+
+
+
+<A NAME="1013857">
+エントリのWindows NTアカウント失効日を示します。この値は、GMT形式の文字列として保存されます。例:<P></A>
+<A NAME="1013887">
+<PRE> ntUserAcctExpires: 19961015203415Z
+</PRE>
+</A>
+
+<A NAME="1024626">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1014052">&nbsp;
+</A>
+<A NAME="ntUserAuthFlags">
+<H3> ntUserAuthFlags</H3>
+</A>
+
+
+
+<A NAME="1014053">
+Windowsネットワークにおけるエントリの命令特権が含まれる符号なしの長整数を示します。例:<P></A>
+<A NAME="1038769">
+<PRE> ntUserAuthFlags: AAAAAA==
+</PRE>
+</A>
+
+<A NAME="1038770">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1038772">&nbsp;
+</A>
+<A NAME="ntUserBadPwCount">
+<H3> ntUserBadPwCount</H3>
+</A>
+
+
+
+<A NAME="1014169">
+正しくないパスワードを使用してWindowsアカウントにログオンを試みた回数を示します。 0xFFFFFFFFの値は、値が不明であることを示します。例:<P></A>
+<A NAME="1014915">
+<PRE> ntUserBadPwCount: AAAAAA==
+</PRE>
+</A>
+
+<A NAME="1038807">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1014973">&nbsp;
+</A>
+<A NAME="ntUserCodePage">
+<H3> ntUserCodePage</H3>
+</A>
+
+
+
+<A NAME="1014989">
+ユーザーの選択言語のコード ページ。例:<P></A>
+<A NAME="1015015">
+<PRE> ntUserCodePage: AAAAAA==
+</PRE>
+</A>
+
+<A NAME="1246827">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1246829">&nbsp;
+</A>
+<A NAME="ntUsercomment">
+<H3> ntUsercomment</H3>
+</A>
+
+
+
+<A NAME="1246830">
+このエントリに関する記述または注釈を示すASCII文字列。例:<P></A>
+<A NAME="1015193">
+<PRE> ntUserComment: Quality control inspector for the ME2873 <br>
+ product line
+</PRE>
+</A>
+
+<A NAME="1038675">
+構文: <a href="attribut.htm#1004702">cis </a><P></A>
+
+
+<A NAME="1015155">&nbsp;
+</A>
+<A NAME="ntUserCountryCode">
+<H3> ntUserCountryCode</H3>
+</A>
+
+
+
+<A NAME="1015217">
+ユーザーの選択言語の国コード。例:<P></A>
+<A NAME="1015224">
+<PRE> ntUserCountryCode: AAAAAA==
+</PRE>
+</A>
+
+<A NAME="1038682">
+構文: <a href="attribut.htm#1004702">cis </a><P></A>
+
+
+<A NAME="1015239">&nbsp;
+</A>
+<A NAME="ntUserCreateNewAccount">
+<H3> ntUserCreateNewAccount</H3>
+</A>
+
+
+
+<A NAME="1015245">
+Directory Serverの新規ユーザー エントリに対応するNTユーザー アカウントを作成する必要があるかどうかを示します。 ntUserCreateNewAccountはDirectory Serverから編集できます。ntUserCreateNewAccountが<code>True</code>に設定されており、しかも特定ユーザー名のNTアカウントが存在しない場合は、NTアカウントが作成されます。この属性が<code>False</code>に設定されており、しかもNTアカウントが存在しない場合は、エラーが記録されます。NTアカウントが存在し、属性が<code>False</code>に設定されている場合は、既存のNTアカウントが更新されます。例:<P></A>
+<PRE><A NAME="1015264">
+ ntUserCreateNewAccount: true
+</A>
+</PRE>
+<A NAME="1258018">
+OID: <code>2.16.840.1.113730.3.1.42</code><P></A>
+
+<A NAME="1258029">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1015309">
+<A NAME="NTUserDelete">
+<B>ntUserDeleteAccount</B>
+</a></a>
+<P>
+<A NAME="1015321">
+Directory Serverからエントリを削除する際にNTユーザー アカウントを削除する必要があるかどうかを示します。ntUserDeleteAccountはDirectory Serverから編集できます。この属性が<code>true</code>に設定されている場合は、Directory Serverからエントリを削除すると NTユーザー アカウントが削除されます。この属性が<code>false</code>に設定されている場合は、NTユーザー アカウントは削除されません。ntUserエントリの削除の詳細は、「NTUserエントリの削除」をご覧ください。例:<P></A>
+<A NAME="1015367">
+<PRE> ntUserDeleteAccount: true
+</PRE>
+</A>
+
+<A NAME="1038688">
+構文: <a href="attribut.htm#1004702">cis </a><P></A>
+<P>
+<A NAME="1015403">
+<A NAME="ntUserDomainId">
+<B>ntUserDomainId</B>
+</a></a>
+<P>
+
+
+<A NAME="1015422">
+エントリのNTドメイン名とユーザー名をNT-domain-name:NT-usernameの形式で示します。NTUserDomainIdはDirectory Serverから編集できます。例:<P></A>
+<A NAME="1015476">
+<PRE> ntUserDomainId: workgroup:jsmith
+</PRE>
+</A>
+
+<A NAME="1038691">
+構文: <a href="attribut.htm#1004702">cis </a><P></A>
+<P>
+<A NAME="1015534">
+<A NAME="ntUserFlags">
+<B>ntUserFlags</B>
+</a></a>
+<P>
+
+
+<A NAME="1015550">
+ユーザーとアカウントに関するいくつかの機能を判定する値を示します。例:<P></A>
+<A NAME="1015561">
+<PRE> ntUserFlags: AQIBAA==
+</PRE>
+</A>
+
+<A NAME="1038821">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1015584">&nbsp;
+</A>
+<A NAME="ntUserHomeDir">
+<H3> ntUserHomeDir</H3>
+</A>
+
+
+
+<A NAME="1015596">
+ユーザーのホーム ディレクトリのパスを示すASCII文字列。文字列にはヌルを使用できます。例:<P></A>
+<A NAME="1015610">
+<PRE> ntUserHomeDir: c:\u\d78\jsmith\
+</PRE>
+</A>
+
+<A NAME="1038694">
+構文: <a href="attribut.htm#1004702">cis </a><P></A>
+<P>
+<A NAME="1015624">
+<A NAME="ntUserHomeDirDrive">
+<B>ntUserHomeDirDrive</B>
+</a></a>
+<P>
+
+
+<A NAME="1015648">
+ユーザーのホーム ディレクトリに割り当てられたドライブの文字を示すASCII文字列。例:<P></A>
+<A NAME="1015659">
+<PRE> ntUserHomeDirDrive: c:
+</PRE>
+</A>
+
+<A NAME="1038697">
+構文: <a href="attribut.htm#1004702">cis </a><P></A>
+<P>
+<A NAME="1015682">
+<A NAME="ntUserLastLogoff">
+<B>ntUserLastLogoff</B>
+</a></a>
+<P>
+
+
+<A NAME="1015726">
+最後のログオフ時刻を示します。この値はGMT形式の文字列として保存されます。例:<P></A>
+<A NAME="1015727">
+<PRE> ntUserLastLogoff: 19961015203415Z
+</PRE>
+</A>
+
+<A NAME="1019703">
+セキュリティ ログがオンになっていて、その他のユーザー エントリに変更されているものがある場合に限り、この属性が同期化の際に更新されることに注意してください。<P></A>
+
+<A NAME="1038700">
+構文: <a href="attribut.htm#1004702">cis </a><P></A>
+<P>
+<A NAME="1015722">
+<A NAME="ntUserLastLogon">
+<B>ntUserLastLogon</B>
+</a></a>
+<P>
+
+
+<A NAME="1015750">
+最後のログオン時刻を示します。この値はGMT形式の文字列として保存されます。例:<P></A>
+<A NAME="1015751">
+<PRE> ntUserLastLogon: 19961015203415Z
+</PRE>
+</A>
+
+<A NAME="1019919">
+セキュリティ ログがオンになっていて、その他のユーザー エントリに変更されているものがある場合に限り、この属性が同期化の際に更新されることに注意してください。<P></A>
+
+<A NAME="1038703">
+構文: <a href="attribut.htm#1004702">cis </a><P></A>
+<P>
+<A NAME="1015746">
+<A NAME="ntUserLogonHours">
+<B>ntUserLogonHours</B>
+</a></a>
+<P>
+
+
+<A NAME="1015787">
+ユーザーがログオン可能な時間帯を示します。時刻は、文字列内において曜日の時間とビットとの1対1対応で示されます。例えば、ビット 0ワード0は日曜の 0:00から0:59です。ビット1 ワード0は日曜の1:00から1:59です。例:<P></A>
+<A NAME="1015803">
+<PRE> ntUserLogonHours: ///1000011100000101111111...
+</PRE>
+</A>
+
+<A NAME="1019921">
+セキュリティ ログがオンになっていて、その他のユーザー エントリに変更されているものがある場合に限り、この属性が同期化の際に更新されることに注意してください。<P></A>
+
+<A NAME="1038824">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1015839">&nbsp;
+</A>
+<A NAME="ntUserLogonServer">
+<H3> ntUserLogonServer</H3>
+</A>
+
+
+
+<A NAME="1015859">
+ユーザーのログオン要求が送信されたサーバー名を示すASCII文字列。サーバー名は2個のバックスラッシュ(\\)によって先行されなければなりません。\\*のサーバー名は、ログオン要求が任意のログオンサーバーによって処理可能なことを示します。ヌル文字列は、要求がドメイン コントローラに送信されることを示します。例:<P></A>
+<A NAME="1015953">
+<PRE> ntUserLogonServer: \\firefly
+</PRE>
+</A>
+
+<A NAME="1038706">
+構文: <a href="attribut.htm#1004702">cis </a><P></A>
+<P>
+<A NAME="1015984">
+<A NAME="ntUserMaxStorage">
+<B>ntUserMaxStorage</B>
+</a></a>
+<P>
+
+
+<A NAME="1015997">
+ユーザーが使用できる最大ディスク容量。例:<P></A>
+<A NAME="1016004">
+<PRE> ntUserMaxStorage: ///////W==
+</PRE>
+</A>
+
+<A NAME="1038827">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1016030">&nbsp;
+</A>
+<A NAME="ntUserNumLogons">
+<H3> ntUserNumLogons</H3>
+</A>
+
+
+
+<A NAME="1016043">
+このアカウントに成功したログオン回数を示します。0xFFFFFFFFの値は、値が不明であることを示します。例:<P></A>
+<A NAME="1016085">
+<PRE> ntUserNumLogons: WwAAAA==
+</PRE>
+</A>
+
+<A NAME="1038830">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1021575">&nbsp;
+</A>
+<A NAME="ntUserParms">
+<H3> ntUserParms</H3>
+</A>
+
+
+
+<A NAME="1021584">
+アプリケーションによる使用のために予約されているユニコード文字列。例:<P></A>
+<A NAME="1021587">
+<PRE> ntUserParms: Temp date is today
+</PRE>
+</A>
+
+<A NAME="1038709">
+構文: <a href="attribut.htm#1004702">cis </a><P></A>
+<P>
+<A NAME="1016157">
+<A NAME="ntUserPasswordExpired">
+<B>ntUserPasswordExpired</B>
+</a></a>
+<P>
+
+
+<A NAME="1259827">
+ユーザーのNTパスワードが失効しているかどうかを示します。パスワードが失効していない場合は値はゼロで、失効している場合は非ゼロです。例:<P></A>
+<PRE><A NAME="1259828">
+ ntUserPasswordExpired: AAAAAA==
+</A>
+</PRE>
+<A NAME="1259829">
+OID: <code>2.16.840.1.113730.3.1.68</code><P></A>
+
+<A NAME="1038833">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1016246">&nbsp;
+</A>
+<A NAME="ntUserPrimaryGroupId">
+<H3> ntUserPrimaryGroupId</H3>
+</A>
+
+
+
+<A NAME="1016259">
+ユーザーについてのPrimary Global Groupの相対ID (RID)を示します。例:<P></A>
+<A NAME="1016262">
+<PRE> ntUserPrimaryGroupId: AQJAAA==
+</PRE>
+</A>
+
+<A NAME="1038836">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1017849">&nbsp;
+</A>
+<A NAME="ntUserPriv">
+<H3> ntUserPriv</H3>
+</A>
+
+
+
+<A NAME="1017863">
+Windowsネットワークにおけるユーザーの特権レベルを示します。例:<P></A>
+<A NAME="1017866">
+<PRE> ntUserPriv: AgAAAA==
+</PRE>
+</A>
+
+<A NAME="1038839">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1016298">&nbsp;
+</A>
+<A NAME="ntUserProfile">
+<H3> ntUserProfile</H3>
+</A>
+
+
+
+<A NAME="1016315">
+ユーザーのプロフィールへのパスを示します。例:<P></A>
+<A NAME="1016326">
+<PRE> ntUserProfile: c:\u\d78\jsmith\profile.txt
+</PRE>
+</A>
+
+<A NAME="1038712">
+構文: <a href="attribut.htm#1004702">cis </a><P></A>
+<P>
+<A NAME="1016395">
+<A NAME="ntUserScriptPath">
+<B>ntUserScriptPath</B>
+</a></a>
+<P>
+
+
+<A NAME="1016433">
+ユーザーのログイン スクリプトへのパスを示すASCII文字列。例:<P></A>
+<A NAME="1016470">
+<PRE> ntUserScriptPath: c:\u\d78\jsmith\lscript.bat
+</PRE>
+</A>
+
+<A NAME="1038715">
+構文: <a href="attribut.htm#1004702">cis </a><P></A>
+<P>
+<A NAME="1016531">
+<A NAME="ntUserUniqueId">
+<B>ntUserUniqueId</B>
+</a></a>
+<P>
+
+
+<A NAME="1016564">
+ユーザーの相対ID (RID)を示します。RIDは、ドメイン内のSAMに対しユーザーの身分を証明するものです。例:<P></A>
+<A NAME="1016605">
+<PRE> ntUserUniqueId: 6AMAAA==
+</PRE>
+</A>
+
+<A NAME="1038842">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1016632">&nbsp;
+</A>
+<A NAME="ntUserUnitsPerWeek">
+<H3> ntUserUnitsPerWeek</H3>
+</A>
+
+
+
+<A NAME="1016672">
+ntUserLogonHoursの長さを計算するために、週を均等の時間単位に分割する数を示します。例:<P></A>
+<A NAME="1016675">
+<PRE> ntUserUnitsPerWeek: qAAAAA==
+</PRE>
+</A>
+
+<A NAME="1038845">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1016696">&nbsp;
+</A>
+<A NAME="ntUserusrComment">
+<H3> ntUserusrComment</H3>
+</A>
+
+
+
+<A NAME="1016715">
+このエントリに関する記述または注釈を示すASCII文字列。例:<P></A>
+<A NAME="1016716">
+<PRE> ntUserComment: Quality control inspector for the ME2873 <br>
+ product line
+</PRE>
+</A>
+
+<A NAME="1038718">
+構文: <a href="attribut.htm#1004702">cis </a><P></A>
+<P>
+<A NAME="1016728">
+<A NAME="ntUserWorkstations">
+<B>ntUserWorkstations</B>
+</a></a>
+<P>
+
+
+<A NAME="1016750">
+ユーザーがログオンするのに使用ワークステーション名を示すASCII文字列。カンマで区切って、最高8台のワークステーションを指定できます。任意のワークステーションからログオンする場合はヌルを使用します。例:<P></A>
+<A NAME="1016869">
+<PRE> ntUserWorkstations: firefly
+</PRE>
+</A>
+
+<A NAME="1038721">
+構文: <a href="attribut.htm#1004702">cis </a><P></A>
+<P>
+<A NAME="1281611">
+<A NAME="o">
+<B>o</B>
+</a></a>
+<P>
+
+
+<A NAME="1281612">
+組織名を指定します。例:<P></A>
+<PRE><A NAME="1281613">
+ organizationName: Airius, Inc.
+</A>
+</PRE>
+<A NAME="1281614">
+または<P></A>
+<PRE><A NAME="1281615">
+ o: Airius, Inc
+</A>
+</PRE>
+<A NAME="1281616">
+略号: o<P></A>
+
+<A NAME="1281617">
+OID: <code>2.5.4.10</code><P></A>
+
+<A NAME="1281619">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1229677">
+<A NAME="objectClass">
+<B>objectClass</B>
+</a></a>
+<P>
+
+
+<A NAME="1229678">
+ディレクトリサーバーの使用に予約。<P></A>
+
+<A NAME="1229681">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1242815">&nbsp;
+</A>
+<A NAME="objectClasses">
+<H3> objectClasses</H3>
+</A>
+
+
+
+<A NAME="1242816">
+予約されています。<P></A>
+
+<A NAME="1242819">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1202192">&nbsp;
+</A>
+<A NAME="obsoletedByDocument">
+<H3> obsoletedByDocument</H3>
+</A>
+
+
+
+<A NAME="1202193">
+ドキュメント エントリを使用しなくなったドキュメントの識別名が含まれます。<P></A>
+
+<A NAME="1202196">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+
+<A NAME="1202199">&nbsp;
+</A>
+<A NAME="obsoletesDocument">
+<H3> obsoletesDocument</H3>
+</A>
+
+
+
+<A NAME="1217320">
+ドキュメント エントリによって使用されなくなったドキュメントの識別名が含まれます。<P></A>
+
+<A NAME="1202203">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+
+<A NAME="1202208">&nbsp;
+</A>
+<A NAME="organizationalStatus">
+<H3> organizationalStatus</H3>
+</A>
+
+
+
+<A NAME="1214388">
+組織においてユーザーが頻繁に参照されるカテゴリを示します。例:<P></A>
+<A NAME="1214389">
+<PRE> organizationalStatus: researcher
+</PRE>
+</A>
+
+<A NAME="1240989">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1202220">&nbsp;
+</A>
+<A NAME="otherMailbox">
+<H3> otherMailbox</H3>
+</A>
+
+
+
+<A NAME="1214414">
+X.400とrfc822以外の電子メールボックス タイプの値を示します。<P></A>
+
+<A NAME="1202221">
+. 例:<P></A>
+<A NAME="1202222">
+<PRE> otherMailbox: internet $ jdoe@airius.com
+</PRE>
+</A>
+
+<A NAME="1202224">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1241174">&nbsp;
+</A>
+<A NAME="ou">
+<H3> ou</H3>
+</A>
+
+
+
+<A NAME="1241175">
+組織単位名を示します。例:<P></A>
+<A NAME="1241176">
+<PRE> organizationUnitName: Marketing
+</PRE>
+</A>
+
+<A NAME="1241177">
+または、<P></A>
+<A NAME="1241178">
+<PRE> ou: Marketing
+</PRE>
+</A>
+
+<A NAME="1241180">
+<a href="attribut.htm#">略号</a>: ou<P></A>
+
+<A NAME="1241182">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1005719">&nbsp;
+</A>
+<A NAME="owner">
+<H3> owner</H3>
+</A>
+
+
+
+<A NAME="1005732">
+エントリの責任者の識別名 (DN - distinguished name)を示します。例:<P></A>
+<A NAME="1005743">
+<PRE> owner: <I>cn=John Smith, o=Netscape Communications Corp., c=US
+</I></PRE>
+</A>
+
+<A NAME="1005754">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+
+<A NAME="1003070">&nbsp;
+</A>
+<A NAME="pager">
+<H3> pager</H3>
+</A>
+
+
+
+<A NAME="1003071">
+エントリのポケットベル番号を示します。例:<P></A>
+<A NAME="1003777">
+<PRE> pagerTelephoneNumber: 415-555-6789
+</PRE>
+</A>
+
+<A NAME="1011248">
+または、<P></A>
+<A NAME="1011258">
+<PRE> pager: 415-555-6789
+</PRE>
+</A>
+
+<A NAME="1003795">
+<a href="attribut.htm#">略号</a>: pager<P></A>
+
+<A NAME="1011303">
+構文: <a href="attribut.htm#1004703">tel</a><P></A>
+
+
+<A NAME="1157269">&nbsp;
+</A>
+<A NAME="passwordChange">
+<H3> passwordChange</H3>
+</A>
+
+
+
+<A NAME="1157270">
+ユーザーによるパスワードの変更が、必須、可能、不可能のいずれであるか定義します。有効値は、<code>must</code>、<code>may</code>、または<code>no</code>です。<code>must</code>の値は、ユーザーが指定間隔でパスワードを変更する必要があることを示意味します。<code>may</code>の値は、ユーザーがパスワードを変更できることを意味します。<code>no</code>の値は、ユーザーがパスワードを変更できないことを意味します。例:<P></A>
+<A NAME="1157271">
+<PRE> passwordChange: <code>no
+</code></PRE>
+</A>
+
+<A NAME="1157273">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1157285">&nbsp;
+</A>
+<A NAME="passwordCheck構文">
+<H3>passwordCheck構文</H3>
+</A>
+
+
+
+<A NAME="1157402">
+パスワードの構文チェックがオン、オフのいずれであるか定義します。許容値は<code>1</code>および<code>0</code>で、<code>1</code>は構文チェックがオン、<code>0</code>は構文チェックがオフであるのを意味します。例:<P></A>
+<A NAME="1157287">
+<PRE> passwordCheck構文: 0
+</PRE>
+</A>
+
+<A NAME="1157289">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1155167">&nbsp;
+</A>
+<A NAME="passwordExp">
+<H3>passwordExp</H3>
+</A>
+
+
+
+<A NAME="1155169">
+ユーザ パスワードが期限切れになるかどうかを定義します。許容値は<code>1</code>および<code>0</code>で、<code>1</code>はパスワードが期限切れになること、<code>0</code>はパスワードが期限切れしないことを意味します。例:<P></A>
+<A NAME="1155249">
+<PRE> passwordExp: 0
+</PRE>
+</A>
+
+<A NAME="1155171">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1246150">&nbsp;
+</A>
+<A NAME="passwordExpWarned">
+<H3>passwordExpWarned</H3>
+</A>
+
+
+
+<A NAME="1246152">
+ユーザーに送信されるパスワード失効警告を追跡するために、Directory Serverが使用します。許容値は<code>1</code>と<code>0</code>で、<code>1</code>は警告がユーザーに送信されること、 <code>0</code>は警告がユーザーに送信されないこと意味します。例:<P></A>
+<A NAME="1246153">
+<PRE> passwordExpWarned: 0
+</PRE>
+</A>
+
+<A NAME="1246155">
+構文: <a href="attribut.htm#1004702">cis operational</a><P></A>
+
+<A NAME="1246156">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1103904">&nbsp;
+</A>
+<A NAME="passwordExpirationTime">
+<H3>passwordExpirationTime</H3>
+</A>
+
+
+
+<A NAME="1166092">
+ユーザのパスワードが期限切れになるまでの時間を秒数で定義します。<P></A>
+<A NAME="1166093">
+<PRE> passwordExpirationTime: 8640000
+</PRE>
+</A>
+
+<A NAME="1104141">
+構文: <a href="attribut.htm#1004702">cis operational</a><P></A>
+
+<A NAME="1166110">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+<P>
+<A NAME="1293088">
+<A NAME="passwordExpWarned">
+<B>passwordExpWarned</B>
+</a></a>
+<P>
+
+
+<A NAME="1293090">
+Directory Serverが使用して、ユーザーに送信されるパスワード失効警告を追跡します。許容値は<code>1</code>および<code>0</code>で、<code>1</code>は警告がユーザーに送信されたこと、<code>0</code>は警告がユーザーに送信されていないこと意味します。例:<P></A>
+<PRE><A NAME="1293091">
+ passwordExpWarned: 0
+</A>
+</PRE>
+<A NAME="1293092">
+OID: <code>2.16.840.1.113730.3.1.92</code><P></A>
+
+<A NAME="1293095">
+構文: <a href="attribut.htm#1004702">cis </a><a href="attribut.htm#1251525">operational</a><P></A>
+<P>
+
+<A NAME="1104144">
+<A NAME="passwordHistory">
+<B>passwordHistory</B>
+</a></a>
+<P>
+
+
+<A NAME="1155016">
+ユーザ パスワードの履歴を含みます。例:<P></A>
+
+<A NAME="1104110">
+構文: <a href="attribut.htm#1004700">bin operational</a><P></A>
+
+<A NAME="1166119">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+<P>
+<A NAME="1104470">
+<A NAME="passwordInHistory">
+<B>passwordInHistory</B>
+</a></a>
+<P>
+
+
+<A NAME="1104471">
+パスワード履歴が保存されている場合、この属性値は履歴リストに保存されるエントリの数を定義します。例:<P></A>
+<PRE><A NAME="1157501">
+ passwordInHistory: 6
+</A>
+</PRE>
+<A NAME="1260030">
+OID: <code>2.16.840.1.113730.3.1.101</code><P></A>
+
+<A NAME="1104473">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1166153">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1156663">
+<A NAME="passwordKeepHistory">
+<B>passwordKeepHistory</B>
+</a></a>
+<P>
+
+
+<A NAME="1156665">
+ユーザ パスワードの履歴を保存するかどうかを定義します。許容値は<code>1</code>および<code>0</code>で、<code>1</code>は履歴を保存すること、<code>0</code>は履歴を保存しないことを意味します。例:<P></A>
+<A NAME="1156666">
+<PRE> passwordKeepHistory: 0
+</PRE>
+</A>
+
+<A NAME="1156668">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1166196">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1156671">&nbsp;
+</A>
+<A NAME="passwordLockout">
+<H3>passwordLockout</H3>
+</A>
+
+
+
+<A NAME="1156672">
+ディレクトリへのバインド失敗が連続した場合、ユーザを締め出すかどうかを定義します。許容値は<code>1</code>および<code>0</code>で、1はユーザーが締め出されること、0はユーザーが締め出されないことを意味します。例:<P></A>
+<A NAME="1156673">
+<PRE> passwordLockout: 0
+</PRE>
+</A>
+
+<A NAME="1156675">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1166205">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1104188">&nbsp;
+</A>
+<A NAME="passwordLockoutDuration">
+<H3> passwordLockoutDuration</H3>
+</A>
+
+
+
+<A NAME="1104189">
+ディレクトリからユーザーを締め出す時間を秒単位で定義します。例:<P></A>
+<A NAME="1155990">
+<PRE> passwordLockoutDuration: 600
+</PRE>
+</A>
+
+<A NAME="1104190">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1166333">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1166286">&nbsp;
+</A>
+<A NAME="passwordMaxAge">
+<H3> passwordMaxAge</H3>
+</A>
+
+
+
+<A NAME="1166287">
+パスワード失効までのパスワードの使用時間を秒単位で定義します。<P></A>
+<A NAME="1166288">
+<PRE> passwordMaxAge: 8640000
+</PRE>
+</A>
+
+<A NAME="1104336">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1166368">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1104715">&nbsp;
+</A>
+<A NAME="passwordMaxFailure">
+<H3>passwordMaxFailure</H3>
+</A>
+
+
+
+<A NAME="1104716">
+ディレクトリへのバインド失敗を指定回数繰り返したら、ユーザを締出すようサーバに指示します。例:<P></A>
+<A NAME="1155781">
+<PRE> passwordMaxFailure: 3
+</PRE>
+</A>
+
+<A NAME="1104718">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1166400">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1104413">&nbsp;
+</A>
+<A NAME="passwordMinLength">
+<H3>passwordMinLength</H3>
+</A>
+
+
+
+<A NAME="1104414">
+ユーザ パスワードに必要な最低の文字数を定義します。例:<P></A>
+<A NAME="1156233">
+<PRE> passwordMinLength: 6
+</PRE>
+</A>
+
+<A NAME="1104416">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1166409">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1104754">&nbsp;
+</A>
+<A NAME="passwordResetDuration">
+<H3> passwordResetDuration</H3>
+</A>
+
+
+
+<A NAME="1157530">
+ユーザーの締出しから、ユーザーのパスワード再入力回数をゼロに設定し直すまでの時間を秒単位で定義します。<P></A>
+<A NAME="1157650">
+<PRE> passwordResetDuration: 600
+</PRE>
+</A>
+
+<A NAME="1104757">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1166437">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1103999">&nbsp;
+</A>
+<A NAME="passwordRetryCount">
+<H3>passwordRetryCount</H3>
+</A>
+
+
+
+<A NAME="1104000">
+ユーザが間違ったパスワードを使ってディレクトリへのバインドを試みた回数を含みます。<P></A>
+<A NAME="1154824">
+<PRE> passwordRetryCount: 3
+</PRE>
+</A>
+
+<A NAME="1104001">
+構文: <a href="attribut.htm#1004702">cis operational</a><P></A>
+
+<A NAME="1166462">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1156969">&nbsp;
+</A>
+<A NAME="passwordUnlock">
+<H3>passwordUnlock</H3>
+</A>
+
+
+
+<A NAME="1157793">
+ディレクトリへのバインドを指定回数失敗した場合、ユーザを永久に締め出すかどうかを指定します。許容値は<code>1</code>および<code>0</code>で、<code>1</code>はユーザを永久に締め出さないことを、<code>0</code>は永久に締め出すことを意味します。例:<P></A>
+<A NAME="1157794">
+<PRE> passwordUnlock: 0
+</PRE>
+</A>
+
+<A NAME="1156973">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1166485">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1104598">&nbsp;
+</A>
+<A NAME="passwordWarning">
+<H3>passwordWarning</H3>
+</A>
+
+
+
+<A NAME="1155341">
+間もなくパスワードが失効するのを、警告するメッセージの送信時期を秒数で定義します。次の例では、警告メッセージがパスワード失効の1日前にユーザーに送信されます。<P></A>
+<A NAME="1155343">
+<PRE> passwordWarning: 86400
+</PRE>
+</A>
+
+<A NAME="1155421">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1166523">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1202229">&nbsp;
+</A>
+<A NAME="personalSignature">
+<H3> personalSignature</H3>
+</A>
+
+
+
+<A NAME="1202230">
+エントリのバイナリ形式の署名ファイル。<P></A>
+
+<A NAME="1202233">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1202238">&nbsp;
+</A>
+<A NAME="personalTitle">
+<H3> personalTitle</H3>
+</A>
+
+
+
+<A NAME="1214489">
+ユーザーの個人的な肩書きを示します。個人的な肩書きの例は、Ms、Dr、Prof、Revなどです。<P></A>
+<A NAME="1202240">
+<PRE> personalTitle: Mr
+</PRE>
+</A>
+
+<A NAME="1202242">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1202247">&nbsp;
+</A>
+<A NAME="photo">
+<H3> photo</H3>
+</A>
+
+
+
+<A NAME="1202248">
+エントリの写真がバイナリ形式で含まれます。例:<P></A>
+
+<A NAME="1202251">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1003072">&nbsp;
+</A>
+<A NAME="physicalDeliveryOfficeName">
+<H3> physicalDeliveryOfficeName</H3>
+</A>
+
+
+
+<A NAME="1003073">
+物理的な配送オフィスが所在する市町村の名前を示します。例:<P></A>
+<A NAME="1003804">
+<PRE> physicalDeliveryOfficeName: Santa Clara
+</PRE>
+</A>
+
+<A NAME="1107471">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1246531">&nbsp;
+</A>
+<A NAME="pipcompassservers">
+<H3>pipcompassservers</H3>
+</A>
+
+
+
+<A NAME="1246532">
+未定義。<P></A>
+
+<A NAME="1271255">
+OID: <code>2.16.840.1.113730.3.1.138</code><P></A>
+
+<A NAME="1107499">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236180">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1111357">&nbsp;
+</A>
+<A NAME="pipformat">
+<H3>pipformat</H3>
+</A>
+
+
+
+<A NAME="1119006">
+Compass Serverが使用する属性で、ユーザに送信する無料のテキスト検索プロフィールの更新フォーマットを定義します。<P></A>
+
+<A NAME="1271403">
+OID: <code>2.16.840.1.113730.3.1.144</code><P></A>
+
+<A NAME="1111360">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1246338">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1246341">&nbsp;
+</A>
+<A NAME="pipfrequency">
+<H3>pipfrequency</H3>
+</A>
+
+
+
+<A NAME="1246342">
+Compass Serverが使用する属性で、My Compassニュースレターの受信頻度を記述します。<P></A>
+
+
+<A NAME="1271346">
+OID: <code>2.16.840.1.113730.3.1.142</code><P></A>
+
+<A NAME="1111364">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236223">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1113190">&nbsp;
+</A>
+<A NAME="pipgroup">
+<H3>pipgroup</H3>
+</A>
+
+
+<A NAME="1119538">
+未定義。<P></A>
+
+<A NAME="1271479">
+OID: <code>2.16.840.1.113730.3.1.158</code><P></A>
+
+<A NAME="1113191">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236260">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1111369">&nbsp;
+</A>
+<A NAME="piphour">
+<H3> piphour</H3>
+</A>
+
+
+
+<A NAME="1119581">
+ユーザーが無料テキスト検索プロフィール更新を受信する日中の時間帯を定義するために、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1271454">
+OID: <code>2.16.840.1.113730.3.1.145</code><P></A>
+
+<A NAME="1111370">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236306">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1237689">&nbsp;
+</A>
+<A NAME="pipidstcount">
+<H3>pipidstcount</H3>
+</A>
+
+
+
+<A NAME="1237690">
+Compass Serverが使用する属性で、ユーザーが使用する最後の一意のIDを定義します。<P></A>
+
+<A NAME="1271485">
+OID: <code>2.16.840.1.113730.3.1.159</code><P></A>
+
+<A NAME="1113341">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236324">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1113479">&nbsp;
+</A>
+<A NAME="pipirlist">
+<H3> pipirlist</H3>
+</A>
+
+
+
+<A NAME="1119793">
+ユーザーがモニターするドメインとニュースグループを含むために、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1271508">
+OID: <code>2.16.840.1.113730.3.1.150</code><P></A>
+
+<A NAME="1113480">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237824">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1237828">&nbsp;
+</A>
+<A NAME="pipiroption">
+<H3> pipiroption</H3>
+</A>
+
+
+
+<A NAME="1237829">
+pipIrListのすべてのエントリを更新するか、または更新から除外するかを定義するために、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1271566">
+OID: <code>2.16.840.1.113730.3.1.151</code><P></A>
+
+<A NAME="1113621">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236383">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1112574">&nbsp;
+</A>
+<A NAME="piplastcount">
+<H3>piplastcount</H3>
+</A>
+
+
+
+<A NAME="1237876">
+Compass Serverが使用する属性で、最後の更新時に発生した照合数を定義します。<P></A>
+
+<A NAME="1271585">
+OID: <code>2.16.840.1.113730.3.1.153</code><P></A>
+
+<A NAME="1112575">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1246647">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1246650">&nbsp;
+</A>
+<A NAME="pipmaxhits">
+<H3> pipmaxhits</H3>
+</A>
+
+
+
+<A NAME="1246651">
+無料テキスト検索プロフィール更新ごとに戻される最大ドキュメント数を定義するために、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1271604">
+OID: <code>2.16.840.1.113730.3.1.146</code><P></A>
+
+<A NAME="1173472">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236422">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1111582">&nbsp;
+</A>
+<A NAME="pipmedium">
+<H3> pipmedium</H3>
+</A>
+
+
+
+<A NAME="1237949">
+無料テキスト検索プロフィール更新に関する情報をユーザーに送信する手段を示すために、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1271368">
+OID: <code>2.16.840.1.113730.3.1.143</code><P></A>
+
+<A NAME="1111583">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236583">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1236460">&nbsp;
+</A>
+<A NAME="pipnotify">
+<H3>pipnotify</H3>
+</A>
+
+
+
+<A NAME="1119923">
+未定義。<P></A>
+
+<A NAME="1271613">
+OID: <code>2.16.840.1.113730.3.1.156</code><P></A>
+
+<A NAME="1236507">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236602">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1236511">&nbsp;
+</A>
+<A NAME="pipprivilege">
+<H3>pipprivilege</H3>
+</A>
+
+
+
+<A NAME="1236512">
+未定義。<P></A>
+
+<A NAME="1271668">
+OID: <code>2.16.840.1.113730.3.1.157</code><P></A>
+
+<A NAME="1112990">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236630">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1112443">&nbsp;
+</A>
+<A NAME="pippwp">
+<H3> pippwp</H3>
+</A>
+
+
+
+<A NAME="1238042">
+Personal Web Page (PWP)データベースのアドレスを含む、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1271682">
+OID: <code>2.16.840.1.113730.3.1.152</code><P></A>
+
+<A NAME="1112444">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236643">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1118693">&nbsp;
+</A>
+<A NAME="pipreservedces1">
+<H3>pipreservedces1</H3>
+</A>
+
+
+
+<A NAME="1120046">
+Netscape Compass Serverで将来の使用に予約された属性です。<P></A>
+
+<A NAME="1271719">
+OID: <code>2.16.840.1.113730.3.1.188</code><P></A>
+
+<A NAME="1118694">
+構文: <a href="attribut.htm#1004701">ces</a><P></A>
+
+<A NAME="1236680">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1118699">&nbsp;
+</A>
+<A NAME="pipreservedces2">
+<H3>pipreservedces2</H3>
+</A>
+
+
+
+<A NAME="1238136">
+Netscape Compass Serverで将来の使用に予約された属性です。<P></A>
+
+<A NAME="1271725">
+OID: <code>2.16.840.1.113730.3.1.189</code><P></A>
+
+<A NAME="1118700">
+構文: <a href="attribut.htm#1004701">ces</a><P></A>
+
+<A NAME="1236693">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1118705">&nbsp;
+</A>
+<A NAME="pipreservedces3">
+<H3>pipreservedces3</H3>
+</A>
+
+
+
+<A NAME="1238138">
+Netscape Compass Serverで将来の使用に予約された属性です。<P></A>
+
+<A NAME="1271783">
+OID: <code>2.16.840.1.113730.3.1.190</code><P></A>
+
+<A NAME="1118706">
+構文: <a href="attribut.htm#1004701">ces</a><P></A>
+
+<A NAME="1236718">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1118350">&nbsp;
+</A>
+<A NAME="pipreservedcis1">
+<H3>pipreservedcis1</H3>
+</A>
+
+
+
+<A NAME="1238140">
+Netscape Compass Serverで将来の使用に予約された属性です。<P></A>
+
+<A NAME="1271796">
+OID: <code>2.16.840.1.113730.3.1.182</code><P></A>
+
+<A NAME="1118351">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236762">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1118356">&nbsp;
+</A>
+<A NAME="pipreservedcis2">
+<H3>pipreservedcis2</H3>
+</A>
+
+
+
+<A NAME="1238144">
+Netscape Compass Serverで将来の使用に予約された属性です。<P></A>
+
+<A NAME="1271840">
+OID: <code>2.16.840.1.113730.3.1.183</code><P></A>
+
+<A NAME="1118357">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236799">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1118362">&nbsp;
+</A>
+<A NAME="pipreservedcis3">
+<H3>pipreservedcis3</H3>
+</A>
+
+
+
+<A NAME="1238146">
+Netscape Compass Serverで将来の使用に予約された属性です。<P></A>
+
+<A NAME="1271850">
+OID: <code>2.16.840.1.113730.3.1.184</code><P></A>
+
+<A NAME="1118363">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236816">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1118368">&nbsp;
+</A>
+<A NAME="pipreservedcis4">
+<H3>pipreservedcis4</H3>
+</A>
+
+
+
+<A NAME="1238148">
+Netscape Compass Serverで将来の使用に予約された属性です。<P></A>
+
+<A NAME="1271856">
+OID: <code>2.16.840.1.113730.3.1.185</code><P></A>
+
+<A NAME="1118369">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236851">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1118374">&nbsp;
+</A>
+<A NAME="pipreservedcis5">
+<H3>pipreservedcis5</H3>
+</A>
+
+
+
+<A NAME="1238150">
+Netscape Compass Serverで将来の使用に予約された属性です。<P></A>
+
+<A NAME="1271872">
+OID: <code>2.16.840.1.113730.3.1.186</code><P></A>
+
+<A NAME="1118375">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236870">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1118380">&nbsp;
+</A>
+<A NAME="pipreservedcis6">
+<H3>pipreservedcis6</H3>
+</A>
+
+
+
+<A NAME="1238152">
+Netscape Compass Serverで将来の使用に予約された属性です。<P></A>
+
+<A NAME="1271882">
+OID: <code>2.16.840.1.113730.3.1.187</code><P></A>
+
+<A NAME="1118381">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236893">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1111729">&nbsp;
+</A>
+<A NAME="pipresultset">
+<H3> pipresultset</H3>
+</A>
+
+
+
+<A NAME="1238541">
+ユーザーが更新の受信を希望する属性のリストを含む、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1271899">
+OID: <code>2.16.840.1.113730.3.1.147</code><P></A>
+
+<A NAME="1111730">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236920">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1111947">&nbsp;
+</A>
+<A NAME="pipsortorder">
+<H3> pipsortorder</H3>
+</A>
+
+
+
+<A NAME="1238667">
+無料テキスト検索プロフィール更新の概要レポートにおける情報の並べ替え順序を含む、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1271955">
+OID: <code>2.16.840.1.113730.3.1.148</code><P></A>
+
+<A NAME="1111948">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236950">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1114647">&nbsp;
+</A>
+<A NAME="pipstatus">
+<H3> pipstatus</H3>
+</A>
+
+
+
+<A NAME="1238753">
+Personal Interest Profile (PIP)を使用可能、使用禁止のいずれにするかを定義するために、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1271286">
+OID: <code>2.16.840.1.113730.3.1.140</code><P></A>
+
+<A NAME="1114648">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1236989">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1116402">&nbsp;
+</A>
+<A NAME="pipstcategory">
+<H3> pipstcategory</H3>
+</A>
+
+
+
+<A NAME="1238824">
+ユーザーが関心を持つカテゴリまたは検索文字列を含む、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1271969">
+OID: <code>2.16.840.1.113730.3.1.171</code><P></A>
+
+<A NAME="1116403">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237014">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1116837">&nbsp;
+</A>
+<A NAME="pipstformat">
+<H3> pipstformat</H3>
+</A>
+
+
+
+<A NAME="1238895">
+ユーザーに送信されるカテゴリ検索プロフィール更新形式を示すために、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1272000">
+OID: <code>2.16.840.1.113730.3.1.174</code><P></A>
+
+<A NAME="1116838">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237031">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1116521">&nbsp;
+</A>
+<A NAME="pipstfrequency">
+<H3>pipstfrequency</H3>
+</A>
+
+
+
+<A NAME="1120346">
+Compass Serverが使用する属性で、ユーザが更新警告を受信する頻度を定義します。<P></A>
+
+<A NAME="1272198">
+OID: <code>2.16.840.1.113730.3.1.172</code><P></A>
+
+<A NAME="1116522">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237041">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1116707">&nbsp;
+</A>
+<A NAME="pipsthour">
+<H3> pipsthour</H3>
+</A>
+
+
+
+<A NAME="1120383">
+ユーザーが無料カテゴリ プロフィール更新を受信する日中の時間帯を定義するために、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1272250">
+OID: <code>2.16.840.1.113730.3.1.175</code><P></A>
+
+<A NAME="1116708">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237070">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1115462">&nbsp;
+</A>
+<A NAME="pipstid">
+<H3> pipstid</H3>
+</A>
+
+
+
+<A NAME="1120405">
+Personal Interest Profile (PIP)内の検索トピックの一意のIDを含めるために、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1272264">
+OID: <code>2.16.840.1.113730.3.1.160</code><P></A>
+
+<A NAME="1115463">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237108">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1115769">&nbsp;
+</A>
+<A NAME="pipstinterest">
+<H3> pipstinterest</H3>
+</A>
+
+
+
+<A NAME="1120445">
+Personal Interest Profile (PIP)内の検索トピックの個々のトピックの重要性をユーザーに示すために、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1272273">
+OID: <code>2.16.840.1.113730.3.1.164</code><P></A>
+
+<A NAME="1115770">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237118">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1117562">&nbsp;
+</A>
+<A NAME="pipstirlist">
+<H3> pipstirlist</H3>
+</A>
+
+
+
+<A NAME="1120460">
+ユーザーがモニターするドメインとニュースグループを含む、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1272285">
+OID: <code>2.16.840.1.113730.3.1.180</code><P></A>
+
+<A NAME="1117563">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237149">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1117790">&nbsp;
+</A>
+<A NAME="pipstiroption">
+<H3> pipstiroption</H3>
+</A>
+
+
+
+<A NAME="1120493">
+pipStIrListのすべてのエントリを更新するか、または更新から除外するかを定義するために、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1272306">
+OID: <code>2.16.840.1.113730.3.1.181</code><P></A>
+
+<A NAME="1237168">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237182">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1237172">&nbsp;
+</A>
+<A NAME="pipstlastcount">
+<H3> pipstlastcount</H3>
+</A>
+
+
+
+<A NAME="1237173">
+Personal Interest Profile (PIP)の最後の更新時におけるカテゴリ一致数を含む、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1272312">
+OID: <code>2.16.840.1.113730.3.1.168</code><P></A>
+
+<A NAME="1116157">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237189">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1117134">&nbsp;
+</A>
+<A NAME="pipstmaxhits">
+<H3> pipstmaxhits</H3>
+</A>
+
+
+
+<A NAME="1120565">
+カテゴリ検索プロフィール更新ごとに戻される最大ドキュメント数を定義するために、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1272354">
+OID: <code>2.16.840.1.113730.3.1.176</code><P></A>
+
+<A NAME="1117135">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237205">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1117140">&nbsp;
+</A>
+<A NAME="pipstmedium">
+<H3> pipstmedium</H3>
+</A>
+
+
+
+<A NAME="1120568">
+カテゴリ検索プロフィール更新に関する情報を送信する手段を示すために、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1272360">
+OID: <code>2.16.840.1.113730.3.1.173</code><P></A>
+
+<A NAME="1117141">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237235">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1115468">&nbsp;
+</A>
+<A NAME="pipstname">
+<H3> pipstname</H3>
+</A>
+
+
+
+<A NAME="1120598">
+検索トピックを示すためにユーザーによって作成された任意の名前を含む、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1272404">
+OID: <code>2.16.840.1.113730.3.1.161</code><P></A>
+
+<A NAME="1115469">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237246">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1115898">&nbsp;
+</A>
+<A NAME="pipstprivacy">
+<H3> pipstprivacy</H3>
+</A>
+
+
+
+<A NAME="1120637">
+このエントリの問合せを許可するか却下するかを定義する、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1272410">
+OID: <code>2.16.840.1.113730.3.1.166</code><P></A>
+
+<A NAME="1115899">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237266">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1115474">&nbsp;
+</A>
+<A NAME="pipstquery">
+<H3>pipstquery</H3>
+</A>
+
+
+
+<A NAME="1120668">
+未定義。<P></A>
+
+<A NAME="1272438">
+OID: <code>2.16.840.1.113730.3.1.162</code><P></A>
+
+<A NAME="1115475">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237271">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1117321">&nbsp;
+</A>
+<A NAME="pipstresultset">
+<H3> pipstresultset</H3>
+</A>
+
+
+
+<A NAME="1120684">
+ユーザーが更新を受信する属性リストを含むCompass Serverによって使用される属性<P></A>
+
+<A NAME="1272625">
+OID: <code>2.16.840.1.113730.3.1.177</code><P></A>
+
+<A NAME="1117322">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237300">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1117327">&nbsp;
+</A>
+<A NAME="pipstsortorder">
+<H3> pipstsortorder</H3>
+</A>
+
+
+
+<A NAME="1120687">
+カテゴリ検索プロフィール更新の概要レポートにおける情報の並べ替え順序を含む、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1272444">
+OID: <code>2.16.840.1.113730.3.1.178</code><P></A>
+
+<A NAME="1117328">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237305">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1116027">&nbsp;
+</A>
+<A NAME="pipststatus">
+<H3> pipststatus</H3>
+</A>
+
+
+
+<A NAME="1120695">
+Personal Interest Profile (PIP)の状態を定義します。Compass Serverによって使用される属性 。<P></A>
+
+<A NAME="1272485">
+OID: <code>2.16.840.1.113730.3.1.167</code><P></A>
+
+<A NAME="1116028">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237322">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1115480">&nbsp;
+</A>
+<A NAME="pipsttaxonomy">
+<H3> pipsttaxonomy</H3>
+</A>
+
+
+
+<A NAME="1120736">
+分類法IDを含む、Compass Serverによって使用される属性。 <P></A>
+
+<A NAME="1272491">
+OID: <code>2.16.840.1.113730.3.1.163</code><P></A>
+
+<A NAME="1115481">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237358">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1117445">&nbsp;
+</A>
+<A NAME="pipsttimestamp">
+<H3> pipsttimestamp</H3>
+</A>
+
+
+
+<A NAME="1120770">
+ユーザーのカテゴリ検索プロフィールの最終更新日を含む、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1272500">
+OID: <code>2.16.840.1.113730.3.1.179</code><P></A>
+
+<A NAME="1117446">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237387">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1115516">&nbsp;
+</A>
+<A NAME="pipsttotalcount">
+<H3> pipsttotalcount</H3>
+</A>
+
+
+
+<A NAME="1120801">
+現在までのカテゴリ一致数を含む、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1272537">
+OID: <code>2.16.840.1.113730.3.1.169</code><P></A>
+
+<A NAME="1115517">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237396">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1115522">&nbsp;
+</A>
+<A NAME="pipsttotalrun">
+<H3> pipsttotalrun</H3>
+</A>
+
+
+
+<A NAME="1120812">
+現在までに実行されたカテゴリ検索更新数を含む、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1272560">
+OID: <code>2.16.840.1.113730.3.1.170</code><P></A>
+
+<A NAME="1115523">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237423">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1116285">&nbsp;
+</A>
+<A NAME="pipsttype">
+<H3> pipsttype</H3>
+</A>
+
+
+
+<A NAME="1120825">
+ 検索がカテゴリ検索または無料テキスト検索であるかを定義する、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1272566">
+OID: <code>2.16.840.1.113730.3.1.165</code><P></A>
+
+<A NAME="1116286">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237434">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1117682">&nbsp;
+</A>
+<A NAME="piptimestamp">
+<H3> piptimestamp</H3>
+</A>
+
+
+
+<A NAME="1120828">
+このユーザーの無料テキスト検索プロフィールの最終更新日を含む、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1272571">
+OID: <code>2.16.840.1.113730.3.1.149</code><P></A>
+
+<A NAME="1112096">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237497">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1237470">&nbsp;
+</A>
+<A NAME="piptotalcount">
+<H3> piptotalcount</H3>
+</A>
+
+
+<A NAME="1237471">
+現在までのすべての更新中に発生した一致数を含む、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1272577">
+OID: <code>2.16.840.1.113730.3.1.154</code><P></A>
+
+<A NAME="1112775">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237516">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1112780">&nbsp;
+</A>
+<A NAME="piptotalrun">
+<H3> piptotalrun</H3>
+</A>
+
+
+
+<A NAME="1120866">
+現在までのPersonal Interest Profile (PIP)更新合計数を含む、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1272619">
+OID: <code>2.16.840.1.113730.3.1.155</code><P></A>
+
+<A NAME="1112781">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237538">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1110777">&nbsp;
+</A>
+<A NAME="pipuid">
+<H3> pipuid</H3>
+</A>
+
+
+
+<A NAME="1120876">
+Personal Interest Profile (PIP)の属するユーザーのユーザーIDを含む、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1271249">
+OID: <code>2.16.840.1.113730.3.1.137</code><P></A>
+
+<A NAME="1110778">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237569">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1107663">&nbsp;
+</A>
+<A NAME="pipuniqueid">
+<H3> pipuniqueid</H3>
+</A>
+
+
+
+<A NAME="1239397">
+Compassユーザーの一意のIDを含む、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1271284">
+OID: <code>2.16.840.1.113730.3.1.139</code><P></A>
+
+<A NAME="1108334">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237586">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1108439">&nbsp;
+</A>
+<A NAME="pipusertype">
+<H3> pipusertype</H3>
+</A>
+
+
+
+<A NAME="1120926">
+Compassユーザー タイプを記述する、Compass Serverによって使用される属性。<P></A>
+
+<A NAME="1271340">
+OID: <code>2.16.840.1.113730.3.1.141</code><P></A>
+
+<A NAME="1108473">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1237595">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1230025">&nbsp;
+</A>
+<A NAME="postalAddress">
+<H3> postalAddress</H3>
+</A>
+
+
+
+<A NAME="1230026">
+エントリのメーリング アドレスを示します。このフィールドは複数行が含まれるよう意図されています。LDIF形式で示す場合は、各行をドル記号($)で区切る必要があります。例:<P></A>
+<A NAME="1230027">
+<PRE> postalAddress: 1234 Ridgeway Drive$Santa Clara, CA$99555
+</PRE>
+</A>
+
+<A NAME="1230029">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1230030">
+テキスト内での区切りとしてではなく、実際のドル記号($)またはバックスラッシュ(\)を示すには、エスケープされた16進値\24と \5cを使用します。例えば、次のような文字列を示す場合、<P></A>
+<A NAME="1230031">
+<PRE> The dollar ($) value can be found <br>
+ in the c:\cost file.
+</PRE>
+</A>
+
+<A NAME="1230032">
+次のようにエスケープ文字を使用します。<P></A>
+<A NAME="1230033">
+<PRE> The dollar (\24) value can be found$in the c:\5ccost file.
+</PRE>
+</A>
+
+
+<A NAME="1230036">&nbsp;
+</A>
+<A NAME="postalCode">
+<H3> postalCode</H3>
+</A>
+
+
+
+<A NAME="1230037">
+米国におけるエントリの郵便番号を示します。例:<P></A>
+<A NAME="1230038">
+<PRE> postalCode: 95050
+</PRE>
+</A>
+
+<A NAME="1230040">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1230043">&nbsp;
+</A>
+<A NAME="postOfficeBox">
+<H3> postOfficeBox</H3>
+</A>
+
+
+
+<A NAME="1230044">
+エントリの私書箱を示します。例:<P></A>
+<A NAME="1230045">
+<PRE> postOfficeBox: P.O. Box 1234
+</PRE>
+</A>
+
+<A NAME="1230047">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1202605">&nbsp;
+</A>
+<A NAME="preferredDeliveryMethod">
+<H3> preferredDeliveryMethod</H3>
+</A>
+
+
+
+<A NAME="1202606">
+エントリが希望する連絡方法または配信方法を示します。例:<P></A>
+<A NAME="1202607">
+<PRE> preferredDeliveryMethod: telephone
+</PRE>
+</A>
+
+<A NAME="1202609">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1103495">&nbsp;
+</A>
+<A NAME="preferredLanguage">
+<H3>preferredLanguage</H3>
+</A>
+
+
+
+<A NAME="1103496">
+ユーザーが希望する書言語または話言語を定義します。この属性値は、HTTP Accept-Languageヘッダ値の構文に準拠しなければなりません。<P></A>
+
+<A NAME="1103586">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1202620">&nbsp;
+</A>
+<A NAME="presentationAddress">
+<H3> presentationAddress</H3>
+</A>
+
+
+
+<A NAME="1206932">
+エントリのOSI表示アドレスが含まれます。表示アドレスは一つのOSI Network Addressと最高3つのセレクタから構成され、移送、セッション、または表示のエンティティがこのセレクタを各一つずつ使用されます。例:<P></A>
+<A NAME="1202622">
+<PRE> presentationAddress: TELEX+00726322+RFC-1006+02+130.59.2.1
+</PRE>
+</A>
+
+<A NAME="1202624">
+構文: <a href="attribut.htm#1004701">ces</a><P></A>
+
+
+<A NAME="1241471">&nbsp;
+</A>
+<A NAME="protocolInformation">
+<H3> protocolInformation</H3>
+</A>
+
+
+
+<A NAME="1241473">
+未定義。<P></A>
+
+<A NAME="1245387">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1245389">&nbsp;
+</A>
+<A NAME="reciprocalNamingLink">
+<H3> reciprocalNamingLink</H3>
+</A>
+
+
+
+<A NAME="1235430">
+未定義。<P></A>
+
+<A NAME="1235433">
+構文: dn<P></A>
+
+
+<A NAME="1100037">&nbsp;
+</A>
+<A NAME="ref">
+<H3> ref</H3>
+</A>
+
+
+
+<A NAME="1100061">
+スマート参照をサポートするためにLDAPv3で使用されます。LDAP URLが、ldap://サーバー名:ポート番号/dnの書式で含まれます。ポート番号はオプションです。例:<P></A>
+<A NAME="1202639">
+<PRE> ref: ldap://mozilla/<I>cn=John Doe, o=Airius.com
+</I></PRE>
+</A>
+
+<A NAME="1100064">
+構文: <a href="attribut.htm#1004701">ces</a><P></A>
+
+
+<A NAME="1202644">&nbsp;
+</A>
+<A NAME="registeredAddress">
+<H3> registeredAddress</H3>
+</A>
+
+
+
+<A NAME="1206709">
+この属性には、受取人が配送を受理する必要のある電報や急送ドキュメントの受理に適切な郵便住所を入力します。<P></A>
+
+<A NAME="1202648">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1092877">&nbsp;
+</A>
+<A NAME="replicaBeginOrc">
+<H3> replicaBeginOrc</H3>
+</A>
+
+
+
+<A NAME="1092878">
+複製前に供給サーバーが消費サーバーの内容を消去すべきかどうかを定義します。この属性に値が存在しない場合は、供給サーバーによってその内容が消去されます。この属性の許容値はstartとstopの2つです。startで消費サーバーの内容が消去され、stopで供給サーバーによるこの動作が中止されます。例:<P></A>
+<A NAME="1092879">
+<PRE> replicaBeginOrc: start
+</PRE>
+</A>
+
+<A NAME="1092881">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1006496">&nbsp;
+</A>
+<A NAME="replicaBindDn">
+<H3> replicaBindDn</H3>
+</A>
+
+
+
+<A NAME="1006513">
+複製サーバーとの通信の際にサーバーが使用するDNを示します。このDNは割り当てられた特権である場合もあります。例:<P></A>
+<A NAME="1006521">
+<PRE> replicaBinddn: <I>cn=replicator o=Netscape Communications Corp., <br>
+</I> <I>c=US
+</I></PRE>
+</A>
+
+<A NAME="1006538">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+<A NAME="1009992">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1006636">&nbsp;
+</A>
+<A NAME="replicaBindMethod">
+<H3> replicaBindMethod</H3>
+</A>
+
+
+
+<A NAME="1006689">
+使用する複製方法を示します。この属性は存在する必要はありません。存在する場合は<code>simple</code>に設定しなければなりません。<code>simple</code>に設定していないと、警告が印刷され、simpleとして複製が処理されます。例:<P></A>
+<A NAME="1006710">
+<PRE> replicaBindMethod: simple
+</PRE>
+</A>
+
+<A NAME="1006720">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1009994">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1230073">&nbsp;
+</A>
+<A NAME="replicaCredentials">
+<H3> replicaCredentials</H3>
+</A>
+
+
+
+<A NAME="1230074">
+消費サーバーに送信されるreplicaBinddnとともに使用するパスワードを示します。この属性は、厳格なアクセス制御で指定することが特に推奨されます。例:<P></A>
+<A NAME="1230075">
+<PRE> replicaCredentials: bogusPassword
+</PRE>
+</A>
+
+<A NAME="1230077">
+構文: <a href="attribut.htm#1004700">bin</a> (plain text)<P></A>
+
+<A NAME="1230078">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1148497">&nbsp;
+</A>
+<A NAME="replicaEntryFilter">
+<H3>replicaEntryFilter</H3>
+</A>
+
+
+
+<A NAME="1204405">
+将来の使用に予約。<P></A>
+
+<A NAME="1280979">
+OID: <code>2.16.840.1.113730.3.1.203</code><P></A>
+
+<A NAME="1152854">
+構文: <a href="attribut.htm#1004702">c</a>is<P></A>
+<P>
+<A NAME="1148445">
+<A NAME="replicaHost">
+<B>replicaHost</B>
+</a></a>
+<P>
+
+
+<A NAME="1148446">
+消費サーバーのホスト名を示します。例:<P></A>
+<A NAME="1148447">
+<PRE><A NAME="1148447">
+ replicaHost: slave.netscape.com
+</A>
+</PRE>
+<A NAME="1258218">
+OID: <code>2.16.840.1.113730.3.1.197</code><P></A>
+
+<A NAME="1148449">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1148453">&nbsp;
+</A>
+<A NAME="replicaNickname">
+<H3> replicaNickname</H3>
+</A>
+
+
+
+<A NAME="1148454">
+単一の供給サーバーと単一の消費サーバー間における特定の複製ルールを記述する自由形式の名前が含まれます。<P></A>
+<A NAME="1148455">
+<PRE><A NAME="1148455">
+ replicaNickName: currentset
+</A>
+</PRE>
+<A NAME="1280981">
+OID: <code>2.16.840.1.113730.3.1.204</code><P></A>
+
+<A NAME="1148552">
+構文:<a href="attribut.htm#1004702"> cis</a><P></A>
+
+<A NAME="1010001">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+<A NAME="1007660">
+<A NAME="replicaPort">
+<B>replicaPort</B>
+</a></a>
+<P>
+
+
+<A NAME="1007661">
+消費サーバーのポート番号を示します。例:<P></A>
+<PRE><A NAME="1006466">
+ replicaPort: 9872
+</A>
+</PRE>
+<A NAME="1258224">
+OID: <code>2.16.840.1.113730.3.1.48</code><P></A>
+
+<A NAME="1006484">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1010007">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1006384">&nbsp;
+</A>
+<A NAME="replicaRoot">
+<H3> replicaRoot</H3>
+</A>
+
+
+
+<A NAME="1006394">
+消費マシンに複製中のサブツリーのDNを示します。例:<P></A>
+<A NAME="1006401">
+<PRE><A NAME="1006401">
+ replicaRoot: <I>o=Netscape Communications Corp., c=US</I>
+</A>
+</PRE>
+<A NAME="1258564">
+OID: <code>2.16.840.1.113730.3.1.57</code><P></A>
+
+<A NAME="1006414">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+<A NAME="1010013">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+<A NAME="1281126">
+<A NAME="replicatedAttributeList">
+<B>replicatedAttributeList</B>
+</a></a>
+<P>
+
+
+<A NAME="1281128">
+将来の使用に予約。<P></A>
+
+<A NAME="1281133">
+OID: <code>2.16.840.1.113730.3.1.205</code><P></A>
+
+<A NAME="1281135">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+<P>
+<A NAME="1006918">&nbsp;
+</A>
+<A NAME="replicaUpdateFailedAt">
+<H3> replicaUpdateFailedAt</H3>
+</A>
+
+
+
+<A NAME="1006939">
+更新完了に失敗した日時をzulu形式で示します。すべての更新が成功した場合、replicaUpdateFailedAtは空白です。例:<P></A>
+<A NAME="1006946">
+<PRE> replicaUpdateFailedAt: 199603261300z
+</PRE>
+</A>
+
+<A NAME="1006957">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1010019">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1012768">&nbsp;
+</A>
+<A NAME="replicaUpdateReplayed">
+<H3> replicaUpdateReplayed</H3>
+</A>
+
+
+
+<A NAME="1012770">
+消費サーバーに伝えられた最終変更の変更番号を示します。この値はサーバー間の内部でのみ使用されます。<P></A>
+
+<A NAME="1012772">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1012758">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1006817">&nbsp;
+</A>
+<A NAME="replicaUpdateSchedule">
+<H3> replicaUpdateSchedule</H3>
+</A>
+
+
+
+<A NAME="1006849">
+消費サーバーの更新スケジュールを示します。この属性が存在しない場合は、消費サーバーは直ちに更新されます。例: <P></A>
+<A NAME="1006868">
+<PRE> replicaUpdateSchedule: 0100-0400
+</PRE>
+</A>
+<A NAME="1007219">
+<PRE> replicaUpdateSchedule: * 06
+</PRE>
+</A>
+<A NAME="1007229">
+<PRE> replicaUpdateSchedule: 1145-1300 24
+</PRE>
+</A>
+
+<A NAME="1007234">
+これらの値の意味:<P></A>
+<A NAME="1007241">
+<PRE> 毎日、午前1時から午前4時まで
+</PRE>
+</A>
+<A NAME="1007247">
+<PRE> 土曜と日曜の終日
+</PRE>
+</A>
+<A NAME="1007252">
+<PRE> 火曜と木曜の午前11時45分から午後1時まで
+</PRE>
+</A>
+
+<A NAME="1006873">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1010052">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+
+
+<A NAME="1006741">&nbsp;
+</A>
+<A NAME="replicaUseSsl">
+<H3> replicaUseSsl</H3>
+</A>
+
+
+
+<A NAME="1006754">
+消費サーバーとの通信にSSLを使用するかどうかを示します。非ゼロの値があるとSSLが使用されます。例:<P></A>
+<A NAME="1006794">
+<PRE> replicaUseSsl: 0
+</PRE>
+</A>
+
+<A NAME="1006801">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+<A NAME="1010064">
+この属性は標準LDAPスキーマへのNetscape社の拡張です。<P></A>
+<P>
+<A NAME="1152805">
+<A NAME="retryCountResetTime">
+<B>retryCountResetTime</B>
+</a></a>
+<P>
+
+
+<A NAME="1154931">
+passwordRetryCount属性がゼロ (0)にリセットされるまでの時間を秒数で定義します。<P></A>
+<A NAME="1154932">
+<PRE> retryCountResetTime: 600
+</PRE>
+</A>
+
+<A NAME="1146199">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1202666">&nbsp;
+</A>
+<A NAME="roleOccupant">
+<H3> roleOccupant</H3>
+</A>
+
+
+
+<A NAME="1202667">
+organizationalRoleエントリで定義された役割を受け持つユーザーの識別名が含まれます。例:<P></A>
+<A NAME="1204472">
+<PRE> roleOccupant: cn=jdoe o=airius.com
+</PRE>
+</A>
+
+<A NAME="1204474">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+
+<A NAME="1204477">&nbsp;
+</A>
+<A NAME="roomNumber">
+<H3> roomNumber</H3>
+</A>
+
+
+
+<A NAME="1214596">
+オブジェクトの部屋番号を示します。部屋オブジェクトの命名にcommonName属性を使用する必要があることに注意してください。例:<P></A>
+<A NAME="1202675">
+<PRE> roomNumber: 230
+</PRE>
+</A>
+
+<A NAME="1202677">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1202682">&nbsp;
+</A>
+<A NAME="searchGuide">
+<H3> searchGuide</H3>
+</A>
+
+
+
+<A NAME="1202683">
+検索動作のためにディレクトリ ツリーのベース オブジェクトとしてエントリを使用する際に、提案される検索基準に関する情報を示します。<P></A>
+
+<A NAME="1230091">
+構文: <a href="attribut.htm#1004701">ces</a><P></A>
+
+
+<A NAME="1202691">&nbsp;
+</A>
+<A NAME="secretary">
+<H3> secretary</H3>
+</A>
+
+
+
+<A NAME="1202692">
+エントリの秘書またはアシスタントを示します。例:<P></A>
+<A NAME="1202693">
+<PRE> secretary: <I>cn=John Doe, o=Airius.com
+</I></PRE>
+</A>
+
+<A NAME="1202695">
+構文: <a href="attribut.htm#1004702">dn</a><P></A>
+
+
+<A NAME="1172500">&nbsp;
+</A>
+<A NAME="seeAlso">
+<H3> seeAlso</H3>
+</A>
+
+
+
+<A NAME="1172501">
+このエントリに関係する情報を含む可能性のある別のDirectory Serverのエントリを示します。 例: <P></A>
+<A NAME="1172502">
+<PRE> seeAlso: <I>cn=Quality Control Inspectors, ou=manufacturing, o=Airius,<br>
+ c=US
+</I></PRE>
+</A>
+
+<A NAME="1172504">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+
+<A NAME="1202700">&nbsp;
+</A>
+<A NAME="serialNumber">
+<H3> serialNumber</H3>
+</A>
+
+
+
+<A NAME="1202701">
+エントリのシリアル番号を定義します。例:<P></A>
+<A NAME="1202702">
+<PRE> serialNumber: 555-1234-AZ
+</PRE>
+</A>
+
+<A NAME="1202704">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1093065">&nbsp;
+</A>
+<A NAME="serverHostName">
+<H3>serverHostName</H3>
+</A>
+
+
+
+<A NAME="1093066">
+Netscapeサーバがインストールされているホスト名を示します。この属性はNetscape社の拡張機能で、<a href="attribut.htm#">netscapeServer</a>のオブジェクト クラスが使用します。通常、この属性と属性値は、Netscapeサーバを初めてインストールする際に、ディレクトリに書き込まれます。例:<P></A>
+<PRE><A NAME="1032467">
+ serverHostname: twain.airius.com
+</A>
+</PRE>
+<A NAME="1259312">
+OID: <code>2.16.840.1.113730.3.1.76</code><P></A>
+
+<A NAME="1032488">
+構文: <a href="attribut.htm#1004701">ces</a><P></A>
+
+
+<A NAME="1032412">&nbsp;
+</A>
+<A NAME="serverProductName">
+<H3>serverProductName</H3>
+</A>
+
+
+
+<A NAME="1032414">
+インストールされているNetscapeサーバのタイプを識別します。この属性はNetscape社の拡張機能で、<a href="attribut.htm#">netscapeServer</a>のオブジェクト クラスが使用します。通常、この属性と属性値は、Netscapeサーバを初めてインストールする際に、ディレクトリに書き込まれます。例:<P></A>
+<PRE><A NAME="1032416">
+ serverProductName: Netscape Enterprise Server
+</A>
+</PRE>
+<A NAME="1259171">
+OID: <code>2.16.840.1.113730.3.1.71</code><P></A>
+
+<A NAME="1032418">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1032294">&nbsp;
+</A>
+<A NAME="serverRoot">
+<H3>serverRoot</H3>
+</A>
+
+
+
+<A NAME="1032296">
+Netscapeサーバがインストールされているディレクトリへの、完全なパスを識別します。この属性はNetscape社の拡張機能で、<a href="attribut.htm#">netscapeServer</a>のオブジェクト クラスが使用します。通常、この属性と属性値は、Netscapeサーバを初めてインストールする際に、ディレクトリに書き込まれます。例:<P></A>
+<PRE><A NAME="1032297">
+ serverRoot: /usr/ns-home
+</A>
+</PRE>
+<A NAME="1259165">
+OID: <code>2.16.840.1.113730.3.1.70</code><P></A>
+
+<A NAME="1032346">
+構文: <a href="attribut.htm#1004701">ces</a><P></A>
+
+
+<A NAME="1032439">&nbsp;
+</A>
+<A NAME="serverVersionNumber">
+<H3>serverVersionNumber</H3>
+</A>
+
+
+
+<A NAME="1032441">
+インストールされたNetscapeサーバのバージョン番号を識別します。この属性はNetscape社の拡張機能で、<a href="objclass.htm#1097231">netscapeServer</a>のオブジェクト クラスが使用します。通常、この属性と属性値は、Netscapeサーバを初めてインストールする際に、ディレクトリに書き込まれます。例:<P></A>
+<PRE><A NAME="1032443">
+ serverVersionNumber: 3.0
+</A>
+</PRE>
+<A NAME="1259178">
+OID: <code>2.16.840.1.113730.3.1.72</code><P></A>
+
+<A NAME="1203414">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1245426">&nbsp;
+</A>
+<A NAME="singleLevelQuality">
+<H3> singleLevelQuality</H3>
+</A>
+
+
+
+<A NAME="1245427">
+未定義。 <P></A>
+
+<A NAME="1245430">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1203417">&nbsp;
+</A>
+<A NAME="st">
+<H3> st</H3>
+</A>
+
+
+
+<A NAME="1202711">
+エントリの居住する州または都道府県を示します。例:<P></A>
+<A NAME="1202712">
+<PRE> stateOrProvinceName: California
+</PRE>
+</A>
+
+<A NAME="1202713">
+または、<P></A>
+<A NAME="1202714">
+<PRE> st: California
+</PRE>
+</A>
+
+<A NAME="1202716">
+<a href="attribut.htm#">略号</a>: st<P></A>
+
+<A NAME="1202718">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1202721">&nbsp;
+</A>
+<A NAME="street">
+<H3> street</H3>
+</A>
+
+
+
+<A NAME="1202722">
+エントリの家の番地と街路の名前を示します。例:<P></A>
+<A NAME="1202723">
+<PRE> streetAddress: 1234 Ridgeway Drive
+</PRE>
+</A>
+
+<A NAME="1202724">
+または、<P></A>
+<A NAME="1202725">
+<PRE> street: 1234 Ridgeway Drive
+</PRE>
+</A>
+
+<A NAME="1202727">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1202732">&nbsp;
+</A>
+<A NAME="subject">
+<H3> subject</H3>
+</A>
+
+
+
+<A NAME="1202733">
+ドキュメント エントリの主題に関する情報が含まれます。<P></A>
+
+<A NAME="1202736">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1242622">&nbsp;
+</A>
+<A NAME="subschemaSubentry">
+<H3> subschemaSubentry</H3>
+</A>
+
+
+
+<A NAME="1242623">
+未定義。<P></A>
+
+<A NAME="1242626">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+
+<A NAME="1099985">&nbsp;
+</A>
+<A NAME="subtreeaci">
+<H3> subtreeaci</H3>
+</A>
+
+
+
+<A NAME="1099986">
+ newsaccessitemエントリを更新できるユーザーを示します。<P></A>
+
+<A NAME="1099989">
+構文: <a href="attribut.htm#1004701">ces</a><P></A>
+
+
+<A NAME="1245467">&nbsp;
+</A>
+<A NAME="subtreeMaximumQuality">
+<H3> subtreeMaximumQuality</H3>
+</A>
+
+
+
+<A NAME="1245469">
+未定義。 <P></A>
+
+<A NAME="1245472">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1245448">&nbsp;
+</A>
+<A NAME="subtreeMinimumQuality">
+<H3> subtreeMinimumQuality</H3>
+</A>
+
+
+
+<A NAME="1245450">
+未定義。 <P></A>
+
+<A NAME="1245453">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1241769">&nbsp;
+</A>
+<A NAME="supportedAlgorithms;binary">
+<H3> supportedAlgorithms;binary</H3>
+</A>
+
+
+
+<A NAME="1241770">
+未定義。 <P></A>
+
+<A NAME="1241967">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1202747">&nbsp;
+</A>
+<A NAME="supportedApplicationContext">
+<H3> supportedApplicationContext</H3>
+</A>
+
+
+
+<A NAME="1202748">
+この属性にはOSIアプリケーション コンテキストの識別子が含まれます。<P></A>
+
+<A NAME="1202751">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1243196">&nbsp;
+</A>
+<A NAME="supportedControl">
+<H3> supportedControl</H3>
+</A>
+
+
+
+<A NAME="1243198">
+未定義。<P></A>
+
+<A NAME="1243201">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1243163">&nbsp;
+</A>
+<A NAME="supportedExtension">
+<H3> supportedExtension</H3>
+</A>
+
+
+
+<A NAME="1243164">
+未定義。<P></A>
+
+<A NAME="1243167">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1243238">&nbsp;
+</A>
+<A NAME="supportedLDAPVersion">
+<H3> supportedLDAPVersion</H3>
+</A>
+
+
+
+<A NAME="1243240">
+未定義。<P></A>
+
+<A NAME="1243243">
+構文: <a href="attribut.htm#1243260">int</a><P></A>
+
+
+<A NAME="1243217">&nbsp;
+</A>
+<A NAME="supportedSASLMechanisms">
+<H3> supportedSASLMechanisms</H3>
+</A>
+
+
+
+<A NAME="1243219">
+未定義。<P></A>
+
+<A NAME="1243222">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1230116">&nbsp;
+</A>
+<A NAME="sn">
+<H3> sn</H3>
+</A>
+
+
+
+<A NAME="1230117">
+エントリの苗字、またはラストネームを示します。例:<P></A>
+<A NAME="1230118">
+<PRE> surname: Anderson
+</PRE>
+</A>
+
+<A NAME="1230119">
+または、<P></A>
+<A NAME="1230120">
+<PRE> sn: Anderson
+</PRE>
+</A>
+
+<A NAME="1230122">
+<a href="attribut.htm#">略号</a>: sn<P></A>
+
+<A NAME="1230124">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1094954">&nbsp;
+</A>
+<A NAME="targetDn">
+<H3> targetDn</H3>
+</A>
+
+
+
+<A NAME="1094956">
+供給サーバーにおいて追加、変更、または削除されたエントリの識別名を定義します。modrdn動作の場合、targetDnには、変更前のエントリの識別名が含まれます。例:<P></A>
+<A NAME="1110601">
+<PRE> targetDn:<I> cn=Jane Doe, ou=Quality Control, o=Airius.com
+</I></PRE>
+</A>
+
+<A NAME="1094942">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+
+<A NAME="1230129">&nbsp;
+</A>
+<A NAME="telephoneNumber">
+<H3> telephoneNumber</H3>
+</A>
+
+
+
+<A NAME="1230130">
+エントリの電話番号を示します。例: <P></A>
+<A NAME="1230131">
+<PRE> telephoneNumber: 415-555-2233
+</PRE>
+</A>
+
+<A NAME="1230133">
+構文: <a href="attribut.htm#1004703">tel</a><P></A>
+
+
+<A NAME="1205004">&nbsp;
+</A>
+<A NAME="teletexTerminalIdentifier">
+<H3> teletexTerminalIdentifier</H3>
+</A>
+
+
+
+<A NAME="1205006">
+エントリのテレテックス ターミナルの識別子を示します。属性の形式は次の通りです。<P></A>
+<A NAME="1204973">
+<PRE>teletex-id = ttx-term 0*("$" ttx-param)<br>
+ttx-term = 印刷可能文字列<br>
+ttx-param = ttx-key ":" ttx-value<br>
+ttx-key = "graphic" / "control" / "misc" / "page" / "private"<br>
+ttx-value = オクテット文字列
+</PRE>
+</A>
+<a name="1204978">
+<BLOCKQUOTE>
+上記では、最初の印刷可能文字列は、暗号化されるテレテックス ターミナル識別子の最初の部分の暗号で、後の0以上のオクテット文字列はこのテレテックス ターミナル識別子の後続部分です。
+
+</BLOCKQUOTE>
+</a>
+<a name="1205117">
+<BLOCKQUOTE>
+構文: <a href="attribut.htm#1004703">tel
+</a>
+</BLOCKQUOTE>
+</a>
+
+
+<A NAME="1205120">&nbsp;
+</A>
+<A NAME="telexNumber">
+<H3> telexNumber</H3>
+</A>
+
+
+
+<A NAME="1205121">
+エントリのテレックス番号を定義します。テレックス番号の形式は以下の通りです。<P></A>
+<A NAME="1204750">
+<PRE> actual-number "$" country "$" answerback
+</PRE>
+</A>
+
+<A NAME="1204751">
+上記では、<code>actual-number</code>は暗号化されるテレックス番号の番号部を構文的に表示したもので、<code>country</code>はテレックスの国コード、<code>answerback</code>はテレックス ターミナルの 返信コードです。<P></A>
+
+<A NAME="1202779">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1202782">&nbsp;
+</A>
+<A NAME="textEncodedOrAddress">
+<H3> textEncodedOrAddress</H3>
+</A>
+
+
+
+<A NAME="1202783">
+RFC987で定義されている通りに、エントリのテキスト暗号化された発信元/受信者 (X.400)アドレスを定義します。例:<P></A>
+<A NAME="1202784">
+<PRE> textEncodedOrAddress: /S=doe/OU=eng/O=airius/ADMD=telemail/C=us/
+</PRE>
+</A>
+
+<A NAME="1202786">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1230152">&nbsp;
+</A>
+<A NAME="title">
+<H3> title</H3>
+</A>
+
+
+
+<A NAME="1230153">
+エントリの役職を示します。例:<P></A>
+<A NAME="1230154">
+<PRE> title: Senior QC Inspector
+</PRE>
+</A>
+
+<A NAME="1230156">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1202798">&nbsp;
+</A>
+<A NAME="ttl">
+<H3> ttl</H3>
+</A>
+
+
+
+<A NAME="1230159">
+将来の使用のために予約されています。<P></A>
+
+<A NAME="1219626">
+<a href="attribut.htm#">略号</a>: ttl<P></A>
+<a name="1219607">
+<BLOCKQUOTE>
+構文: <a href="attribut.htm#1004702">cis
+</a>
+</BLOCKQUOTE>
+</a>
+
+
+<A NAME="1202809">&nbsp;
+</A>
+<A NAME="uniqueIdentifier">
+<H3> uniqueIdentifier</H3>
+</A>
+
+
+
+<A NAME="1202810">
+識別名が再使用される際に2つのエントリを区別するのに使用する特定項目を示します。この属性は、削除された識別名への参照のインスタンスを検出するためのものです。この属性はサーバーによって割り当てられます。<P></A>
+
+<A NAME="1202812">
+構文: <a href="attribut.htm#1004700">bin</a> (ビット文字列)<P></A>
+
+
+<A NAME="1172624">&nbsp;
+</A>
+<A NAME="uniqueMember">
+<H3> uniqueMember</H3>
+</A>
+
+
+
+<A NAME="1172625">
+一意性を保証するために各名前にuniqueIdentifierが与えられた、エントリと関係する名前のグループを示します。uniqueMemberの属性値はuniqueIdentifierが後に続くDNです。<P></A>
+
+<A NAME="1172627">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+
+<A NAME="1202817">&nbsp;
+</A>
+<A NAME="updatedByDocument">
+<H3> updatedByDocument</H3>
+</A>
+
+
+
+<A NAME="1217372">
+ドキュメント エントリの更新バージョンであるドキュメントの識別名が含まれます。<P></A>
+
+<A NAME="1202821">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+
+<A NAME="1202824">&nbsp;
+</A>
+<A NAME="updatesDocument">
+<H3> updatesDocument</H3>
+</A>
+
+
+
+<A NAME="1217396">
+更新バージョンであるこのドキュメントの元のドキュメントの識別名が含まれます。<P></A>
+
+<A NAME="1202825">
+構文: <a href="attribut.htm#1100403">dn</a><P></A>
+
+
+<A NAME="1208938">&nbsp;
+</A>
+<A NAME="userCertificate">
+<H3>userCertificate</H3>
+</A>
+
+
+
+<A NAME="1208940">
+ユーザーの証明書のテキストコード バージョンを含みます。これはお薦めしません。代わりにuserCertificate;binaryをご使用ください。<P></A>
+
+<A NAME="1208942">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1208946">&nbsp;
+</A>
+<A NAME="userCertificate;binary">
+<H3> userCertificate;binary</H3>
+</A>
+
+
+
+<A NAME="1208948">
+ユーザーの証明書がバイナリ形式で含まれます。<P></A>
+
+<A NAME="1208950">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1202840">&nbsp;
+</A>
+<A NAME="userClass">
+<H3> userClass</H3>
+</A>
+
+
+
+<A NAME="1214739">
+コンピュータ ユーザーのカテゴリを示します。この属性の意味は任意のものです。organizationalStatus属性ではコンピュータ ユーザーと他のユーザーの区別がないため、適用性が高い場合があります。例:<P></A>
+<A NAME="1202842">
+<PRE> userClass: intern
+</PRE>
+</A>
+
+<A NAME="1202844">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1202847">&nbsp;
+</A>
+<A NAME="uid">
+<H3> uid</H3>
+</A>
+
+
+
+<A NAME="1202848">
+エントリのユーザーID(通常はログオン ID)を示します。例:<P></A>
+<A NAME="1202849">
+<PRE> userid: banderson
+</PRE>
+</A>
+
+<A NAME="1202850">
+または、<P></A>
+<A NAME="1202851">
+<PRE> uid: banderson
+</PRE>
+</A>
+
+<A NAME="1202853">
+<a href="attribut.htm#">略号</a>: uid<P></A>
+
+<A NAME="1202855">
+構文: <a href="attribut.htm#1004702">cis</a><P></A>
+
+
+<A NAME="1196547">&nbsp;
+</A>
+<A NAME="userPassword">
+<H3> userPassword</H3>
+</A>
+
+
+
+<A NAME="1196548">
+エントリのパスワードと暗号化方法を、{暗号化方法}暗号化パスワードの形式で示します。<P></A>
+
+<A NAME="1196550">
+例:<P></A>
+<A NAME="1196551">
+<PRE> userPassword: {sha}FTSLQhxXpA05
+</PRE>
+</A>
+
+<A NAME="1196553">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1103595">&nbsp;
+</A>
+<A NAME="userSMIMECertificate;binary">
+<H3>userSMIMECertificate;binary</H3>
+</A>
+
+
+
+<A NAME="1103596">
+S/MIMEでNetscape Communicatorが使用します。例: <P></A>
+
+<A NAME="1235505">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+
+
+<A NAME="1202876">&nbsp;
+</A>
+<A NAME="x121Address">
+<H3> x121Address</H3>
+</A>
+
+
+
+<A NAME="1202877">
+ユーザーのX.121アドレスを定義します。<P></A>
+
+<A NAME="1202880">
+構文: <a href="attribut.htm#1004701">ces</a><P></A>
+
+
+<A NAME="1235525">&nbsp;
+</A>
+<A NAME="x500UniqueIdentifier">
+<H3> x500UniqueIdentifier</H3>
+</A>
+
+
+
+<A NAME="1235526">
+未定義。 <P></A>
+
+<A NAME="1235529">
+構文: <a href="attribut.htm#1004700">bin</a><P></A>
+<a name="1241249">
+<BLOCKQUOTE>
+
+
+</BLOCKQUOTE>
+</a>
+
+<p>
+
+<hr width="80%" size="2">
+<FONT SIZE="-2">
+<CENTER>
+Copyright 1997 Netscape Communications Corporation. All rights reserved.
+</CENTER>
+</FONT>
+
+</body>
+</html>
+
diff --git a/ldap/clients/dsgw/html/manual/ja/auth.htm b/ldap/clients/dsgw/html/manual/ja/auth.htm
new file mode 100644
index 00000000..2b611322
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/ja/auth.htm
@@ -0,0 +1,151 @@
+<!--
+ PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
+ license terms. Copyright 2001 Sun Microsystems, Inc.
+ Some preexisting portions Copyright 2001 Netscape Communications Corp.
+ All rights reserved.
+ -->
+<html>
+<!-- HEAD -->
+
+<title>ディレクトリへの認証</title>
+</head>
+<body>
+
+<h1><a name="authenticating"></a>認証</h1>
+
+<p>認証は、Directory Serverに身分を証明する処理です。認証処理によって、Directory Serverは、ユーザに許可するディレクトリの操作を決めることができます。しかし、認証は必ず必要であるとは限らないことに注意してください。ディレクトリ管理者は、ある処理に対しては許可を不要にするようにシステムを設定することができます。</p>
+
+<p>デフォルトでは、ディレクトリ管理者以外のすべてのユーザは、ディレクトリへのアクセスを拒否されます。ディレクトリ管理者がディレクトリへのアクセス権の付与または削除を行います。このような許可はサイトごとに決定されるため、自分が保持しているディレクトリへのアクセス権の種類やどの操作に認証が必要かについては、ディレクトリ管理者に尋ねてください。</p>
+
+<p>本章の内容:</p>
+
+<ul>
+ <li><a href="#ustand">ディレクトリ アクセスについて</a></li>
+ <li><a href="#userauth">ディレクトリへの認証</a></li>
+ <li><a href="#logout">ディレクトリからのログアウト</a></li>
+ <li><a href="#incorrectauth">不適切な認証によって発生する問題</a></li>
+</ul>
+
+<h2><a name="ustand"></a>ディレクトリ アクセスについて</h2>
+
+<p>ディレクトリへのアクセスの必要なユーザや必要とされるアクセス タイプを決定することは、ディレクトリ管理者の重要な仕事の1つです。ディレクトリ管理者は、アクセス制御機構を使用して、ディレクトリへのアクセス許可を付与または禁止します。アクセス制御機構を使用して、ディレクトリ管理者は以下のアクセス権を付与または禁止できます。
+ </p>
+
+<ul>
+ <li>すべての未認証のユーザに対するアクセス権(これは匿名アクセスと呼ばれます) </li>
+ <li>すべての認証ユーザに対するアクセス権</li>
+ <li>特定の認証ユーザまたはグループに対するアクセス権</li>
+ <li>特定のマシンまたはDNSドメインからのアクセス権</li>
+ <li>特定の時間または曜日におけるアクセス権</li>
+ <li>認証方法に基づくアクセス権</li>
+</ul>
+
+<p>管理者が割り当てる特定の権限は、ユーザによって異なることもあります。例えば、匿名ユーザには読込みおよび検索のアクセス権のみが通常付与されますが、特定の認証ユーザ、またはグループのみに書込みアクセス権が付与されたり、または特定のマシンから操作にのみ書込みアクセス権が付与されることもあります。</p>
+
+<p>ディレクトリ管理者がディレクトリに許可を適用して実行できる操作を、以下にいくつか示します。ディレクトリ管理者が実行可能なこと:</p>
+
+<ul>
+ <li>任意の方法でディレクトリにアクセスする前に認証を義務付ける</li>
+ <li>ディレクトリの特定のサブセクションにアクセスする前に認証を義務付ける </li>
+ <li>エントリの追加または変更など、ディレクトリにおける特定の操作を実行する前に認証を義務付ける</li>
+ <li>ディレクトリ全体または一部へのアクセスを拒否したり、または特定の操作の実行を拒否する</li>
+ <li>ディレクトリ全体または一部の匿名アクセスを許可する </li>
+ <li>ある種の動作(検索など)の匿名アクセスを許可するが、その他の操作(変更など)の匿名アクセスを禁止する</li>
+ <li>現在使用中の物理的マシンに基づいてアクセスを許可または拒否する </li>
+</ul>
+
+<p>Directory Serverゲートウェイインタフェースでは、ディレクトリ アクセスを試みる前に認証が義務付けられているかどうかを認識する手段がありません。しかし、このインタフェースでは、任意の方法でユーザがディレクトリ ツリーを変更する前に認証が必要であることが設定されており、現在ユーザが認証していない場合は、変更前に認証するようプロンプトが表示されます。認証しない場合は、ディレクトリ管理者が匿名アクセス用に設定した操作とディレクトリ部分へのアクセスのみが許可されます。</p>
+
+<!--<p>アクセス制御の詳細は、『Directory Server管理者用ガイド』をご覧ください。</p>-->
+
+<h2><a name="userauth"></a>ディレクトリへの認証</h2>
+
+<p>場合によっては、ある操作前に認証するようプロンプトが自動的に表示されます。 また、[認証]タブをクリックして、明示的に認証を選択することもできます。いずれの場合も、認証過程は以下の通りです。</p>
+
+<ol>
+ <li>[認証]タブをクリックします。</li>
+ <li>Directory Serverに身分を証明するために使用する名前を入力します。
+ <ul type="disc">
+ <li><a name="userauth2"></a>通常のユーザとして認証するには、氏名を入力して[継続]をクリックします。<br>
+ Directory Serverに表示される通りに名前(一般名、氏名あるいはユーザID)を入力します。
+ ローカルのオペレーティング システムのユーザIDまたはログインを入力しないでください。 </li>
+ <li><a name="managerauth2"></a>特権のあるディレクトリ ユーザとして認証するには、<b>[ディレクトリ管理者として認証]</b>ボタンをクリックします。</li>
+ </ul>
+ </li>
+ <li>一致するエントリのテーブルが複数表示された場合は、ディレクトリ エントリに対応するリンクを選択します。名前がディレクトリにおいて固有のものである場合は、システムはこのステップを飛ばします。</li>
+ <li>パスワードを入力して[継続]をクリックします。<br>
+ 自分のパスワードが不明の場合は、ディレクトリ管理者にお尋ねください。<br>
+ <a name="authsuccess"></a>認証動作の完了に成功したら、認証の有効時間を示すメッセージが表示されます。この時間が過ぎたら、セッションを継続するためにディレクトリに再度認証する必要があります。パスワードが失効していれば、その場でパスワードを変更するか、システム管理者に連絡してください。</li>
+ <li>[メインへ戻る]をクリックしてDirectory Serverインタフェースのセッションを継続します。</li>
+</ol>
+
+<h2><a name="logout"></a>ディレクトリからのログアウト</h2>
+
+<p>Directory Serverに既に認証済みで、匿名アクセスに戻る場合は、以下を実行してください。</p>
+
+<ol>
+ <li>[認証]タブをクリックします。</li>
+ <li> <b>[認証の破棄(ログアウト)]</b>ボタンをクリックします。 </li>
+</ol>
+
+<p>これで匿名アクセスに戻ります。アクセスのタイプを変更するには、再度Directory Serverに認証する必要があります。詳細は、<a
+href="#userauth2">「ユーザとして認証」</a>または<a
+href="#managerauth2">「ディレクトリ管理者として認証」</a>をご覧ください。</p>
+
+<h2><a name="reauth"></a>ディレクトリへの再度認証</h2>
+
+<p>ディレクトリに認証すると、特定時間有効な認証証明書が付与されます。デフォルトでは、認証証明書は120分間有効です。ただし、ディレクトリ管理者が有効期間を設定することができます。Directory Serverインタフェースの使用が終わる前に認証証明書が失効する場合、変更を保存するにはディレクトリに再度認証する必要があります。ディレクトリへの再度認証手順は、最初にディレクトリへの<a href="#userauth">認証</a>に使用したものと同じです。</p>
+
+<h2><a name="incorrectauth"></a>不適切な認証によって発生する問題</h2>
+
+<p>Directory Serverに認証していない場合は、匿名ユーザとしてディレクトリにアクセスしています。匿名ユーザとして実行可能な動作のタイプは、ディレクトリ管理者によって設定されたアクセス制御によって異なります。検索などのディレクトリ操作の実行を試みると、奇妙な動作をすることがあります。Directory Serverインタフェースによって明示的に示されてはいませんが、発生する異常は不適切な認証によることが考えられます。インタフェース上でこの情報を提供しないのは、それによってセキュリティが弱められる可能性があるからです。</p>
+
+<p>下表には、一般的な問題の兆候、考えられる原因、および問題の解決策がリストされています。</p>
+
+<table border="2">
+ <tr>
+ <th width="30%"><b>兆候</b></th>
+ <th><b>原因</b></th>
+ <td width="30%"><b>解決策</b></td>
+ </tr>
+ <tr>
+ <td valign="top" width="30%">検索結果が何もない。</td>
+ <td valign="top">入力した検索文字列に一致するエントリがないか、またはこのタイプの検索動作の実行前にディレクトリへの認証が義務付けられています。</td>
+ <td valign="top" width="30%">異なった検索動作を試してみてください。または、入力した基準に一致するエントリが必ずあることが分かっている場合は、ディレクトリに<a href="#userauth">認証</a>します。</td>
+ </tr>
+ <tr>
+ <td valign="top" width="30%">検索結果にエントリが欠けているか、または戻されたエントリから属性情報が欠けている。</td>
+ <td valign="top">正しく認証していないか、あるいは情報へのアクセス権が付与されていません。ディレクトリ管理者は、ディレクトリ ツリー全体または一部でエントリまたは特定のエントリ属性にアクセスするのに認証が必要であることを指定できます。この場合、情報が存在するか、さらにその情報にアクセスする権限をユーザが保持しているかはDirectory Serverでは示されません。代わりに、情報がまったく存在しないかのように動作します。ツリーにおける特定の情報を表示できなくても、それが存在することを知っていることは、セキュリティ上のリスクとなりうるとの配慮から、このように動作するようになっています。 </td>
+ <td valign="top" width="30%">正しく<a
+ href="#userauth">認証されている</a>ことを確認してください。必要なディレクトリ情報にアクセス権があることをディレクトリ管理者に確認します。</td>
+ </tr>
+ <tr>
+ <td valign="top" width="30%">完了後、動作に失敗する。</td>
+ <td valign="top">不適切な認証のため、ディレクトリが動作に失敗しています。あたかもインタフェースのフォームの動作が失敗しているように見えますが、フォームは動作をDirectory Serverに動作を受け渡すだけで、実際はDirectory Serverが動作に失敗しています。Directory Serverインタフェースは、単に動作の結果を報告するだけのものです。現在、LDAPプロトコルでは、動作が試みられる前に認証が必要であるかがインタフェースによって認識できないようになっているために、この事態が発生します。ディレクトリ エントリの作成または変更中に認証が失効した場合に限り、このインタフェース使用中にこの事態が発生することがあります。</td>
+ <td valign="top" width="30%">正しく<a
+ href="#userauth">認証されている</a>ことと認証が失効していないことを確認してください。</td>
+ </tr>
+ <tr>
+ <td valign="top" width="30%">認証過程中にエントリのテーブルが表示される。</td>
+ <td valign="top">氏名がディレクトリにおいて固有のものでないか、または入力した名前がディレクトリに存在しません。</td>
+ <td valign="top" width="30%">エントリがテーブルに表示されたら、対応するリンクを選択し、 <a href="#userauth">認証</a>過程を継続します。<p>エントリがテーブルに表示されない場合は、
+ <strong>[キャンセル]</strong>
+ をクリックし、<a href="#userauth">認証</a>
+ を再度試みます。ユーザIDでなく、氏名を必ず使用してください。</p>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" width="30%">ユーザ名は正しいのに、認証に失敗した。</td>
+ <td valign="top">パスワードが正しくありません。 <p>有効なユーザ名と正しくないパスワードを入力し、しかも入力したユーザ名がNTユーザのエントリを示す場合は、Windowsネットワークで認証が試みられます。</p>
+ <p>それが成功しなかったり、入力したユーザ名がNTユーザのエントリを示さない場合は、再度実行、ウィンドウを閉じる、またはヘルプのオプションが与えられます。</p>
+ </td>
+ <td valign="top" width="30%"><strong>[Retry]</strong>
+ をクリックしてパスワードを再度入力します。</td>
+ </tr>
+</table>
+
+<p>&nbsp;</p>
+</body>
+</html>
+
+
diff --git a/ldap/clients/dsgw/html/manual/ja/contents.html b/ldap/clients/dsgw/html/manual/ja/contents.html
new file mode 100644
index 00000000..360311e8
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/ja/contents.html
@@ -0,0 +1,172 @@
+<!--
+ PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
+ license terms. Copyright 2001 Sun Microsystems, Inc.
+ Some preexisting portions Copyright 2001 Netscape Communications Corp.
+ All rights reserved.
+ -->
+<HTML>
+<!-- HEAD -->
+ <TITLE>Directory Serverインタフェースの目次</TITLE>
+</HEAD>
+<BODY BGCOLOR="#FFFFFF">
+
+<H1>
+目次</H1>
+
+<H2>
+<A HREF="intro.htm">第1章 Directory Serverインタフェースについて</A></H2>
+
+<H2>
+<A HREF="search.htm">第2章 ディレクトリ ツリーの検索 </A></H2>
+
+<DL>
+<DD>
+<A HREF="search.htm#standard">標準検索</A></DD>
+
+<DL>
+<DD>
+<A HREF="search.htm#Performing a Standard Search">[標準検索]の実行</A></DD>
+
+<DL>
+<DD>
+<A HREF="search.htm#Name">氏名の検索</A></DD>
+
+<DD>
+<A HREF="search.htm#initials">イニシャルを伴なう氏名の検索</A></DD>
+
+<BR><A HREF="search.htm#phone">電話番号の検索</A>
+<BR><A HREF="search.htm#e-mail">電子メール アドレスの検索</A>
+<BR><A HREF="search.htm#filter">検索フィルタの使用</A></DL>
+</DL>
+
+<DD>
+<A HREF="search.htm#advanced">拡張検索</A></DD>
+
+<DL>
+<DD>
+<A HREF="search.htm#Performing an Advanced Search">[拡張検索]の実行</A></DD>
+
+<DD>
+<A HREF="search.htm#Advanced Search Examples">[拡張検索]の例</A></DD>
+</DL>
+
+<DD>
+<A HREF="search.htm#results">検索結果の表示</A></DD>
+
+<DL>
+<DD>
+<A HREF="search.htm#nomatch">一致なし</A></DD>
+
+<DD>
+<A HREF="search.htm#single">1件の一致</A></DD>
+
+<DD>
+<A HREF="search.htm#multiple">複数の一致</A></DD>
+
+<DD>
+<A HREF="search.htm#problems">その他の問題</A></DD>
+</DL>
+<A HREF="search.htm#vCard">vCardの表示</A>
+<DL>
+<H2>
+<A HREF="add.htm">第3章 エントリの追加</A></H2>
+
+<DL>
+<DD>
+<A HREF="add.htm#guidelines">新規エントリに関するガイドライン</A></DD>
+
+<DL>
+<DD>
+<A HREF="add.htm#tree">ディレクトリ ツリー構造</A></DD>
+
+<DD>
+<A HREF="add.htm#DN">識別名の構文</A></DD>
+
+<DD>
+<A HREF="add.htm#uniqueDN">固有の識別名</A></DD>
+</DL>
+
+<DD>
+<A HREF="add.htm#person">ユーザの追加</A></DD>
+
+<DD>
+<A HREF="add.htm#NTperson">NTユーザの追加</A></DD>
+
+<DD>
+<A HREF="add.htm#group">グループの追加</A></DD>
+
+<DD>
+<A HREF="add.htm#NTgroup">NTグループの追加</A></DD>
+
+<DD>
+<A HREF="add.htm#ou">組織単位の追加</A></DD>
+
+<DD>
+<A HREF="add.htm#o">組織の追加</A></DD>
+</DL>
+
+<H2>
+<A HREF="mod.htm">第4章 エントリの編集</A></H2>
+
+<DL>
+<DD>
+<A HREF="mod.htm#people">ユーザの編集</A></DD>
+
+<DL>
+<DL><A HREF="mod.htm#addmanager">[マネージャ]と[秘書]フィールドへの値の追加
+</A></DL>
+</DL>
+
+<DD>
+<A HREF="mod.htm#ntpeople">NTユーザの編集</A></DD>
+
+<DD>
+<A HREF="mod.htm#groups">グループの編集</A></DD>
+
+<DL>
+<DD>
+<A HREF="mod.htm#addowner">[同時参照]、[所有者]、および[グループ メンバー]フィールドへの
+値の追加</A></DD>
+</DL>
+
+<DD>
+<A HREF="mod.htm#NTgroups">NTグループの編集</A></DD>
+
+<DD>
+<A HREF="mod.htm#ou">組織単位の編集</A></DD>
+
+<DD>
+<A HREF="mod.htm#o">組織の編集</A></DD>
+
+<DD>
+<A HREF="mod.htm#rename">エントリ名の変更</A></DD>
+
+<DD>
+<A HREF="mod.htm#delete">エントリの削除</A></DD>
+
+<DD>
+<A HREF="mod.htm#changepw">パスワードの変更</A></DD>
+</DL>
+
+<H2>
+<A HREF="auth.htm">第5章 認証</A></H2>
+
+<DL>
+<DD>
+<A HREF="auth.htm#ustand">ディレクトリ アクセスについて</A></DD>
+
+<DD>
+<A HREF="auth.htm#userauth">ディレクトリへの認証</A></DD>
+
+<DD>
+<A HREF="auth.htm#logout">ディレクトリからのログアウト</A></DD>
+
+<DD>
+<A HREF="auth.htm#incorrectauth">不適切な認証によって発生する問題</A></DD>
+</DL>
+<P>
+<H2><A HREF="attribut.htm">属性</A></H2>
+
+</BODY>
+</HTML>
+
diff --git a/ldap/clients/dsgw/html/manual/ja/filters.htm b/ldap/clients/dsgw/html/manual/ja/filters.htm
new file mode 100644
index 00000000..23288a6d
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/ja/filters.htm
@@ -0,0 +1,1062 @@
+<!--
+ PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
+ license terms. Copyright 2001 Sun Microsystems, Inc.
+ Some preexisting portions Copyright 2001 Netscape Communications Corp.
+ All rights reserved.
+ -->
+<HTML>
+
+<!-- HEAD-->
+ <TITLE>Netscape ディレクトリ インタフェィス 検索フィルタ</TITLE>
+
+</HEAD>
+
+<BODY>
+
+
+
+<P><A NAME="1001595"></A></P>
+
+
+
+<P><A NAME="1001596"></A></P>
+
+
+
+<P><A NAME="996824"></A></P>
+
+
+
+<H1>検索フィルタ</H1>
+
+
+
+<P><A NAME="997436"></A>本章では、検索フィルタおよび<A HREF="filters.htm#1018239">検索の仕組み</A>を説明しています。</P>
+
+
+
+<P><A NAME="Search Filters"></A><A NAME="1018822"></A></P>
+
+
+
+<H2>検索フィルタ</H2>
+
+
+
+<P><A NAME="1018489"></A>検索範囲を限定するために、 <A HREF="search.htm#1015771">[標準検索]</A>フィールドに直接検索フィルタを指定できます。検索に等号記号(=)が含まれる場合は、[標準検索]では値が検索フィルタであるものと想定され、このフィルタが直接使用されて検索が実行されます。</P>
+
+
+
+<P><A NAME="1018092"></A>検索フィルタでは、[標準検索]のために戻されるエントリを選択するのに、属性の値が使用されます。例えば、次の検索フィルタでは、Babs Jensenに等しい一般名の検索が指定されます。</P>
+
+
+
+<P><A NAME="1018094"></A></P>
+
+
+
+<UL>
+
+<UL>
+
+<PRE>cn=babs jensen
+
+</PRE>
+
+</UL>
+
+</UL>
+
+
+
+<P><A NAME="Search filter syntax"></A><A NAME="1018095"></A></P>
+
+
+
+<H3>検索フィルタの構文</H3>
+
+
+
+<P><A NAME="1018096"></A>検索フィルタの基本構文:</P>
+
+
+
+<P><A NAME="1018097"></A></P>
+
+
+
+<UL>
+
+<UL>
+
+<PRE><A HREF="filters.htm#1019127">属性</A> <A HREF="filters.htm#1019138">演算子</A>値
+
+</PRE>
+
+</UL>
+
+</UL>
+
+
+
+<P><A NAME="1019085"></A>例: </P>
+
+
+
+<P><A NAME="1019086"></A></P>
+
+
+
+<UL>
+
+<UL>
+
+<PRE>employeenumber &gt;= 100
+
+</PRE>
+
+</UL>
+
+</UL>
+
+
+
+<P><A NAME="1019090"></A>上記の例では、<TT>employeenumber</TT>は属性、<TT>&gt;=</TT> は演算子、100は値です。
+</P>
+
+
+
+<P><A NAME="1019104"></A><A HREF="filters.htm#1018167">異なった属性の組合せ</A>を使用するフィルタも定義できます。 </P>
+
+
+
+<P><A NAME="Using attributes in a filter"></A><A NAME="1019127"></A></P>
+
+
+
+<H4>フィルタにおける属性の使用</H4>
+
+
+
+<P><A NAME="1019162"></A>エントリの検索の際に、そのタイプのエントリと関係する属性を指定できます。例えば、ユーザに関するエントリを検索する場合、特定の一般名を持つユーザの検索に<TT>cn</TT>属性を使用できます。</P>
+
+
+
+<P><A NAME="1019183"></A>ユーザに関するエントリの例として次のものが含まれることがあります。</P>
+
+
+
+<UL>
+
+<P><A NAME="1019188"></A></P>
+
+
+
+<LI><TT>cn</TT> (ユーザの一般名) <A NAME="1019189"></A></LI>
+
+
+
+<LI><TT>telephonenumber</TT> (ユーザの電話番号) <A NAME="1019190"></A></LI>
+
+
+
+<LI><TT>employeenumber</TT> (ユーザの社員番号) <A NAME="1019191"></A></LI>
+
+
+
+<LI><TT>l</TT> (ユーザの場所) </LI>
+
+</UL>
+
+
+
+<P><A NAME="1019184"></A>エントリに関係する属性のリストについては、<A HREF="attribut.htm#1002619">付録A「エントリと属性のフィールド」</A>をご覧ください。 検索フィルタにおいて内部属性名を使用する必要があることに注意してください。</P>
+
+
+
+<P><A NAME="Using operators in a filter"></A><A NAME="1019138"></A></P>
+
+
+
+<H4>フィルタにおける演算子の使用</H4>
+
+
+
+<P><A NAME="1018153"></A>演算子で以下のタイプの検索を定義します。</P>
+
+
+
+<TABLE BORDER=2 >
+
+<CAPTION></CAPTION>
+
+
+
+<TR>
+
+<TH><A NAME="1018101"></A><B>検索タイプ</B> </TH>
+
+
+
+<TH><A NAME="1018103"></A><B>演算子</B> </TH>
+
+
+
+<TH><A NAME="1018105"></A><B>説明</B> </TH>
+
+</TR>
+
+
+
+<TR>
+
+<TD><A NAME="1018107"></A>等号</TD>
+
+
+
+<TD><A NAME="1018109"></A>= </TD>
+
+
+
+<TD><A NAME="1018111"></A>指定値に一致する属性を含むエントリが戻されます。例:
+
+<UL>
+
+<P><A NAME="1019083"></A><TT>cn=Bob Johnson</TT></P>
+
+</UL>
+
+</TD>
+
+</TR>
+
+
+
+<TR>
+
+<TD><A NAME="1018113"></A>副文字列</TD>
+
+
+
+<TD><A NAME="1018115"></A>=&lt;文字列&gt;*&lt;文字列&gt; </TD>
+
+
+
+<TD><A NAME="1018117"></A>指定副文字を持つ 列属性を含むエントリが戻されます。例:
+<UL>
+
+<P><A NAME="1018118"></A><TT>cn=Bob*</TT></P>
+
+
+
+<P><A NAME="1018119"></A><TT>cn=*Johnson</TT></P>
+
+
+
+<P><A NAME="1018120"></A><TT>cn=*John*</TT></P>
+
+
+
+<P><A NAME="1018121"></A><TT>cn=B*John</TT></P>
+
+</UL>
+
+</TD>
+
+</TR>
+
+
+
+<TR>
+
+<TD><A NAME="1018123"></A>大なりまたは等価</TD>
+
+
+
+<TD><A NAME="1018125"></A>&gt;= </TD>
+
+
+
+<TD><A NAME="1018127"></A>指定値より大きいか、等しい属性を含むエントリが戻されます。例:
+
+<UL>
+
+<P><A NAME="1018128"></A><TT>employeenumber &gt;= 100</TT></P>
+
+</UL>
+
+</TD>
+
+</TR>
+
+
+
+<TR>
+
+<TD><A NAME="1018130"></A>小なりまたは等価</TD>
+
+
+
+<TD><A NAME="1018132"></A>&lt;= </TD>
+
+
+
+<TD><A NAME="1018134"></A>指定値より小さいか、等しい属性を含むエントリが戻されます。例:
+<UL>
+
+<P><A NAME="1018135"></A><TT>employeenumber &lt;= 100</TT></P>
+
+</UL>
+
+</TD>
+
+</TR>
+
+
+
+<TR>
+
+<TD><A NAME="1018137"></A>存在</TD>
+
+
+
+<TD><A NAME="1018139"></A>=* </TD>
+
+
+
+<TD><A NAME="1018141"></A>指定属性を含むエントリが戻されます。例:
+
+<UL>
+
+<P><A NAME="1018142"></A><TT>cn=*</TT></P>
+
+
+
+<P><A NAME="1018143"></A><TT>telephonenumber=*</TT></P>
+
+
+
+<P><A NAME="1018144"></A><TT>manager=*</TT></P>
+
+</UL>
+
+</TD>
+
+</TR>
+
+
+
+<TR>
+
+<TD><A NAME="1018146"></A>近似</TD>
+
+
+
+<TD><A NAME="1018148"></A>~= </TD>
+
+
+
+<TD><A NAME="1018150"></A>指定値にほぼ等しい指定属性を含むエントリが戻されます。例:
+
+<UL>
+
+<P><A NAME="1018151"></A><TT>cn~=surette</TT></P>
+
+
+
+<P><A NAME="1018152"></A><TT>l~=san fransico</TT></P>
+
+</UL>
+
+</TD>
+
+</TR>
+
+</TABLE>
+
+
+
+<TABLE>
+
+<TR>
+
+<TD></TD>
+
+</TR>
+
+</TABLE>
+
+
+
+<P><A NAME="1018160"></A>これらの検索タイプの詳細は、<A HREF="filters.htm#1018239">「検索の仕組み」</A>をご覧ください。
+
+</P>
+
+
+
+<P><A NAME="Using multiple search filters"></A><A NAME="1018167"></A></P>
+
+
+
+<H4>複数の検索フィルタの使用</H4>
+
+
+
+<P><A NAME="1018168"></A>ブール演算子を使用して、異なった検索フィルタを組み合わせることができます。接頭辞表記に以下の演算子を使用できます。</P>
+
+
+
+<P><A NAME="1018169"></A></P>
+
+
+
+<UL>
+
+<PRE>(<I>ブール_演算子</I>((<I>フィルタ</I>)(<I>フィルタ</I>)(<I>フィルタ</I>)...))
+
+</PRE>
+
+</UL>
+
+
+
+<P><A NAME="1018170"></A>この場合、ブール_演算子は、任意の<A HREF="filters.htm#1018173">ブール演算子</A>です。例: </P>
+
+
+
+<P><A NAME="1019218"></A></P>
+
+
+
+<UL>
+
+<PRE>(&amp;(ou=Marketing)(cn=Ray*))
+
+</PRE>
+
+</UL>
+
+
+
+<P><A NAME="1019216"></A>上記の例では、フィルタの組合せによって、組織単位がMarketing (<TT>ou=Marketing</TT>)で、一般名がRay (<TT>cn=Ray*</TT>)で始まるエントリが検索されます。And(<TT>&amp;</TT>)のブール演算子は、この演算子が検索基準を先行する接頭辞表記法で使用されています。</P>
+
+
+
+<P><A NAME="1019228"></A>さらに、以下のように、複雑な式を形成するのにブール演算子を入れ子にすることもできます。</P>
+
+
+
+<P><A NAME="1018171"></A></P>
+
+
+
+<UL>
+
+<PRE>(ブール_演算子(フィルタ)((ブール_演算子(フィルタ)(フィルタ)))
+
+</PRE>
+
+</UL>
+
+
+
+<P><A NAME="Boolean operators"></A><A NAME="1018173"></A></P>
+
+
+
+<H4>ブール演算子</H4>
+
+
+
+<P><A NAME="1018202"></A>検索フィルタとともに使用できるブール演算子: </P>
+
+
+
+<TABLE BORDER=2 >
+
+<CAPTION></CAPTION>
+
+
+
+<TR>
+
+<TH><A NAME="1018176"></A><B>演算子</B> </TH>
+
+
+
+<TH><A NAME="1018178"></A><B>記号</B> </TH>
+
+
+
+<TH><A NAME="1018180"></A><B>説明</B> </TH>
+
+</TR>
+
+
+
+<TR>
+
+<TD><A NAME="1018182"></A>And </TD>
+
+
+
+<TD><A NAME="1018184"></A>&amp; </TD>
+
+
+
+<TD><A NAME="1018186"></A>文が真であるためには、すべての指定フィルタが真でなければなりません。例:
+
+<UL>
+
+<P><A NAME="1018187"></A><TT>(&amp;(フィルタ1)(フィルタ2)(フィルタ3)...)</TT></P>
+
+</UL>
+
+
+
+<P><A NAME="1019015"></A>エントリが一致するためには、フィルタ1、フィルタ2、およびフィルタ3がすべて真でなければなりません。</P>
+
+</TD>
+
+</TR>
+
+
+
+<TR>
+
+<TD><A NAME="1018189"></A>Or </TD>
+
+
+
+<TD><A NAME="1018191"></A>| </TD>
+
+
+
+<TD><A NAME="1018193"></A>文が真であるためには、最低一つの指定フィルタが真でなければなりません。例:
+
+<UL>
+
+<P><A NAME="1018194"></A><TT>(|(フィルタ1)(フィルタ2)(フィルタ3)...)</TT></P>
+
+</UL>
+
+
+
+<P><A NAME="1019024"></A>フィルタ1、フィルタ2、またはフィルタ3の一つでも一致すると、エントリが戻されます。</P>
+
+</TD>
+
+</TR>
+
+
+
+<TR>
+
+<TD><A NAME="1018196"></A>Not </TD>
+
+
+
+<TD><A NAME="1018198"></A>! </TD>
+
+
+
+<TD><A NAME="1018200"></A>文が真であるためには、指定された文が真であってはなりません。一つのフィルタのみがNot演算子によって影響されることに注意してください。例:
+
+
+<UL>
+
+<P><A NAME="1018201"></A><TT>(!(フィルタ))</TT></P>
+
+</UL>
+
+
+
+<P><A NAME="1019025"></A>フィルタに一致しないエントリが戻されます。</P>
+
+</TD>
+
+</TR>
+
+</TABLE>
+
+
+
+<TABLE>
+
+<TR>
+
+<TD></TD>
+
+</TR>
+
+</TABLE>
+
+
+
+<P><A NAME="Search filter examples"></A><A NAME="1018203"></A></P>
+
+
+
+<H4>検索フィルタの例</H4>
+
+
+
+<P><A NAME="1018204"></A>マネージャ属性を含むエントリが次のフィルタによって検索されます。これは存在検索とも呼ばれます。</P>
+
+
+
+<P><A NAME="1018205"></A></P>
+
+
+
+<PRE> manager=*
+
+</PRE>
+
+
+
+<P><A NAME="1018206"></A>Ray Kultgenの一般名を含むエントリが次のフィルタによって検索されます。これは等号検索としても呼ばれます。</P>
+
+
+
+<P><A NAME="1018207"></A></P>
+
+
+
+<PRE> cn=Ray Kultgen
+
+</PRE>
+
+
+
+<P><A NAME="1018208"></A>Ray Kultgenの一般名を含まないエントリが次のフィルタによって戻されます。</P>
+
+
+
+<P><A NAME="1018209"></A></P>
+
+
+
+<PRE> (!(cn=Ray Kultgen))
+
+</PRE>
+
+
+
+<P><A NAME="1018210"></A>X.500の副文字列を持つ[description]属性を含むエントリが次のフィルタによって戻されます。</P>
+
+
+
+<P><A NAME="1018211"></A></P>
+
+
+
+<PRE> description=*X.500*
+
+</PRE>
+
+
+
+<P><A NAME="1018212"></A>組織単位がMarketingで、[description]フィールドに副文字列X.500が含まれないエントリが次のフィルタによって戻されます。</P>
+
+
+
+<P><A NAME="1018213"></A></P>
+
+
+
+<PRE> (&amp;(ou=Marketing)(!(description=*X.500*)))
+
+</PRE>
+
+
+
+<P><A NAME="1018214"></A>組織単位がMarketingで、マネージャがJulie FulmerまたはCindy Zwaskaであるエントリが次のフィルタによって戻されます。</P>
+
+
+
+<P><A NAME="1018215"></A></P>
+
+
+
+<PRE> (&amp;(ou=Marketing)(|(manager=&quot;cn=Julie
+Fulmer,ou=Marketing,o=Airius,c=US&quot;)(manager=&quot;cn=Cindy
+Zwaska,ou=Marketing,o=Airius,
+c=US&quot;)))
+
+</PRE>
+
+
+
+<P><A NAME="1018216"></A>ユーザを示さないエントリが次のフィルタによって戻されます。</P>
+
+
+
+<P><A NAME="1018217"></A></P>
+
+
+
+<PRE> (!(objectclass=person))
+
+</PRE>
+
+
+
+<P><A NAME="1018218"></A>ユーザ(person)を示さず、しかも一般名(cn)がプリンタ3bに類似したエントリが次のフィルタによって戻されます。</P>
+
+
+
+<P><A NAME="1018219"></A></P>
+
+
+
+<PRE> (&amp;(!(objectclass=person))(cn~=printer3b))
+
+</PRE>
+
+
+
+<P><A NAME="How searching works"></A><A NAME="1018239"></A></P>
+
+
+
+<H2>検索の仕組み</H2>
+
+
+
+<P><A NAME="1018240"></A></P>
+
+
+
+<BLOCKQUOTE>
+
+<P><B>注: </B></P>
+
+</BLOCKQUOTE>
+
+
+
+<P><A NAME="1019880"></A></P>
+
+
+
+<BLOCKQUOTE>
+
+<P>Directory Serverインタフェースは、実際、Directory Serverから独立して動作するフォームとCGIプログラムの集まりです。このインタフェースは、Directory Serverに対してLDAPクライアントとして動作するものです。</P>
+
+</BLOCKQUOTE>
+
+
+
+<P><A NAME="1019775"></A>以下には、Directory Serverを検索する際の仕組みが説明されています。</P>
+
+
+
+<OL>
+
+<P><A NAME="1018241"></A></P>
+
+
+
+<LI>フォームを送信すると、Directory Serverに検索フィルタが送信されます。 <A NAME="1018242"></A></LI>
+
+
+
+<LI>Directory Serverでは、情報がローカル ディレクトリにあるかを確認するため着信した要求がチェックされます。その情報がローカル ディレクトリになく、[Referral]パラメータがサーバーに設定されている場合は、そのクライアントが要求の追求を試みられる他のDirectory ServerのURLが戻されます。<A NAME="1018244"></A></LI>
+
+
+
+<LI>Directory Serverによって、ディレクトリ ツリーからエントリ リストが生成されます。 検索基準に一致するエントリがあるかどうか各候補エントリがチェックされます。一致エントリが検出されるたびに、それがDirectory Serverインタフェースに戻されます。<A NAME="1019576"></A>Directory Serverによって該当するエントリがすべてチェックされるか、または以下の限度の一つに達するまで、この過程が継続されます。</LI>
+
+
+
+<UL>
+
+<P><A NAME="1018252"></A></P>
+
+
+
+<LI>検索に対して戻されることが許されている最大エントリ数<A NAME="1018259"></A></LI>
+
+
+
+<LI>許されている最高検索所要時間 <A NAME="1018266"></A></LI>
+
+
+
+<LI>検索中にチェックすることが許されている最大エントリ数
+
+</LI>
+
+</UL>
+
+</OL>
+
+
+
+<P><A NAME="1019628"></A>ディレクトリ管理者がこれらの設定を構成できます。検索アルゴリズムの詳細は、『Netscape Directory Server管理者用ガイド』をご覧ください。</P>
+
+
+
+<P><A NAME="1019776"></A>以下には、近似検索および副文字列検索の仕組みが説明されています。 </P>
+
+
+
+<P><A NAME="How approximate ("></A><A NAME="1018301"></A></P>
+
+
+
+<H3>近似(類似)検索の仕組み</H3>
+
+
+
+<P><A NAME="1018302"></A>近似検索では入力値に類似した語が検索されます。[拡張検索]インタフェースでは、近似検索はsounds like (類似)検索タイプに対応しています。</P>
+
+
+
+<P><A NAME="1019677"></A>例えば、エントリに属性値cn=Robert E Leeが含まれるとします。 近似検索では、Robert Lee、Robert、またはLeeを指定してこのエントリを検索できます。同様に、 San Fransico (l~=San Fransicoのスペル間違いに注意)にほぼ等しい場所の検索では、San Francisco
+(l=San Francisco)に完全に一致する場所を含むエントリが戻されます。</P>
+
+
+
+<P><A NAME="1018303"></A>Directory Serverでは、エントリの各値が一連の語として処理され、各語の表音コードが作成されます。また、近似検索に値を入力すると、その値が一連の表音コードに翻訳されます。以下の場合にエントリが問合せに一致すると見なされます。</P>
+
+
+
+<UL>
+
+<P><A NAME="1018305"></A></P>
+
+
+
+<LI>検索基準におけるすべてのコードが生成されたエントリのコードに存在する場合 <A NAME="1018306"></A></LI>
+
+
+
+<LI>検索基準におけるすべてのコードが生成されたエントリのコードと同じ順序で指定されている場合</LI>
+
+</UL>
+
+
+
+<P><A NAME="1018344"></A>例: </P>
+
+
+
+<TABLE BORDER=2 >
+
+<CAPTION></CAPTION>
+
+
+
+<TR>
+
+<TH><A NAME="1018309"></A><B>ディレクトリにおける名前<BR>
+
+(表音コード) </B></TH>
+
+
+
+<TH><A NAME="1018311"></A><B>検索文字列<BR>
+
+(表音コード) </B></TH>
+
+
+
+<TH><A NAME="1018313"></A><B>一致に関する注釈</B> </TH>
+
+</TR>
+
+
+
+<TR>
+
+<TD><A NAME="1018315"></A>Alice B Sarette<BR>
+
+(ALS B SRT) </TD>
+
+
+
+<TD><A NAME="1018317"></A>Alice Sarette<BR>
+
+(ALS SRT) </TD>
+
+
+
+<TD><A NAME="1018319"></A>一致。コードが正しい順序で指定されています。
+
+</TD>
+
+</TR>
+
+
+
+<TR>
+
+<TD><A NAME="1018321"></A></TD>
+
+
+
+<TD><A NAME="1018323"></A>Alice Sarrette<BR>
+
+(ALS SRT) </TD>
+
+
+
+<TD><A NAME="1018325"></A>一致。Saretteのスペルが間違っているにも関わらず、コードが正しい順序で指定されています。 </TD>
+
+</TR>
+
+
+
+<TR>
+
+<TD><A NAME="1018327"></A></TD>
+
+
+
+<TD><A NAME="1018329"></A>Surette<BR>
+
+(SRT) </TD>
+
+
+
+<TD><A NAME="1018331"></A>一致。Saretteのスペルが間違っているにも関わらず、生成されたコードには元の名前が存在します。</TD>
+
+</TR>
+
+
+
+<TR>
+
+<TD><A NAME="1018333"></A></TD>
+
+
+
+<TD><A NAME="1018335"></A>Bertha Sarette<BR>
+
+(BR0 SRT) </TD>
+
+
+
+<TD><A NAME="1018337"></A>一致なし。コードBR0は元の名前には存在しません。</TD>
+
+</TR>
+
+
+
+<TR>
+
+<TD><A NAME="1018339"></A></TD>
+
+
+
+<TD><A NAME="1018341"></A>Sarette, Alice<BR>
+
+(SRT ALS) </TD>
+
+
+
+<TD><A NAME="1018343"></A>一致なし、コードが正しい順序で指定されていません。</TD>
+
+</TR>
+
+</TABLE>
+
+
+
+<TABLE>
+
+<TR>
+
+<TD></TD>
+
+</TR>
+
+</TABLE>
+
+
+
+<P><A NAME="How substring searches work"></A><A NAME="1018345"></A></P>
+
+
+
+<H3>副文字列検索の仕組み</H3>
+
+
+
+<P><A NAME="1018346"></A>副文字列検索では、入力した値を含むエントリが検索されます。[拡張検索]インタフェースでは、副文字列検索starts with(開始文字)、contains (含有)、およびends with (終了文字)の検索に対応します。</P>
+
+
+
+<P><A NAME="1018347"></A>例えば、</P>
+
+
+
+<UL>
+
+<UL>
+
+<P><A NAME="1018348"></A><TT>cn=*derson</TT><BR>
+
+</P>
+
+</UL>
+
+</UL>
+
+
+
+<P><A NAME="1018349"></A>のフォームの検索では、以下の文字列を含む一般名に一致します。 </P>
+
+
+
+<P><A NAME="1018350"></A></P>
+
+
+
+<UL>
+
+<UL>
+
+<PRE>Bill Anderson
+
+Jill Anderson
+
+Steve Sanderson
+
+</PRE>
+
+</UL>
+
+</UL>
+
+
+
+<P><A NAME="1018351"></A>同様に、</P>
+
+
+
+<UL>
+
+<UL>
+
+<P><A NAME="1018352"></A><TT>telephonenumber= *555*</TT><BR>
+
+</P>
+
+</UL>
+
+</UL>
+
+
+
+<P><A NAME="1018353"></A>の検索では、ディレクトリにおいて555を含む電話番号を持つすべてのエントリが戻されます。</P>
+
+
+
+</BODY>
+
+</HTML>
+
+
diff --git a/ldap/clients/dsgw/html/manual/ja/intro.htm b/ldap/clients/dsgw/html/manual/ja/intro.htm
new file mode 100644
index 00000000..484d980d
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/ja/intro.htm
@@ -0,0 +1,39 @@
+<!--
+ PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
+ license terms. Copyright 2001 Sun Microsystems, Inc.
+ Some preexisting portions Copyright 2001 Netscape Communications Corp.
+ All rights reserved.
+ -->
+<html>
+<!-- HEAD -->
+<title>Netscape Directory Serverインタフェースについて</title>
+</head>
+
+<body>
+
+<h1>Directory Serverインタフェースについて</h1>
+
+<p>Netscape Directory Serverは、企業全体のユーザと情報のディレクトリの保存、検索、および管理をするために設計された信頼性が高く拡張可能なサーバーです。Directory Serverを使用すると、企業の情報処理部門は、情報を一箇所から制御して管理できると同時に、企業のユーザは複数のネットワーク上の場所からこの情報を取り出すことができます。</p>
+
+<p>Directory Serverにより、企業のユーザ情報へのインタフェースが得られます。このインタフェースから以下のことが実行できます。</p>
+
+<ul>
+<P>
+ <li><a href="search.htm#search">ユーザとリソースに関する情報についてディレクトリを検索できます。</a> 例えば、社員の電子メール アドレスや電話番号が検索できます。 <a href="search.htm">「ディレクトリ ツリーの検索」</a>にディレクトリの検索についての詳細が記載されています。</li>
+<P>
+ <li><a href="add.htm#adding">ディレクトリに新規エントリを作成できます。</a>例えば、新入社員の電子メール アドレスや電話番号などその社員に関する情報を追加できます。通常、この機能は、Directory Serverに適切に認証したユーザと、ディレクトリ管理者により書込み許可を付与されたユーザ専用に予約されています。ディレクトリに新規ユーザ、グループ、組織単位および組織を追加することに関する詳細は、<a href="add.htm">「エントリの追加」
+</a>をご覧ください。</li>
+
+
+<P>
+ <li><a href="mod.htm#editing">ディレクトリの既存エントリを変更できます。</a>例えば、適切なパーミッションがあれば、エントリ属性に対する既存値の変更、エントリ全体の削除、エントリ名の変更、またはエントリ パスワードの変更などを実行できます。通常、この機能は、ディレクトリ管理者から書き込み権を与えられ、Directory Serverに適切に認証したユーザ専用となっています。ユーザ、グループ、組織単位、および組織に関する情報更新方法については、<a href="mod.htm">「エントリの編集」</a>をご覧ください。</li>
+</P>
+ <li><a href="auth.htm#authenticating">Directory Serverに認証できます。</a>Directory Serverにアクセスするか書き込むための認証必要条件がディレクトリ管理者によって定められている場合は、ユーザ名とパスワードの入力が必要な場合もあります。正確な認証必要条件は、サイトによって異なりますが、通常、ディレクトリにおけるエントリの追加、変更、または削除の際に限り、認証が必要となります。Directory Serverへの認証についての詳細は、<a
+ href="auth.htm">「ディレクトリへの認証」</a>をご覧ください。</li>
+</ul>
+
+<p> </p>
+</body>
+</html>
+
+
diff --git a/ldap/clients/dsgw/html/manual/ja/mod.htm b/ldap/clients/dsgw/html/manual/ja/mod.htm
new file mode 100644
index 00000000..13e71bca
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/ja/mod.htm
@@ -0,0 +1,670 @@
+<!--
+ PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
+ license terms. Copyright 2001 Sun Microsystems, Inc.
+ Some preexisting portions Copyright 2001 Netscape Communications Corp.
+ All rights reserved.
+ -->
+<HTML>
+<!-- HEAD -->
+<TITLE>ディレクトリ エントリの追加</TITLE>
+</HEAD>
+<BODY>
+
+<H1><A NAME="editing"></A>エントリの追加</H1>
+
+Directory Server インタフェースでディレクトリ中にあるエントリを編集できます。<A HREF="search.htm">エントリを探して</A>、<A HREF="search.htm#results">表示させてから</A>、[編集]ボタンをクリックします。
+
+<P>エントリの編集を試みる前に<A HREF="auth.htm#userauth">認証</A>していなかったり、認証が失効している場合は、先に進む前に認証するように求めるプロンプトが表示されます。
+
+<P>以下を編集できます。
+<UL>
+<LI>
+<A HREF="mod.htm#people">ユーザ</A></LI>
+
+<LI>
+<A HREF="mod.htm#ntpeople">NT ユーザ</A></LI>
+
+<LI>
+<A HREF="mod.htm#groups">グループ</A></LI>
+
+<LI>
+<A HREF="#NTgroups">NT グループ</A></LI>
+
+<LI>
+<A HREF="mod.htm#o">組織</A></LI>
+
+<LI>
+<A HREF="mod.htm#ou">組織単位</A></LI>
+</UL>
+
+<H2>
+<A NAME="people"></A>ユーザの編集</H2>
+ユーザのエントリを編集するには、以下の操作をします。
+<OL>
+<LI>
+<A HREF="search.htm#standard">[標準検索]</A>
+または <A HREF="search.htm#advanced">[拡張検索]</A>を使って、目的のエントリを検索します。</LI>
+
+<LI>
+<A HREF="search.htm#results">エントリを表示させます</A>。</LI>
+
+<LI>
+[ユーザの編集] ボタンをクリックします。</LI>
+
+<LI>
+エントリの編集を試みる前に<A HREF="auth.htm#userauth">認証</A>していなかったり、認証が失効している場合は、先に進む前に認証するように求めるプロンプトが表示されます。</LI>
+
+<LI>
+ユーザのエントリを編集するには、各フィールドに希望の値を入力します。必須フィールドにはかならず値を入力する必要があります。ユーザの必須フィールドには次のものがあります。</LI>
+
+<UL type="disc">
+<LI>
+<A HREF="attribut.htm#cn">[氏名]</A></LI>
+
+<LI>
+<A HREF="attribut.htm#sn">[姓]</A></LI>
+</UL>
+
+<LI>
+ここでオプションのフィールドに値を入力することも、後でこれらの値を変更することも可能です。ユーザのオプションのフィールドには以下のものがあります。</LI>
+
+<P>
+<CENTER><TABLE BORDER=2>
+<TR>
+<TD><A HREF="attribut.htm#givenName">[名前]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#telephoneNumber">[電話番号]&nbsp;</A></TD>
+
+<TD><A HREF="attribut.htm#mail">[電子メール アドレス]</A>&nbsp;</TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#facsimileTelephoneNumber">[ファックス]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#uid">[ユーザID]&nbsp;</A></TD>
+
+<TD><A HREF="attribut.htm#pager">[ポケットベル]&nbsp;</A></TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#mobile">[携帯電話]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#businessCategory">[事業カテゴリ]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#title">[役職]&nbsp;</A></TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#ou">[組織単位]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#manager">[マネージャ]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#roomNumber">[部屋番号]&nbsp;</A></TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#secretary">[秘書]&nbsp;</A></TD>
+
+<TD><A HREF="attribut.htm#departmentNumber">[部門番号]&nbsp;</A></TD>
+
+<TD><A HREF="attribut.htm#employeeNumber">[社員番号]</A>&nbsp;</TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#carLicense">[自動車ナンバープレート番号]&nbsp;</A></TD>
+
+<TD><A HREF="attribut.htm#postalAddress">[住所]&nbsp;</A></TD>
+
+<TD><A HREF="attribut.htm#description">[説明]</A>&nbsp;</TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#seeAlso">[参照]&nbsp;</A></TD>
+
+<TD><A HREF="attribut.htm#labeledUri">[URL]&nbsp;</A></TD>
+
+<TD><A HREF="attribut.htm#userPassword">[パスワード]</A>&nbsp;</TD>
+</TR>
+</TABLE></CENTER>
+<P>
+<LI>
+対応する [編集] ボタンをクリックして、<A HREF="#addmanager">[マネージャ] や [秘書] フィールドに値を追加</A>できます。</LI>
+
+<LI>
+対応する [編集] ボタンをクリックして、<A HREF="#addowner">[参照] フィールドに値を追加</A>できます。</LI>
+
+<LI>
+フィールドの編集が終わったら、[変更保存] をクリックします。</LI>
+</OL>
+このウィンドウからは以下の操作も可能です。
+<UL>
+<LI>
+<A HREF="#rename">エントリ名の変更</A></LI>
+
+<LI>
+<A HREF="mod.htm#delete">エントリの削除</A></LI>
+
+<LI>
+<A HREF="#changepw">パスワードの変更</A></LI>
+</UL>
+
+<H3><A NAME="addmanager"></A>[マネージャ] と [秘書] フィールドへの値の追加</H3>
+
+[マネージャ] または [秘書] フィールド中の [編集] ボタンをクリックすると、該当する属性値を追加したり削除するための新しいフォームが表示されます。
+[マネージャ] や [秘書] の属性としてユーザを追加するためには、以下の手順に従ってください。
+
+<OL>
+<LI>
+テキスト ボックス中に、目的のマネージャまたは秘書のエントリを探すために使用する検索文字列を入力します。以下のうち、どれでも入力してください。</LI>
+
+<UL type="disc">
+<LI>
+名前。氏名全体または一部を入力します。その検索文字列に一致するすべてのエントリが返されます。該当するエントリが見つからない場合は、検索文字列を含むすべてのエントリが返されます。検索文字列を含むエントリが見つからない場合は、検索文字列に類似したエントリが返されます。</LI>
+
+<LI>
+ユーザ ID (ユーザ エントリを検索している場合)</LI>
+
+<LI>
+電話番号。電話番号の一部だけを入力すると、その検索番号で終わるすべての電話番号が返されます。</LI>
+
+<LI>
+電子メール アドレス。アットマーク(@)を含んでいる文字列はすべて電子メールアドレスとみなされます。完全に一致するエントリが見つからない場合は、その検索文字列で始まるすべての電子メール アドレスが検索されます。</LI>
+
+<LI>
+アスタリスク(*)を使うと、現在のディレクトリ中にあるすべてのエントリやグループを表示できます。</LI>
+
+<LI>
+任意の<A HREF="search.htm#filter">LDAP 検索フィルタ</A>。 等号 (=) を含んでいる文字列はすべて、検索フィルタとみなされます。</LI>
+</UL>
+
+<LI>
+[検索して追加]をクリックし、一致するエントリを見つけてリストに追加します。マネージャや秘書として指定したくないエントリがある場合は、[リストから削除] 欄のボックスをクリックします。削除したいエントリに一致する検索フィルタを作成してから、[検索して削除] をクリックすることもできます。</LI>
+
+<LI>
+グループ メンバーのリストが完成したら、[変更保存] をクリックします。この時点で表示されているエントリが、マネージャまたは秘書属性フィールドの値になっています。</LI>
+</OL>
+
+<H2>
+<A NAME="ntpeople"></A>NT ユーザの編集</H2>
+NT ユーザのエントリを編集するには、以下の操作を行います。
+<OL>
+<LI>
+<A HREF="search.htm#standard">[標準検索]</A>
+または <A HREF="search.htm#advanced">[拡張検索]</A>を使って、目的のエントリを検索します。</LI>
+
+<LI>
+<A HREF="search.htm#results">エントリを表示させます</A>。</LI>
+
+<LI>
+[NT ユーザの編集] ボタンをクリックします。</LI>
+
+<LI>
+エントリの編集を試みる前に<A HREF="auth.htm#userauth">認証</A>していなかったり、認証が失効している場合は、先に進む前に認証するように求めるプロンプトが表示されます。</LI>
+
+<LI>
+ユーザのエントリを編集するには、各フィールドに希望の値を入力します。必須フィールドにはかならず値を入力する必要があります。NT ユーザの必須フィールドには次のものがあります。</LI>
+
+<UL type="disc">
+<LI>
+<A HREF="attribut.htm#cn">[氏名]</A></LI>
+
+<LI>
+<A HREF="attribut.htm#sn">[姓]</A></LI>
+
+<LI>
+<A HREF="attribut.htm#ntUserDomainId">[NT ドメイン名] </A></LI>
+
+<LI>
+<A HREF="attribut.htm#ntUserDomainId">[NT ユーザ ID]</A></LI>
+</UL>
+
+<LI>
+ここでオプションのフィールドに値を入力したり、後にこれらの値を変更することも可能です。NT ユーザのオプションのフィールドは次の通りです。</LI>
+
+<P>
+<CENTER><TABLE BORDER=2>
+<TR>
+<TD><A HREF="attribut.htm#givenName">[名前]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#telephoneNumber">[電話番号]&nbsp;</A></TD>
+
+<TD><A HREF="attribut.htm#mail">[電子メール アドレス]</A>&nbsp;</TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#facsimileTelephoneNumber">[ファックス]&nbsp;</A></TD>
+
+<TD><A HREF="attribut.htm#userPassword">[Directory Server パスワード] </A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#pager">[ポケットベル]</A>&nbsp;</TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#mobile">[携帯電話]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#businessCategory">[事業カテゴリ]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#title">[役職]</A>&nbsp;</TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#ou">[組織単位]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#manager">[マネージャ]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#roomNumber">[部屋番号]</A>&nbsp;</TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#secretary">[秘書]&nbsp;</A></TD>
+
+<TD><A HREF="attribut.htm#departmentNumber">[部門番号]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#employeeNumber">[社員番号]</A>&nbsp;</TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#carLicense">[自動車ナンバープレート番号]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#postalAddress">[住所]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#description">[説明]</A>&nbsp;</TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#seeAlso">[参照]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#labeledUri">[URL]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#uid">[ユーザ ID]</A>&nbsp;</TD>
+</TR>
+</TABLE></CENTER>
+<P>
+<LI>
+<A HREF="attribut.htm#NTUserDelete">[ユーザを削除した場合は NTアカウントを削除]</A> オプションの値を変更することもできます。</LI>
+
+<LI>
+対応する [編集] ボタンをクリックして、<A HREF="#addmanager"> [マネージャ] や [秘書] フィールドに値を追加</A>できます。</LI>
+
+<LI>
+対応する [編集] ボタンをクリックして、<A HREF="#addowner"> [参照] フィールドに値を追加</A>できます。</LI>
+
+<LI>
+フィールドの編集が終わったら、[変更保存] をクリックします。</LI>
+</OL>
+このウィンドウからは以下も実行できます。
+<UL>
+<LI>
+<A HREF="#rename">エントリ名の変更</A></LI>
+
+<LI>
+<A HREF="mod.htm#delete">エントリの削除</A></LI>
+
+<LI>
+<A HREF="#changepw">パスワードの変更</A></LI>
+</UL>
+
+<H2><A NAME="groups"></A>グループの編集</H2>
+
+グループのエントリを編集するには、以下の操作を行います。
+<OL>
+<LI>
+<A HREF="search.htm#standard">[標準検索]</A>
+または <A HREF="search.htm#advanced">[拡張検索]</A>を使って、目的のエントリを検索します。</LI>
+
+<LI>
+<A HREF="search.htm#results">エントリを表示させます</A>。</LI>
+
+<LI>
+[グループの編集] ボタンをクリックします。</LI>
+
+<LI>
+エントリの編集を試みる前に<A HREF="auth.htm#userauth">認証</A>していなかったり、認証が失効している場合は、先に進む前に認証するように求めるプロンプトが表示されます。</LI>
+
+<LI>
+グループのエントリを編集するには、各フィールドに編集した値を入力します。必須フィールドである<A HREF="attribut.htm#cn"> [名前] </A>にはかならず値を入力する必要があります。
+
+<LI>
+ここでオプションのフィールドに値を入力することも、後でこれらの値を変更することも可能です。グループのオプションのフィールドには次のものがあります。</LI>
+
+<P>
+<CENTER><TABLE BORDER=2>
+<TR>
+<TD><A HREF="attribut.htm#description">[説明]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#owner">[所有者]</A>&nbsp;</TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#member">[グループ メンバー]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#seeAlso">[参照]</A></TD>
+</TR>
+</TABLE></CENTER>
+<P>
+<LI>
+対応する [編集] ボタンをクリックして、<A HREF="#addowner"> [参照]、[所有者] および [秘書] フィールドに値を追加</A>できます。</LI>
+
+<LI>
+フィールドの編集が終わったら、[変更保存] をクリックします。</LI>
+</OL>
+このウィンドウからは以下の操作も行えます。
+<UL>
+<LI>
+<A HREF="#rename">エントリ名の変更</A></LI>
+
+<LI>
+<A HREF="mod.htm#delete">エントリの削除</A></LI>
+</UL>
+
+<H3><A NAME="addowner"></A>[所有者]、[参照] および [グループ メンバー] フィールドへの値の追加</H3>
+
+[所有者]、[参照] または [グループ メンバー] フィールドの [編集] ボタンをクリックすると、メンバーを追加したり削除するための新しいフォームが表示されます。[所有者]、[参照]、または[グループ メンバー]は個人またはグループです。つまり、[所有者]、[参照]、または[グループ メンバー]としてグループを追加する場合、グループに属するユーザはすべてリストのメンバーになります。例えば、Barbara Jensen がマーケティング マネージャ グループのメンバーで、マーケティング マネージャ グループをマーケティング人事グループのメンバーにした場合、Barbara Jensenもマーケティング人事グループのメンバーになります。[グループ メンバー]、[所有者]、または[参照]を追加するためには、以下の手順に従ってください。
+<OL>
+<LI>
+リストにユーザ エントリを追加する場合は、[ユーザ]が最初のダイアログボックスに表示されていることを確認します。グループにグループ エントリを追加する場合は、[グループ]が表示されていることを確認します。</LI>
+
+<LI>
+2番目のダイアログボックスに検索文字列を入力します。以下のうち、どれでも入力してください。</LI>
+
+<UL type="disc">
+<LI>
+名前。氏名全体または一部を入力します。その検索文字列に一致するすべてのエントリが返されます。該当するエントリが見つからない場合は、検索文字列を含むすべてのエントリが返されます。検索文字列を含むエントリが見つからない場合は、検索文字列に類似したエントリが返されます。</LI>
+
+<LI>
+ユーザ ID (ユーザ エントリを検索している場合)</LI>
+
+<LI>
+電話番号。電話番号の一部だけを入力すると、その検索番号で終わるすべての電話番号が返されます。</LI>
+
+<LI>
+電子メール アドレス。アットマーク(@)を含んでいる文字列はすべて電子メールアドレスとみなされます。完全に一致するエントリが見つからない場合は、その検索文字列で始まるすべての電子メール アドレスが検索されます。</LI>
+
+<LI>
+アスタリスク(*)を使うと、現在のディレクトリ中にあるすべてのエントリやグループを表示できます。</LI>
+
+<LI>
+任意の<A HREF="search.htm#filter">LDAP 検索フィルタ</A>。等号 (=) を含んでいる文字列はすべて、検索フィルタとみなされます。</LI>
+</UL>
+
+<LI>
+[検索して追加]をクリックし、一致するエントリを見つけてリストに追加します。リストに含めたくないエントリがある場合は、[リストから削除] 欄のボックスをクリックします。削除したいエントリに一致する検索フィルタを作成してから、[検索して削除] をクリックすることもできます。</LI>
+
+<LI>
+グループ メンバーのリストが完成したら、[変更保存] をクリックします。この時点で表示されているエントリが、リストに加えられます。</LI>
+</OL>
+
+<H2>
+<A NAME="NTgroups"></A>NT グループの編集</H2>
+NT グループのエントリを編集するには、以下の操作を行います。
+<OL>
+<LI>
+<A HREF="search.htm#standard">[標準検索]</A>
+または <A HREF="search.htm#advanced">[拡張検索]</A>を使って、目的のエントリを検索します。</LI>
+
+<LI>
+<A HREF="search.htm#results">エントリを表示させます</A>。</LI>
+
+<LI>
+[NT グループの編集] ボタンをクリックします。</LI>
+
+<LI>
+エントリの編集を試みる前に<A HREF="auth.htm#userauth">認証</A>していなかったり、認証が失効している場合は、先に進む前に認証するように求めるプロンプトが表示されます。</LI>
+
+<LI>
+そのグループのエントリを編集するには、各フィールドに編集した値を入力します。必須フィールドにはかならず値を入力する必要があります。NT グループの必須フィールドには次のものがあります。</LI>
+
+<UL type="disc">
+<LI>
+<A HREF="attribut.htm#cn">[名前]</A></LI>
+
+<LI>
+<A HREF="attribut.htm#ntGroupId">[NT グループ名]</A></LI>
+
+<LI>
+<A HREF="attribut.htm#ntGroupDomainId">[NT ドメイン名]</A></LI>
+
+<LI>
+<A HREF="attribut.htm#ntGroupType">[NTグループ タイプ]</A></LI>
+
+</UL>
+
+<LI>
+ここでオプションのフィールドに値を入力することも、後でこれらの値を変更することも可能です。NT グループのオプションのフィールドには次のものがあります。</LI>
+
+<P>
+<CENTER><TABLE BORDER=2>
+<TR>
+<TD><A HREF="attribut.htm#description">[説明]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#owner">[所有者]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#l">[言語情報]</A></TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#member">[グループ メンバー]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#seeAlso">[参照]</A></TD>
+
+<TD><A HREF="attribut.htm#ou">[組織単位]</A></TD>
+</TR>
+</TABLE></CENTER>
+&nbsp;
+<LI>
+<A HREF="attribut.htm#ntGroupDeleteGroup">[グループを削除した場合は NTグループアカウントを削除]</A> オプションの値を変更することもできます。</LI>
+
+<LI>
+対応する [編集] ボタンをクリックして、<A HREF="#addmanager"> [参照]、[所有者]、および [グループ メンバー] フィールドに値を追加</A>できます。</LI>
+
+<LI>
+編集が終わったら、[変更保存] をクリックします。</LI>
+</OL>
+このウィンドウからは以下の操作も行えます。
+<UL>
+<LI>
+<A HREF="#rename">エントリ名の変更</A></LI>
+
+<LI>
+<A HREF="mod.htm#delete">エントリの削除</A></LI>
+</UL>
+
+<H2>
+<A NAME="ou"></A>組織単位の編集</H2>
+組織単位を編集するには、以下の操作を行います。
+<OL>
+<LI>
+<A HREF="search.htm#standard">[標準検索]</A>
+または <A HREF="search.htm#advanced">[拡張検索]</A>を使って、目的のエントリを検索します。</LI>
+
+<LI>
+<A HREF="search.htm#results">エントリを表示させます</A>。</LI>
+
+<LI>
+[組織単位の編集] ボタンをクリックします。</LI>
+
+<LI>
+エントリの編集を試みる前に<A HREF="auth.htm#userauth">認証</A>していなかったり、認証が失効している場合は、先に進む前に認証するように求めるプロンプトが表示されます。</LI>
+
+<LI>
+組織単位のエントリを編集するには、各フィールドに編集した値を入力します。必須フィールドにはかならず値を入力する必要があります。</LI>
+
+<LI>
+組織単位の必須フィールドは、<A HREF="attribut.htm#ou">[単位名]</A>です。</LI>
+
+<LI>
+ここでオプションのフィールドに値を入力したり、後にこれらの値を変更することも可能です。組織単位のオプションのフィールドは次の通りです。</LI>
+
+<P>
+<CENTER><TABLE BORDER=2>
+<TR>
+<TD><A HREF="attribut.htm#description">[説明]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#telephoneNumber">[電話番号]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#businessCategory">[事業カテゴリ]</A>&nbsp;</TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#facsimileTelephoneNumber">[ファックス]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#l">[場所]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#postalAddress">[住所]</A>&nbsp;</TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#seeAlso">[参照]</A>&nbsp;</TD>
+
+<TD>&nbsp;</TD>
+
+<TD>&nbsp;</TD>
+</TR>
+</TABLE></CENTER>
+<P>
+<LI>
+編集が終わったら、[変更保存] をクリックします。</LI>
+</OL>
+このウィンドウからは以下も実行できます。
+<UL>
+<LI>
+<A HREF="#rename">エントリ名の変更</A></LI>
+
+<LI>
+<A HREF="mod.htm#delete">エントリの削除</A></LI>
+</UL>
+
+<H2>
+<A NAME="o"></A>組織の編集</H2>
+組織のエントリを編集するには、以下の操作をします。
+<OL>
+<LI>
+<A HREF="search.htm#standard">[標準検索]</A>
+または <A HREF="search.htm#advanced">[拡張検索]</A>を使って、目的のエントリを検索します。</LI>
+
+<LI>
+<A HREF="search.htm#results">エントリを表示させます</A>。</LI>
+
+<LI>
+[組織の編集] ボタンをクリックします。</LI>
+
+<LI>
+エントリの編集を試みる前に<A HREF="auth.htm#userauth">認証</A>していなかったり、認証が失効している場合は、先に進む前に認証するように求めるプロンプトが表示されます。</LI>
+
+<LI>
+組織のエントリを編集するには、各フィールドに編集した値を入力します。必須フィールドにはかならず値を入力する必要があります。</LI>
+
+<LI>
+組織の必須フィールドは、<A HREF="attribut.htm#o">[組織名]</A>です。</LI>
+
+<LI>
+ここでオプションのフィールドに値を入力することも、後でこれらの値を変更することも可能です。組織のオプションのフィールドは次の通りです。</LI>
+
+<P>
+<CENTER><TABLE BORDER=2>
+<TR>
+<TD><A HREF="attribut.htm#description">[説明]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#telephoneNumber">[電話番号]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#businessCategory">[事業カテゴリ]</A>&nbsp;</TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#facsimileTelephoneNumber">[ファックス]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#l">[場所]</A>&nbsp;</TD>
+
+<TD><A HREF="attribut.htm#postalAddress">[住所]</A>&nbsp;</TD>
+</TR>
+
+<TR>
+<TD><A HREF="attribut.htm#seeAlso">[参照]</A>&nbsp;</TD>
+
+<TD>&nbsp;</TD>
+
+<TD>&nbsp;</TD>
+</TR>
+</TABLE></CENTER>
+&nbsp;
+<LI>
+編集が終わったら、[変更保存] をクリックします。</LI>
+</OL>
+
+<H2><A NAME="rename"></A>エントリ名の変更</H2>
+エントリ名を変更するには、以下を実行してください。
+<OL>
+<LI>
+<A HREF="search.htm#standard">[標準検索]</A>
+または <A HREF="search.htm#advanced">[拡張検索]</A>を使って、目的のエントリを検索します。</LI>
+
+<LI>
+<A HREF="search.htm#results">エントリを表示させます</A>。</LI>
+
+<LI>
+[編集] ボタンをクリックします。</LI>
+
+<LI>
+エントリの新しい一般名を入力します。</LI>
+
+<LI>
+[変更保存]をクリックします。</LI>
+</OL>
+エントリ名の変更に関する以下の規則に注意してください。
+<UL>
+<LI>
+エントリの<A HREF="add.htm#DN">識別名</A>の一番左の値に限り変更できます。これは、実質的にエントリ名に限り変更できることを意味しています。この方式を使ってディレクトリの別のブランチにエントリを移動することはできません。例えば、</LI>
+
+<PRE>uid=tandrew, ou=Accounting, o=Airius.com</PRE>
+
+の DN を持つエントリがある場合は、このエントリのユーザ ID (uid) 部分の名前に限り変更できます。しかし、Marketing のサブツリーにユーザ tandrew を移動することはできません。移動するには、Marketing のサブツリーに tandrew の新規エントリを作成してから、Accounting のツリーにある元のエントリを削除する必要があります。
+<LI>
+組織単位のツリーの下にエントリがある場合はその組織単位の名前を変更することはできません。ディレクトリ ツリーのブランチ ポイント名を変更するには、ツリー内のそのポイントの下にあるものすべてを削除してから、そのエントリ名を変更します。</LI>
+</UL>
+
+<H2>
+<A NAME="delete"></A>エントリの削除</H2>
+エントリ名を削除するには、以下を実行してください。
+<OL>
+<LI>
+<A HREF="search.htm#standard">[標準検索]</A>
+または <A HREF="search.htm#advanced">[拡張検索]</A>を使って、目的のエントリを検索します。</LI>
+
+<LI>
+<A HREF="search.htm#results">エントリを表示させます</A>。</LI>
+
+<LI>
+[編集] ボタンをクリックします。</LI>
+
+<LI>
+[削除]ボタンをクリックします。</LI>
+</OL>
+エントリに子のエントリがある場合はそのエントリを削除できないことに注意してください。特に、組織単位のツリーの下にエントリがある場合はその組織単位を削除することはできません。ディレクトリ ツリーのブランチ ポイントを削除するには、ツリー内のそのポイントの下にあるものすべてを削除してから、そのエントリを削除します。
+<H2>
+<A NAME="changepw"></A>パスワードの変更</H2>
+Directory Server インタフェースで、自分のパスワードを変更できます。また、ディレクトリ マネージャまたはパスワード属性に対する書込み特権を持つ未制限ユーザである場合は、別のユーザのパスワードも変更できます。
+
+<P>パスワードを変更するには、以下の操作をします。
+<OL>
+<LI>
+<A HREF="search.htm#standard">[標準検索]</A>
+または <A HREF="search.htm#advanced">[拡張検索]</A>を使って、目的のエントリを検索します。</LI>
+
+<LI>
+<A HREF="search.htm#results">エントリを表示させます</A>。</LI>
+
+<LI>
+[編集] ボタンをクリックします。</LI>
+
+<LI>
+[パスワード変更] ボタンをクリックします。</LI>
+
+<BR>自分のパスワードを変更する場合、変更コマンドでパスワードを変更するには古いパスワードを入力しなければなりません。 (現在のエントリ以外のユーザとして認証されている場合は、古いパスワードの入力を促されることはありません。)
+<LI>
+[パスワード変更] ボタンをクリックします。</LI>
+
+</OL>
+
+</BODY>
+</HTML>
+
diff --git a/ldap/clients/dsgw/html/manual/ja/objclass.htm b/ldap/clients/dsgw/html/manual/ja/objclass.htm
new file mode 100644
index 00000000..7da45679
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/ja/objclass.htm
@@ -0,0 +1,7249 @@
+<!--
+ PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
+ license terms. Copyright 2001 Sun Microsystems, Inc.
+ Some preexisting portions Copyright 2001 Netscape Communications Corp.
+ All rights reserved.
+ -->
+<HTML>
+<!-- HEAD -->
+
+<A NAME="1096805">
+<P>
+</A><A NAME="1096807">
+<P>
+</A><A NAME="1002619">
+<H1>オブジェクト クラス
+</H1>
+</A>
+
+<A NAME="996830">
+<br>
+この付録では、オブジェクト クラスの定義を解説しています。Directory Serverで使用されるスキーマ要素の大部分は標準LDAPプロトコルの一部であり、X.500規格に基づいています。しかし、Directory Serverのオブジェクト クラスのなかには、LDAPの導入に使用するためにNetscape社が作成した拡張もあります。オブジェクト クラスがNetscape社によって作成されたもので、標準LDAPスキーマの一部でない場合は、そのオブジェクト クラスの説明にその旨が示されています。<P></A>
+
+<A NAME="1080540">
+Directory Serverのスキーマとその用途の詳細は、『Netscapeディレクトリの導入ガイドをご覧ください。<P></A>
+
+<A NAME="1080543">
+スキーマにおける属性の詳細は、<a href="attribut.htm#1002619">「属性」</A>をご覧ください。<P></A>
+<A NAME="1080587">
+以下のタイプのオブジェクト クラスが説明されています。<P>
+</A><ul><A NAME="1080589">
+<LI><a href="objclass.htm#1005608">グループ</A><P>
+</A>
+<A NAME="1080591">
+<LI><a href="objclass.htm#1005780">複製</A><P>
+</A>
+<A NAME="1011931">
+<LI><a href="objclass.htm#1005591">場所</A><P>
+</A>
+<A NAME="1002658">
+<LI><a href="objclass.htm#1004915">組織</A><P>
+</A>
+<A NAME="1002659">
+<LI><a href="objclass.htm#1004958">ユーザ</A><P>
+</A>
+<A NAME="1021627">
+<LI><a href="objclass.htm#1078660">Calendar Serverの拡張</A><P>
+</A>
+<A NAME="1085862">
+<LI><a href="objclass.htm#1078479">Certificate Serverの拡張</A><P>
+</A>
+<A NAME="1085922">
+<LI><a href="objclass.htm#1078576">Collabra Serverの拡張</A><P>
+</A>
+<A NAME="1085927">
+<LI><a href="objclass.htm#1078655">Compass Serverの拡張</A><P>
+</A>
+<A NAME="1085932">
+<LI><a href="objclass.htm#1097229">Directory Serverの拡張</A><P>
+</A>
+<A NAME="1085945">
+<LI><a href="objclass.htm#1097091">Media Serverの拡張</A><P>
+</A>
+<A NAME="1100342">
+<LI><a href="objclass.htm#1097135">Messaging Serverの拡張</A><P>
+</A>
+<A NAME="1085950">
+<LI><a href="objclass.htm#1086191">Proxy Serverの拡張</A><P>
+</A>
+<A NAME="1085955">
+<LI><a href="objclass.htm#1081607">Web Serverの拡張</A><P>
+</A>
+<A NAME="1089730">
+<LI><a href="objclass.htm#1108799">予約されたオブジェクト クラス</A><P>
+</A>
+</ul>
+<A NAME="1108856">
+Netscape Directory Server のベースOIDは以下のとおりです。<P></A>
+<PRE><A NAME="1108857">
+2.16.840.1.113730.3
+</A>
+</PRE>
+<A NAME="1108858">
+Netscape が定義したすべてのオブジェクト クラスは以下のベース値を持っています。<P></A>
+<PRE><A NAME="1108859">
+2.16.840.1.113730.3.2
+</A>
+</PRE>
+
+<A NAME="1005608">&nbsp;
+</A>
+<A NAME="Groups">
+<H2> グループ</H2>
+</A>
+
+<A NAME="1080703">
+以下のオブジェクト クラスは、個々のオブジェクトまたはその他のオブジェクト グループの名前が順序不同で示されたエントリを記述します。グループのメンバーシップは静的です。管理活動によってのみグループを変更でき(メンバーの追加など)、グループが参照されるたびにメンバーシップが動的に決定されるわけではありません。各オブジェクト クラスには、グループとそのメンバーを記述する属性が含まれます。ここで説明されているオブジェクト クラスは、<a href="objclass.htm#1080708">groupOfNames</A>と<a href="objclass.htm#1005294">groupOfUniqueNames</A>と<a href="objclass.htm#1100399">NTGroup</A>です。<P></A>
+
+<A NAME="1080708">&nbsp;
+</A>
+<A NAME="groupOfNames">
+<H3> groupOfNames</H3>
+</A>
+
+<A NAME="1080709">
+グループ名のエントリを定義します。このオブジェクト クラスは、X.500 Directory Servicesから継承されました。<P></A>
+
+<A NAME="1096982">
+OID: <CODE>2.5.6.9</CODE><P></A>
+
+<A NAME="1067760">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1075396">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1075398">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1069038">
+<a href="attribut.htm#1171494">cn</A><P></A>
+<td>
+<A NAME="1069041">
+(必須) グループの一般名<P></A>
+
+<tr><td>
+<A NAME="1069044">
+<a href="attribut.htm#1171811">member</A><P></A>
+<td>
+<A NAME="1069047">
+(必須) 識別名形式のグループ メンバー。<P></A>
+
+<tr><td>
+<A NAME="1069050">
+<a href="attribut.htm#1171367">businessCategory</A><P></A>
+<td>
+<A NAME="1069052">
+グループが従事する職種。<P></A>
+
+<tr><td>
+<A NAME="1069055">
+<a href="attribut.htm#1171528">description</A><P></A>
+<td>
+<A NAME="1069057">
+グループの目的の説明文。<P></A>
+
+<tr><td>
+<A NAME="1104361">
+<a href="attribut.htm#1246271">memberURL</A><P></A>
+<td>
+<A NAME="1104363">
+グループ メンバに関係する情報へのURL。<P></A>
+
+<tr><td>
+<A NAME="1069060">
+<a href="attribut.htm#1281611">o</A><P></A>
+<td>
+<A NAME="1069062">
+グループが属する組織。<P></A>
+
+<tr><td>
+<A NAME="1104337">
+<a href="attribut.htm#1241174">ou</A><P></A>
+<td>
+<A NAME="1069067">
+グループが属する組織単位。<P></A>
+
+<tr><td>
+<A NAME="1104340">
+<a href="attribut.htm#1005719">owner</A><P></A>
+<td>
+<A NAME="1069072">
+グループのオーナ。<P></A>
+
+<tr><td>
+<A NAME="1069075">
+<a href="attribut.htm#1172500">seeAlso</A><P></A>
+<td>
+<A NAME="1069077">
+グループに関係する情報へのURL。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1005294">&nbsp;
+</A>
+<A NAME="groupOfUniqueNames">
+<H3> groupOfUniqueNames</H3>
+</A>
+
+
+
+<A NAME="1005764">
+一意の名前を持つグループのエントリを定義します。このオブジェクト クラスは、X.500 Directory Servicesから継承されました。<P></A>
+
+<A NAME="1097009">
+OID: <CODE>2.5.6.17</CODE><P></A>
+
+<A NAME="1067761">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1075392">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1075394">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1069137">
+<a href="attribut.htm#1171494">cn</A><P></A>
+<td>
+<A NAME="1069140">
+(必須) グループの一般名<P></A>
+
+<tr><td>
+<A NAME="1069144">
+<a href="attribut.htm#1172624">uniqueMember</A><P></A>
+<td>
+<A NAME="1069147">
+(必須) 識別名形式のグループ メンバー。<P></A>
+
+<tr><td>
+<A NAME="1104391">
+<a href="attribut.htm#1171367">businessCategory</A><P></A>
+<td>
+<A NAME="1069152">
+グループが従事する職種。<P></A>
+
+<tr><td>
+<A NAME="1104396">
+<a href="attribut.htm#1171528">description</A><P></A>
+<td>
+<A NAME="1069157">
+グループの目的の説明文。<P></A>
+
+<tr><td>
+<A NAME="1104401">
+<a href="attribut.htm#1281611">o</A><P></A>
+<td>
+<A NAME="1069162">
+グループが属する組織。<P></A>
+
+<tr><td>
+<A NAME="1104406">
+<a href="attribut.htm#1241174">ou</A><P></A>
+<td>
+<A NAME="1069167">
+グループが属する組織単位。<P></A>
+
+<tr><td>
+<A NAME="1104411">
+<a href="attribut.htm#1005719">owner</A><P></A>
+<td>
+<A NAME="1069172">
+グループのオーナ。<P></A>
+
+<tr><td>
+<A NAME="1104416">
+<a href="attribut.htm#1172500">seeAlso</A><P></A>
+<td>
+<A NAME="1069177">
+グループに関係する情報へのURL。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1100399">&nbsp;
+</A>
+<A NAME="NTGroup">
+<H3> NTGroup</H3>
+</A>
+
+
+
+<A NAME="1100400">
+NT 同期サービスが使用するオブジェクト クラスで、NTグループの属性をディレクトリのエントリにマップします。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。<P></A>
+
+<A NAME="1100401">
+OID: <CODE>2.16.840.1.113730.3.2.9</CODE><P></A>
+
+<A NAME="1100458">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1100404">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1100406">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1100410">
+<a href="attribut.htm#1103684">ntGroupDomainId</A><P></A>
+<td>
+<A NAME="1100412">
+(必須) NT Global Groupname/Domainを保存するために、NT同期化サービスによって使用されます。<P></A>
+
+<tr><td>
+<A NAME="1100415">
+<a href="attribut.htm#1171528">description</A><P></A>
+<td>
+<A NAME="1100417">
+NTグループの説明文。<P></A>
+
+<tr><td>
+<A NAME="1100420">
+<a href="attribut.htm#1244534">l</A><P></A>
+<td>
+<A NAME="1100422">
+サーバのある場所の地域性。<P></A>
+
+<tr><td>
+<A NAME="1104514">
+<a href="attribut.htm#1122623">ntGroupAttributes</A><P></A>
+<td>
+<A NAME="1104516">
+NTグループの属性を保存するために、NT同期化サービスによって使用されます。<P></A>
+
+<tr><td>
+<A NAME="1104538">
+<a href="attribut.htm#1122633">ntGroupCreateNewGroup</A><P></A>
+<td>
+<A NAME="1104540">
+NT同期化サービスによって使用されるため、予約されています。<P></A>
+
+<tr><td>
+<A NAME="1104480">
+<a href="attribut.htm#1103799">ntGroupDeleteGroup</A><P></A>
+<td>
+<A NAME="1104482">
+NT同期化サービスによって使用されるため、予約されています。<P></A>
+
+<tr><td>
+<A NAME="1104557">
+<a href="attribut.htm#1104232">ntGroupId</A><P></A>
+<td>
+<A NAME="1104559">
+グループの識別子を保存するために、NT同期化サービスによって使用されます。<P></A>
+
+<tr><td>
+<A NAME="1100425">
+<a href="attribut.htm#1241174">ou</A><P></A>
+<td>
+<A NAME="1100427">
+グループが属する組織単位。<P></A>
+
+<tr><td>
+<A NAME="1100435">
+<a href="attribut.htm#1172500">seeAlso</A><P></A>
+<td>
+<A NAME="1100437">
+グループに関係する情報へのURL。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1005780">&nbsp;
+</A>
+<A NAME="Replication">
+<H2> 複製</H2>
+</A>
+
+<A NAME="1005974">
+以下のオブジェクト クラスは、Directory Serverを定義します。最初のオブジェクト クラスは、マスターまたは供給サーバを指定します。2番目のオブジェクト クラスは、消費サーバおよびそれらの消費サーバに供給されるエントリを指定します。オブジェクト クラスにはa href="objclass.htm#1100614">cirReplicaSource</A>、<a href="objclass.htm#1005781">LDAPServer</A>および <a href="objclass.htm#1005782">LDAPReplica</A>があります。<P></A>
+
+
+<A NAME="1100614">&nbsp;
+</A>
+<A NAME="cirReplicaSource">
+<H3> cirReplicaSource</H3>
+</A>
+
+
+
+<A NAME="1100615">
+Netscape Directory Serverが、消費者初期化の複製に使用するオブジェクト クラスで、ディレクトリの特定のサブツリーに関するすべての複製情報を含みます。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。<P></A>
+
+<A NAME="1100616">
+OID: <CODE>2.16.840.1.113730.3.2.11</CODE><P></A>
+
+<A NAME="1100703">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1100619">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1100621">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1100624">
+<a href="attribut.htm#1171494">cn</A><P></A>
+<td>
+<A NAME="1100626">
+(必須) 供給サーバの一意の識別子。<P></A>
+
+<tr><td>
+<A NAME="1104680">
+<a href="attribut.htm#1103818">cirBeginORC</A><P></A>
+<td>
+<A NAME="1104682">
+複製の前に、消費サーバがディレクトリの内容を消去する必要があるかどうかを定義します。<P></A>
+
+<tr><td>
+<A NAME="1104646">
+<a href="attribut.htm#1101818">cirBindCredentials</A><P></A>
+<td>
+<A NAME="1104648">
+供給サーバへの接続に使用するバインド証明書。<P></A>
+
+<tr><td>
+<A NAME="1104607">
+<a href="attribut.htm#1101379">cirBindDn</A><P></A>
+<td>
+<A NAME="1104609">
+供給サーバへのバインドに使用する識別名。<P></A>
+
+<tr><td>
+<A NAME="1104731">
+<a href="attribut.htm#1101250">cirHost</A><P></A>
+<td>
+<A NAME="1104733">
+供給サーバのホスト名。<P></A>
+
+<tr><td>
+<A NAME="1104629">
+<a href="attribut.htm#1101860">cirLastUpdateApplied</A><P></A>
+<td>
+<A NAME="1104631">
+消費サーバと供給サーバ間で最後に発生した同期化の日付と時刻。<P></A>
+
+<tr><td>
+<A NAME="1100639">
+<a href="attribut.htm#1101283">cirPort</A><P></A>
+<td>
+<A NAME="1100641">
+供給サーバのポート番号。<P></A>
+
+<tr><td>
+<A NAME="1104589">
+<a href="attribut.htm#1101135">cirReplicaRoot</A><P></A>
+<td>
+<A NAME="1104591">
+消費サーバに複製される供給サーバのサブツリーのルート。<P></A>
+
+<tr><td>
+<A NAME="1104766">
+<a href="attribut.htm#1102148">cirSyncInterval</A><P></A>
+<td>
+<A NAME="1104768">
+ディレクトリの複製部分に変更が行われたかどうかを定期的にチェックするため、消費サーバから供給サーバに問合せが行われます。この属性は、消費サーバによる供給サーバへの問合せ間隔を秒単位で定義します。<P></A>
+
+<tr><td>
+<A NAME="1104811">
+<a href="attribut.htm#1102114">cirUpdateFailedat</A><P></A>
+<td>
+<A NAME="1104813">
+更新が最後に失敗したときのタイム スタンプ。<P></A>
+
+<tr><td>
+<A NAME="1104814">
+<a href="attribut.htm#1102001">cirUpdateSchedule</A><P></A>
+<td>
+<A NAME="1104792">
+複製を行ってもよい時間帯。<P></A>
+
+<tr><td>
+<A NAME="1100650">
+<a href="attribut.htm#1101691">cirUsePersistentSearch</A><P></A>
+<td>
+<A NAME="1100652">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1100655">
+<a href="attribut.htm#1101735">cirUseSsl</A><P></A>
+<td>
+<A NAME="1100657">
+供給サーバにバインドする際にSSL接続を使用するよう消費サーバに指示します。<P></A>
+
+<tr><td>
+<A NAME="1104823">
+<a href="attribut.htm#1148497">replicaEntryFilter</A><P></A>
+<td>
+<A NAME="1104699">
+複製中に複製または省略する属性を示します。<P></A>
+
+<tr><td>
+<A NAME="1100690">
+<a href="attribut.htm#1148453">replicaNickName</A><P></A>
+<td>
+<A NAME="1100692">
+単一の供給サーバと単一の消費サーバ間の複製ルールの特定のセットを示す自由形式の名前。<P></A>
+
+<tr><td>
+<A NAME="1100700">
+<a href="attribut.htm#1281126">replicatedAttributeList</A><P></A>
+<td>
+<A NAME="1100702">
+複製中に複製または省略する属性を示します。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1105809">&nbsp;
+</A>
+<A NAME="glue">
+<H3> glue</H3>
+</A>
+
+
+
+<A NAME="1105810">
+複製を容易にするためにNetscape Directory Server が使用する拡張可能なオブジェクト クラス。拡張可能なオブジェクト クラスに関する詳細は、『Netscape Directory Server 導入ガイド』の「オブジェクト クラスのタイプ」を参照してください。予約済。このオブジェクトクラスは標準LDAPスキーマに対するNetscapeの拡張です。<P></A>
+
+<A NAME="1105811">
+OID: <CODE>2.16.840.1.113730.3.2.30</CODE><P></A>
+
+
+<A NAME="1005781">&nbsp;
+</A>
+<A NAME="LDAPServer">
+<H3> LDAPServer</H3>
+</A>
+
+
+
+<A NAME="1042902">
+ローカル サーバを指定します。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。<P></A>
+
+<A NAME="1098493">
+OID: <CODE>2.16.840.1.113730.3.2.35</CODE><P></A>
+
+<A NAME="1067762">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1075388">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1075390">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1069192">
+<a href="attribut.htm#1171494">cn</A><P></A>
+<td>
+<A NAME="1069195">
+(必須) サーバの一般名<P></A>
+
+<tr><td>
+<A NAME="1069199">
+<a href="attribut.htm#1171397">changeLogMaximumAge</A><P></A>
+<td>
+<A NAME="1100535">
+サーバの変更ログに許される古さの最大値。<P></A>
+
+<tr><td>
+<A NAME="1069204">
+<a href="attribut.htm#1171405">changeLogMaximumSize</A><P></A>
+<td>
+<A NAME="1069206">
+サーバの変更ログに許されるサイズの最大値。<P></A>
+
+<tr><td>
+<A NAME="1069209">
+<a href="attribut.htm#1171528">description</A><P></A>
+<td>
+<A NAME="1069211">
+サーバの説明文。<P></A>
+
+<tr><td>
+<A NAME="1069214">
+<a href="attribut.htm#1171657">generation</A><P></A>
+<td>
+<A NAME="1069216">
+複製の目的のためにサーバを示す固有のバイト ベクトル。<P></A>
+
+<tr><td>
+<A NAME="1069219">
+<a href="attribut.htm#1244534">l</A><P></A>
+<td>
+<A NAME="1069221">
+サーバのある場所の地域性。<P></A>
+
+<tr><td>
+<A NAME="1069224">
+<a href="attribut.htm#1241174">ou</A><P></A>
+<td>
+<A NAME="1069226">
+サーバが属する組織単位。<P></A>
+
+<tr><td>
+<A NAME="1069229">
+<a href="attribut.htm#1172500">seeAlso</A><P></A>
+<td>
+<A NAME="1069231">
+サーバに関係する情報へのURL。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1005782">&nbsp;
+</A>
+<A NAME="LDAPReplica">
+<H3> LDAPReplica</H3>
+</A>
+
+
+
+<A NAME="1006031">
+ローカル サーバ内のエントリでリモート サーバに複製されるものを指定し、エントリ複製先のリモート サーバを指定します。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。<P></A>
+
+<A NAME="1098496">
+OID: <CODE>2.16.840.1.113730.3.2.36</CODE><P></A>
+
+<A NAME="1067881">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1075384">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1075386">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1069247">
+<a href="attribut.htm#1171494">cn</A><P></A>
+<td>
+<A NAME="1069250">
+(必須) エントリの一般名<P></A>
+
+<tr><td>
+<A NAME="1069253">
+<a href="attribut.htm#1171528">description</A><P></A>
+<td>
+<A NAME="1069255">
+エントリの説明文。<P></A>
+
+<tr><td>
+<A NAME="1104907">
+<a href="attribut.htm#1244534">l</A><P></A>
+<td>
+<A NAME="1069260">
+エントリが存在する場所の地域性。<P></A>
+
+<tr><td>
+<A NAME="1104912">
+<a href="attribut.htm#1241174">ou</A><P></A>
+<td>
+<A NAME="1069265">
+エントリが属する組織単位。<P></A>
+
+<tr><td>
+<A NAME="1106807">
+<a href="attribut.htm#1092877">replicaBeginOrc</A><P></A>
+<td>
+<A NAME="1106809">
+複製の前に、供給サーバが消費サーバの内容を消去する必要があるかどうかを定義します。<P></A>
+
+<tr><td>
+<A NAME="1069268">
+<a href="attribut.htm#1006496">replicaBindDn</A><P></A>
+<td>
+<A NAME="1069270">
+ローカル サーバが消費サーバにバインドするのに使用するDN。<P></A>
+
+<tr><td>
+<A NAME="1069273">
+<a href="attribut.htm#1006636">replicaBindMethod</A><P></A>
+<td>
+<A NAME="1069275">
+ローカル サーバが消費サーバにバインドするのに使用するメソッド。現在、この属性は<CODE>simple</CODE>に設定する必要があります。<P></A>
+
+<tr><td>
+<A NAME="1069278">
+<a href="attribut.htm#1230073">replicaCredentials</A><P></A>
+<td>
+<A NAME="1069280">
+ローカル サーバが消費サーバにバインドするのに使用するパスワード。<P></A>
+
+<tr><td>
+<A NAME="1106878">
+<a href="attribut.htm#1148497">replicaEntryFilter</A><P></A>
+<td>
+<A NAME="1106880">
+フィルタ付き複製規約でどの属性を複製し、どの属性を除くのかを指定します。<P></A>
+
+<tr><td>
+<A NAME="1069283">
+<a href="attribut.htm#1148445">replicaHost</A><P></A>
+<td>
+<A NAME="1069285">
+消費サーバのホスト名。<P></A>
+
+<tr><td>
+<A NAME="1106816">
+<a href="attribut.htm#1148453">replicaNickName</A><P></A>
+<td>
+<A NAME="1106818">
+複製規約の自由形式の名前を指定します。<P></A>
+
+<tr><td>
+<A NAME="1069288">
+<a href="attribut.htm#1007660">replicaPort</A><P></A>
+<td>
+<A NAME="1069290">
+消費サーバがLDAP通信に使用するポート。<P></A>
+
+<tr><td>
+<A NAME="1069293">
+<a href="attribut.htm#1006384">replicaRoot</A><P></A>
+<td>
+<A NAME="1069295">
+消費サーバに供給するサブツリーのローカル サーバにおける識別名。<P></A>
+
+<tr><td>
+<A NAME="1106928">
+<a href="attribut.htm#1281126">replicatedAttributeList</A><P></A>
+<td>
+<A NAME="1106930">
+選択属性複製規約でどの属性を複製し、どの属性を除くのかを指定します。<P></A>
+
+<tr><td>
+<A NAME="1069298">
+<a href="attribut.htm#1006918">replicaUpdateFailedAt</A><P></A>
+<td>
+<A NAME="1069300">
+消費サーバへの更新が失敗したときのタイム スタンプ。<P></A>
+
+<tr><td>
+<A NAME="1069303">
+<a href="attribut.htm#1012768">replicaUpdateReplayed</A><P></A>
+<td>
+<A NAME="1069305">
+消費サーバに供給された最後の変更の変更番号。<P></A>
+
+<tr><td>
+<A NAME="1069308">
+<a href="attribut.htm#1006817">replicaUpdateSchedule</A><P></A>
+<td>
+<A NAME="1069310">
+ローカル サーバが消費サーバへの更新を開始するスケジュール。<P></A>
+
+<tr><td>
+<A NAME="1069313">
+<a href="attribut.htm#1006741">replicaUseSSL</A><P></A>
+<td>
+<A NAME="1069315">
+消費サーバとの通信にSSLを使用するかどうかを指定します。<P></A>
+
+<tr><td>
+<A NAME="1069318">
+<a href="attribut.htm#1172500">seeAlso</A><P></A>
+<td>
+<A NAME="1069320">
+サーバに関係する情報へのURL。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1005591">&nbsp;
+</A>
+<A NAME="Locations">
+<H2> 場所</H2>
+</A>
+
+<A NAME="1005809">
+以下のオブジェクト クラスは、ディレクトリ ツリーにおける位置を記述します。各オブジェクト クラスには、国名や記述など、場所を説明する属性が含まれます。ここで説明されているオブジェクト クラスは、<a href="objclass.htm#1005812">country</A>と<a href="objclass.htm#1005427">locality</A>です。<P></A>
+
+
+<A NAME="1005812">&nbsp;
+</A>
+<A NAME="country">
+<H3> country</H3>
+</A>
+
+
+
+<A NAME="1005813">
+国を表示するエントリを定義します。このオブジェクト クラスは、X.500 Directory Servicesから継承されました。<P></A>
+
+<A NAME="1096900">
+OID: <CODE>2.5.6.2</CODE><P></A>
+
+<A NAME="1068820">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1088379">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1088381">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1088384">
+<a href="attribut.htm#1240535">c</A><P></A>
+<td>
+<A NAME="1088387">
+(必須) エントリの国名<P></A>
+
+<tr><td>
+<A NAME="1088390">
+<a href="attribut.htm#1171528">description</A><P></A>
+<td>
+<A NAME="1088392">
+国の説明文。<P></A>
+
+<tr><td>
+<A NAME="1088397">
+<a href="attribut.htm#1202682">searchGuide</A><P></A>
+<td>
+<A NAME="1088399">
+検索動作のためにディレクトリ ツリーのベース オブジェクトとしてエントリを使用する際に、提案される検索基準の情報を指定します。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1005427">&nbsp;
+</A>
+<A NAME="locality">
+<H3> locality</H3>
+</A>
+
+
+
+<A NAME="1005428">
+地域または地理的領域を表示するエントリを定義します。このオブジェクト クラスは、X.500 Directory Servicesから継承されました。<P></A>
+
+<A NAME="1096910">
+OID: <CODE>2.5.6.3</CODE><P></A>
+
+<A NAME="1068821">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1075380">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1075382">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1071009">
+<a href="attribut.htm#1171528">description</A><P></A>
+<td>
+<A NAME="1071011">
+地域性の説明文。<P></A>
+
+<tr><td>
+<A NAME="1071014">
+<a href="attribut.htm#1244534">l</A><P></A>
+<td>
+<A NAME="1071016">
+エントリの地域性。<P></A>
+
+<tr><td>
+<A NAME="1106986">
+<a href="attribut.htm#1202682">searchGuide</A><P></A>
+<td>
+<A NAME="1106988">
+検索動作のためにディレクトリ ツリーのベース オブジェクトとしてエントリを使用する際に、提案される検索基準の情報を指定します。<P></A>
+
+<tr><td>
+<A NAME="1071019">
+<a href="attribut.htm#1172500">seeAlso</A><P></A>
+<td>
+<A NAME="1071021">
+地域に関係する情報へのURL。<P></A>
+
+<tr><td>
+<A NAME="1071024">
+<a href="attribut.htm#1203417">st</A><P></A>
+<td>
+<A NAME="1071026">
+その地域性の属する州または都道府県を示します。<P></A>
+
+<tr><td>
+<A NAME="1071029">
+<a href="attribut.htm#1202721">street</A><P></A>
+<td>
+<A NAME="1071031">
+その地域性に関連する街路と番地。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1004915">&nbsp;
+</A>
+<A NAME="Organizations">
+<H2> 組織</H2>
+</A>
+
+<A NAME="1004913">
+以下のオブジェクト クラスは、ディレクトリ ツリーにおける組織を示すエントリを記述します。各オブジェクト クラスには、組織の名前や記述など、組織を説明する属性が含まれます。ここで説明されているオブジェクト クラスは、<a href="objclass.htm#1004980">organization</A>と<a href="objclass.htm#1005108">organizationalUnit</A>です。<P></A>
+
+
+<A NAME="1004980">&nbsp;
+</A>
+<A NAME="organization">
+<H3> organization</H3>
+</A>
+
+
+
+<A NAME="1004981">
+組織を示すエントリを定義します。一般に、組織は、大きな企業や事業内における大きな比較的静的なグループであることを想定します。このオブジェクト クラスは、X.500 Directory Servicesから継承されました。<P></A>
+
+<A NAME="1096920">
+OID: <CODE>2.5.6.4</CODE><P></A>
+
+<A NAME="1068822">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1107038">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1107040">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1107045">
+<a href="attribut.htm#1281611">o</A><P></A>
+<td>
+<A NAME="1107047">
+(必須) 組織名<P></A>
+
+<tr><td>
+<A NAME="1107052">
+<a href="attribut.htm#1171367">businessCategory</A><P></A>
+<td>
+<A NAME="1107054">
+組織が関与する事業。<P></A>
+
+<tr><td>
+<A NAME="1107059">
+<a href="attribut.htm#1171528">description</A><P></A>
+<td>
+<A NAME="1107061">
+組織の説明文。<P></A>
+
+<tr><td>
+<A NAME="1107065">
+<a href="attribut.htm#1171637">facsimileTelephoneNumber</A><P></A>
+<td>
+<A NAME="1107068">
+組織に関係するファックス番号。<P></A>
+
+<tr><td>
+<A NAME="1107073">
+<a href="attribut.htm#1244534">l</A><P></A>
+<td>
+<A NAME="1107075">
+組織のある場所。<P></A>
+
+<tr><td>
+<A NAME="1107079">
+<a href="attribut.htm#1003072">physicalDeliveryOfficeName</A><P></A>
+<td>
+<A NAME="1107082">
+物理的にものを配達するための組織の場所。<P></A>
+
+<tr><td>
+<A NAME="1107087">
+<a href="attribut.htm#1230025">postalAddress</A><P></A>
+<td>
+<A NAME="1107089">
+郵送のための組織の住所。<P></A>
+
+<tr><td>
+<A NAME="1107094">
+<a href="attribut.htm#1230036">postalCode</A><P></A>
+<td>
+<A NAME="1107096">
+組織の郵便番号(米国における郵便番号など)。<P></A>
+
+<tr><td>
+<A NAME="1107101">
+<a href="attribut.htm#1230043">postOfficeBox</A><P></A>
+<td>
+<A NAME="1107103">
+組織の私書箱。<P></A>
+
+<tr><td>
+<A NAME="1107108">
+<a href="attribut.htm#1202605">preferredDeliveryMethod</A><P></A>
+<td>
+<A NAME="1107110">
+組織が希望する連絡方法または配達方法。<P></A>
+
+<tr><td>
+<A NAME="1107115">
+<a href="attribut.htm#1202682">searchGuide</A><P></A>
+<td>
+<A NAME="1107117">
+検索動作のためにディレクトリ ツリーのベース オブジェクトとしてエントリを使用する際に、提案される検索基準の情報を指定します。<P></A>
+
+<tr><td>
+<A NAME="1107122">
+<a href="attribut.htm#1172500">seeAlso</A><P></A>
+<td>
+<A NAME="1107124">
+組織に関係する情報へのURL。<P></A>
+
+<tr><td>
+<A NAME="1107129">
+<a href="attribut.htm#1203417">st</A><P></A>
+<td>
+<A NAME="1107131">
+組織のある州または都道府県。<P></A>
+
+<tr><td>
+<A NAME="1107136">
+<a href="attribut.htm#1202721">street</A><P></A>
+<td>
+<A NAME="1107138">
+組織のある街路と番地。<P></A>
+
+<tr><td>
+<A NAME="1107143">
+<a href="attribut.htm#1230129">telephoneNumber</A><P></A>
+<td>
+<A NAME="1107145">
+組織に関連する電話番号。<P></A>
+
+<tr><td>
+<A NAME="1107150">
+<a href="attribut.htm#1205004">teletexTerminalIdentifier</A><P></A>
+<td>
+<A NAME="1107152">
+組織のテレテックス ターミナルの識別子。<P></A>
+
+<tr><td>
+<A NAME="1107157">
+<a href="attribut.htm#1205120">telexNumber</A><P></A>
+<td>
+<A NAME="1107159">
+組織のテレックス番号<P></A>
+
+<tr><td>
+<A NAME="1107171">
+<a href="attribut.htm#1196547">userPassword</A><P></A>
+<td>
+<A NAME="1107173">
+エントリがディレクトリにバインドできるパスワード。<P></A>
+
+<tr><td>
+<A NAME="1107164">
+<a href="attribut.htm#1281763">x121Address</A><P></A>
+<td>
+<A NAME="1107166">
+組織のX.121アドレス<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1005108">&nbsp;
+</A>
+<A NAME="organizationalUnit">
+<H3> organizationalUnit</H3>
+</A>
+
+
+
+<A NAME="1005109">
+組織単位を示すエントリを定義します。一般に、組織単位は、さらに大きな組織における比較的静的なグループであると想定します。このオブジェクト クラスは、X.500 Directory Servicesから継承されました。<P></A>
+
+<A NAME="1096923">
+OID: <CODE>2.5.6.5</CODE><P></A>
+
+<A NAME="1068823">
+.
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1107182">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1107184">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1107189">
+<a href="attribut.htm#1241174">ou</A><P></A>
+<td>
+<A NAME="1107191">
+(必須) 組織単位名<P></A>
+
+<tr><td>
+<A NAME="1107196">
+<a href="attribut.htm#1171367">businessCategory</A><P></A>
+<td>
+<A NAME="1107198">
+組織単位が関与する事業。<P></A>
+
+<tr><td>
+<A NAME="1107203">
+<a href="attribut.htm#1171528">description</A><P></A>
+<td>
+<A NAME="1107205">
+組織単位の説明文。<P></A>
+
+<tr><td>
+<A NAME="1107326">
+<a href="attribut.htm#1201824">destinationIndicator</A><P></A>
+<td>
+<A NAME="1107328">
+公衆電報サービスを提供するには組織単位に関連する国や都市の情報が必要です。<P></A>
+
+<tr><td>
+<A NAME="1107209">
+<a href="attribut.htm#1171637">facsimileTelephoneNumber</A><P></A>
+<td>
+<A NAME="1107212">
+組織単位に関係するファックス番号。<P></A>
+
+<tr><td>
+<A NAME="1107337">
+<a href="attribut.htm#1224256">internationalIsdnNumber</A><P></A>
+<td>
+<A NAME="1107339">
+組織単位のISDN番号を指定します。<P></A>
+
+<tr><td>
+<A NAME="1107217">
+<a href="attribut.htm#1244534">l</A><P></A>
+<td>
+<A NAME="1107219">
+組織単位の場所。<P></A>
+
+<tr><td>
+<A NAME="1107223">
+<a href="attribut.htm#1003072">physicalDeliveryOfficeName</A><P></A>
+<td>
+<A NAME="1107226">
+物理的にものを配達するための組織単位の場所。<P></A>
+
+<tr><td>
+<A NAME="1107231">
+<a href="attribut.htm#1230025">postalAddress</A><P></A>
+<td>
+<A NAME="1107233">
+組織単位の住所。<P></A>
+
+<tr><td>
+<A NAME="1107238">
+<a href="attribut.htm#1230036">postalCode</A><P></A>
+<td>
+<A NAME="1107240">
+組織単位の郵便番号(米国における郵便番号など)。<P></A>
+
+<tr><td>
+<A NAME="1107245">
+<a href="attribut.htm#1230043">postOfficeBox</A><P></A>
+<td>
+<A NAME="1107247">
+組織単位の私書箱。<P></A>
+
+<tr><td>
+<A NAME="1107252">
+<a href="attribut.htm#1202605">preferredDeliveryMethod</A><P></A>
+<td>
+<A NAME="1107254">
+組織単位が希望する連絡方法または配達方法。<P></A>
+
+<tr><td>
+<A NAME="1107352">
+<a href="attribut.htm#1202644">registeredAddress</A><P></A>
+<td>
+<A NAME="1107366">
+緊急の書類の受け取りなど、受取人が配達を確認する必要のあるものを配達するのにふさわしい郵送用の住所。<P></A>
+
+<tr><td>
+<A NAME="1107259">
+<a href="attribut.htm#1202682">searchGuide</A><P></A>
+<td>
+<A NAME="1107261">
+検索動作のためにディレクトリ ツリーのベース オブジェクトとしてエントリを使用する際に、提案される検索基準の情報を指定します。<P></A>
+
+<tr><td>
+<A NAME="1107266">
+<a href="attribut.htm#1172500">seeAlso</A><P></A>
+<td>
+<A NAME="1107268">
+組織単位に関係する情報へのURL。<P></A>
+
+<tr><td>
+<A NAME="1107273">
+<a href="attribut.htm#1203417">st</A><P></A>
+<td>
+<A NAME="1107275">
+組織単位の属する州または都道府県。<P></A>
+
+<tr><td>
+<A NAME="1107280">
+<a href="attribut.htm#1202721">street</A><P></A>
+<td>
+<A NAME="1107282">
+組織単位のある街路と番地。<P></A>
+
+<tr><td>
+<A NAME="1107287">
+<a href="attribut.htm#1230129">telephoneNumber</A><P></A>
+<td>
+<A NAME="1107289">
+組織単位に関連する電話番号。<P></A>
+
+<tr><td>
+<A NAME="1107322">
+<a href="attribut.htm#1205004">teletexTerminalIdentifier</A><P></A>
+<td>
+<A NAME="1107324">
+組織のテレテックス ターミナルの識別子。<P></A>
+
+<tr><td>
+<A NAME="1107315">
+<a href="attribut.htm#1205120">telexNumber</A><P></A>
+<td>
+<A NAME="1107317">
+組織のテレックス番号<P></A>
+
+<tr><td>
+<A NAME="1107308">
+<a href="attribut.htm#1196547">userPassword</A><P></A>
+<td>
+<A NAME="1107310">
+エントリがディレクトリにバインドできるパスワード。<P></A>
+
+<tr><td>
+<A NAME="1107301">
+<a href="attribut.htm#1281763">x121Address</A><P></A>
+<td>
+<A NAME="1107303">
+組織のX.121アドレス<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1004958">&nbsp;
+</A>
+<A NAME="People">
+<H2> ユーザ</H2>
+</A>
+
+<A NAME="1100949">
+以下のオブジェクト クラスは、ディレクトリにおけるユーザを示すエントリを記述します。各オブジェクト クラスには、名前、電話番号、住所など、ユーザを説明する属性が含まれます。ここで説明されているオブジェクト クラスは、<a href="objclass.htm#1089249">inetOrgPerson</A>、<a href="objclass.htm#1100980">newPilotPerson</A>、<a href="objclass.htm#1100862">nsLicenseUser</A>, <a href="objclass.htm#1089442">ntUser</A>、<a href="objclass.htm#1002805">organizationalPerson</A>、<a href="objclass.htm#1088567">organizationalRole</A>、<a href="objclass.htm#1089681">person</A>および<a href="objclass.htm#1106267">residentialPerson</A>です。<P></A>
+
+
+<A NAME="1089249">&nbsp;
+</A>
+<A NAME="inetOrgPerson">
+<H3> inetOrgPerson</H3>
+</A>
+
+
+
+<A NAME="1089250">
+組織のイントラネットのユーザを示すエントリを定義します。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。<P></A>
+
+<A NAME="1096822">
+OID: <CODE>2.16.840.1.113730.3.2.2</CODE><P></A>
+
+<A NAME="1089439">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1089253">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1089255">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1102952">
+<a href="attribut.htm#1201684">audio</A><P></A>
+<td>
+<A NAME="1102954">
+バイナリ形式のサウンド ファイル。<P></A>
+
+<tr><td>
+<A NAME="1089270">
+<a href="attribut.htm#1171367">businessCategory</A><P></A>
+<td>
+<A NAME="1089272">
+ユーザが関与する事業。<P></A>
+
+<tr><td>
+<A NAME="1089275">
+<a href="attribut.htm#1003044">carLicense</A><P></A>
+<td>
+<A NAME="1089277">
+ユーザの自動車のライセンス プレート番号<P></A>
+
+<tr><td>
+<A NAME="1089280">
+<a href="attribut.htm#1095560">departmentNumber</A><P></A>
+<td>
+<A NAME="1089282">
+ユーザが勤務する部門。<P></A>
+
+<tr><td>
+<A NAME="1089290">
+<a href="attribut.htm#1111357">employeeNumber</A><P></A>
+<td>
+<A NAME="1089292">
+ユーザの社員番号。<P></A>
+
+<tr><td>
+<A NAME="1089295">
+<a href="attribut.htm#1009035">employeeType</A><P></A>
+<td>
+<A NAME="1089297">
+ユーザの雇用タイプ(フルタイムなど)。<P></A>
+
+<tr><td>
+<A NAME="1089305">
+<a href="attribut.htm#1229534">givenName</A><P></A>
+<td>
+<A NAME="1089307">
+ユーザの名前、つまりファーストネーム。<P></A>
+
+<tr><td>
+<A NAME="1089310">
+<a href="attribut.htm#1201936">homePhone</A><P></A>
+<td>
+<A NAME="1089312">
+ユーザの電話番号。<P></A>
+
+<tr><td>
+<A NAME="1089315">
+<a href="attribut.htm#1201947">homePostalAddress</A><P></A>
+<td>
+<A NAME="1089317">
+ユーザの自宅住所。<P></A>
+
+<tr><td>
+<A NAME="1089320">
+<a href="attribut.htm#1229543">initials</A><P></A>
+<td>
+<A NAME="1089322">
+ユーザのイニシャル。<P></A>
+
+<tr><td>
+<A NAME="1089325">
+<a href="attribut.htm#1201995">jpegPhoto</A><P></A>
+<td>
+<A NAME="1089327">
+jpeg形式のイメージ。<P></A>
+
+<tr><td>
+<A NAME="1107552">
+<a href="attribut.htm#1202020">labeledUri</A><P></A>
+<td>
+<A NAME="1089337">
+ユーザに関係するuniversal resource locator (URL)。<P></A>
+
+<tr><td>
+<A NAME="1089340">
+<a href="attribut.htm#1189404">mail</A><P></A>
+<td>
+<A NAME="1089342">
+ユーザの電子メール アドレス。<P></A>
+
+<tr><td>
+<A NAME="1089345">
+<a href="attribut.htm#1007859">manager</A><P></A>
+<td>
+<A NAME="1089347">
+ユーザの上司を示す識別名。<P></A>
+
+<tr><td>
+<A NAME="1089350">
+<a href="attribut.htm#1202056">mobile</A><P></A>
+<td>
+<A NAME="1089352">
+ユーザの携帯電話番号。<P></A>
+
+<tr><td>
+<A NAME="1089361">
+<a href="attribut.htm#1003070">pager</A><P></A>
+<td>
+<A NAME="1089363">
+ユーザのポケットベル番号。<P></A>
+
+<tr><td>
+<A NAME="1107511">
+<a href="attribut.htm#1202247">photo</A><P></A>
+<td>
+<A NAME="1107514">
+バイナリ形式の写真。<P></A>
+
+<tr><td>
+<A NAME="1107521">
+<a href="attribut.htm#1103495">preferredLanguage</A><P></A>
+<td>
+<A NAME="1107523">
+ユーザが書いたり話したりする言語を定義します。<P></A>
+
+<tr><td>
+<A NAME="1089391">
+<a href="attribut.htm#1204477">roomNumber</A><P></A>
+<td>
+<A NAME="1089393">
+ユーザの部屋番号。<P></A>
+
+<tr><td>
+<A NAME="1089396">
+<a href="attribut.htm#1202691">secretary</A><P></A>
+<td>
+<A NAME="1089398">
+ユーザの秘書またはアシスタント。<P></A>
+
+<tr><td>
+<A NAME="1089406">
+<a href="attribut.htm#1202847">uid</A><P></A>
+<td>
+<A NAME="1089408">
+エントリのユーザID(通常はログオンID)を示します。<P></A>
+
+<tr><td>
+<A NAME="1089431">
+<a href="attribut.htm#1208938">userCertificate</A><P></A>
+<td>
+<A NAME="1089433">
+クリアテキスト形式のユーザの証明書(未使用)<P></A>
+
+<tr><td>
+<A NAME="1107557">
+<a href="attribut.htm#1208946">userCertificate;binary</A><P></A>
+<td>
+<A NAME="1107559">
+バイナリ形式のユーザの証明書。<P></A>
+
+<tr><td>
+<A NAME="1089436">
+<a href="attribut.htm#1103595">userSMIMECertificate;binary</A><P></A>
+<td>
+<A NAME="1107562">
+バイナリ形式のユーザの証明書。Netscape Communicator(コミュニケータ)がS/MIMEで使用します。<P></A>
+
+<tr><td>
+<A NAME="1095842">
+<a href="attribut.htm#1292796">x500UniqueIdentifier</A><P></A>
+<td>
+<A NAME="1095844">
+未定義。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1100980">&nbsp;
+</A>
+<A NAME="newPilotPerson">
+<H3> newPilotPerson</H3>
+</A>
+
+
+
+<A NAME="1100981">
+人物のサブクラスとして使われ、たくさんの追加属性を使用してその人物のオブジェクト クラスのエントリに割り当てることができます。予約されています。<P></A>
+
+<A NAME="1100982">
+OID: <CODE>0.9.2342.19200300.100.4.4</CODE><P></A>
+
+<A NAME="1101121">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1100985">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1100987">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1100992">
+<a href="attribut.htm#1171367">businessCategory</A><P></A>
+<td>
+<A NAME="1100994">
+このユーザが従事する事業タイプ。<P></A>
+
+<tr><td>
+<A NAME="1100999">
+<a href="attribut.htm#1201909">drink</A><P></A>
+<td>
+<A NAME="1101001">
+ユーザの好みの飲み物<P></A>
+
+<tr><td>
+<A NAME="1101006">
+<a href="attribut.htm#1201936">homePhone</A><P></A>
+<td>
+<A NAME="1101008">
+ユーザの電話番号。<P></A>
+
+<tr><td>
+<A NAME="1101013">
+<a href="attribut.htm#1201947">homePostalAddress</A><P></A>
+<td>
+<A NAME="1101015">
+ユーザの自宅住所。<P></A>
+
+<tr><td>
+<A NAME="1101020">
+<a href="attribut.htm#1201988">janetMailbox</A><P></A>
+<td>
+<A NAME="1101022">
+ユーザの電子メール アドレス。<P></A>
+
+<tr><td>
+<A NAME="1101027">
+<a href="attribut.htm#1189404">mail</A><P></A>
+<td>
+<A NAME="1101029">
+ユーザの電子メール アドレス。<P></A>
+
+<tr><td>
+<A NAME="1101034">
+<a href="attribut.htm#1202044">mailPreferenceOption</A><P></A>
+<td>
+<A NAME="1101036">
+(電子または物理的な)メーリング リストにユーザ名を含めることに関する環境設定を示します。<P></A>
+
+<tr><td>
+<A NAME="1101041">
+<a href="attribut.htm#1202056">mobile</A><P></A>
+<td>
+<A NAME="1101043">
+ユーザの携帯電話番号。<P></A>
+
+<tr><td>
+<A NAME="1101048">
+<a href="attribut.htm#1202208">organizationalStatus</A><P></A>
+<td>
+<A NAME="1101175">
+ユーザの雇用タイプ(フルタイムなど)。<P></A>
+
+<tr><td>
+<A NAME="1101055">
+<a href="attribut.htm#1202220">otherMailbox</A><P></A>
+<td>
+<A NAME="1101057">
+X.400とrfc822以外の電子メールボックス タイプの値。<P></A>
+
+<tr><td>
+<A NAME="1101062">
+<a href="attribut.htm#1003070">pager</A><P></A>
+<td>
+<A NAME="1101064">
+ユーザのポケットベル番号。<P></A>
+
+<tr><td>
+<A NAME="1101069">
+<a href="attribut.htm#1202229">personalSignature</A><P></A>
+<td>
+<A NAME="1101071">
+ユーザの署名ファイル。<P></A>
+
+<tr><td>
+<A NAME="1101076">
+<a href="attribut.htm#1202238">personalTitle</A><P></A>
+<td>
+<A NAME="1101078">
+ユーザの個人の役職<P></A>
+
+<tr><td>
+<A NAME="1101083">
+<a href="attribut.htm#1202605">preferredDeliveryMethod</A><P></A>
+<td>
+<A NAME="1101085">
+ユーザが希望する連絡方法または配達方法。<P></A>
+
+<tr><td>
+<A NAME="1101090">
+<a href="attribut.htm#1204477">roomNumber</A><P></A>
+<td>
+<A NAME="1101092">
+ユーザの部屋番号。<P></A>
+
+<tr><td>
+<A NAME="1101097">
+<a href="attribut.htm#1202691">secretary</A><P></A>
+<td>
+<A NAME="1101099">
+ユーザの秘書またはアシスタントの識別名。<P></A>
+
+<tr><td>
+<A NAME="1101104">
+<a href="attribut.htm#1202782">textEncodedORAddress</A><P></A>
+<td>
+<A NAME="1101106">
+暗号化されたテキストによるユーザのOriginator/Recipient (X.400)アドレス。<P></A>
+
+<tr><td>
+<A NAME="1101111">
+<a href="attribut.htm#1296804">uid</A><P></A>
+<td>
+<A NAME="1101113">
+ユーザのログオンID。<P></A>
+
+<tr><td>
+<A NAME="1101118">
+<a href="attribut.htm#1202840">userClass</A><P></A>
+<td>
+<A NAME="1101120">
+ユーザのカテゴリ。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1100862">&nbsp;
+</A>
+<A NAME="nsLicenseUser">
+<H3> nsLicenseUser</H3>
+</A>
+
+
+
+<A NAME="1100863">
+クライアントごとに契約されているNetscape サーバの使用許諾書の追跡に使用するオブジェクト クラス。nsLicenseUserは、inetOrgPersonオブジェクト クラスと併用されます。このオブジェクト クラスの内容は、Netscape管理サーバの[ユーザおよびグループ]領域で管理できます。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。<P></A>
+
+<A NAME="1100864">
+OID: <CODE>2.16.840.1.113730.3.2.7</CODE><P></A>
+
+<A NAME="1100891">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1100867">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1100869">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1100873">
+<a href="attribut.htm#1091847">nsLicensedFor</A><P></A>
+<td>
+<A NAME="1100875">
+ユーザが使用許諾契約を持つNetscapeサーバ。<P></A>
+
+<tr><td>
+<A NAME="1107587">
+<a href="attribut.htm#1091864">nsLicenseEndTime</A><P></A>
+<td>
+<A NAME="1107589">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1100880">
+<a href="attribut.htm#1091859">nsLicenseStartTime</A><P></A>
+<td>
+<A NAME="1100882">
+将来の使用に予約されています。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1089442">&nbsp;
+</A>
+<A NAME="ntUser">
+<H3> ntUser</H3>
+</A>
+
+
+
+<A NAME="1089443">
+Directory ServerとWindows NTネットワーク間で同期化するエントリを指定します。ntUserによって定義される属性は、NT同期化を支援します。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。<P></A>
+
+<A NAME="1098670">
+OID: <CODE>2.16.840.1.113730.3.2.8</CODE><P></A>
+<a name="1089444">
+<B>
+
+<P>
+ノート
+</P>
+</B>
+
+</a>
+
+
+<A NAME="1089445">
+ntUserCreateNewAccount、ntUserDomainId、ntUserDeleteAccountを除き、ntUser属性はすべて読込み専用です。次のNT同期化が行われる際に、読込み専用ntUser属性への変更が削除され、元の値と置き換えられます。<P></A>
+
+<A NAME="1089446">
+Directory Serverの属性のいくつかは、[NT user account]フィールドに直接対応しています。NTと同期化する新規ユーザのエントリをDirectory Serverに作成する場合、Directory Serverの属性が次のようにNTユーザ アカウント フィールドに割り当てられます。
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><td>
+<A NAME="1089449">
+Directory Serverの属性<P></A>
+<td>
+<A NAME="1089451">
+NTユーザ アカウント フィールド<P></A>
+
+<tr><td>
+<A NAME="1089453">
+cnまたはcommonName<P></A>
+<td>
+<A NAME="1089455">
+full_name<P></A>
+
+<tr><td>
+<A NAME="1089457">
+description<P></A>
+<td>
+<A NAME="1089459">
+comment<P></A>
+
+<tr><td>
+<A NAME="1089461">
+userid<P></A>
+<td>
+<A NAME="1089463">
+name<P></A>
+
+<tr><td>
+<A NAME="1089465">
+userPassword<P></A>
+<td>
+<A NAME="1089467">
+password<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+<A NAME="1098497">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1089470">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1089472">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1107594">
+<a href="attribut.htm#1171528">description</A><P></A>
+<td>
+<A NAME="1107596">
+ユーザの説明文。<P></A>
+
+<tr><td>
+<A NAME="1107601">
+<a href="attribut.htm#1244534">l</A><P></A>
+<td>
+<A NAME="1107603">
+ユーザの地域性。<P></A>
+
+<tr><td>
+<A NAME="1107608">
+<a href="attribut.htm#1241174">ou</A><P></A>
+<td>
+<A NAME="1107610">
+ユーザが属する組織単位。<P></A>
+
+<tr><td>
+<A NAME="1107615">
+<a href="attribut.htm#1172500">seeAlso</A><P></A>
+<td>
+<A NAME="1107617">
+ユーザに関係する情報へのURL。<P></A>
+
+<tr><td>
+<A NAME="1089476">
+<a href="attribut.htm#1015403">ntUserDomainId</A><P></A>
+<td>
+<A NAME="1089479">
+(必須) 対応するNT ユーザとドメイン名。<P></A>
+
+<tr><td>
+<A NAME="1089482">
+<a href="attribut.htm#1013839">ntUserAcctExpires</A><P></A>
+<td>
+<A NAME="1089484">
+ユーザのNTアカウントの失効時期を示します。<P></A>
+
+<tr><td>
+<A NAME="1089487">
+<a href="attribut.htm#1014052">ntUserAuthFlags</A><P></A>
+<td>
+<A NAME="1089489">
+NTネットワークにおけるユーザの特権。<P></A>
+
+<tr><td>
+<A NAME="1089492">
+<a href="attribut.htm#1038772">ntUserBadPwCount</A><P></A>
+<td>
+<A NAME="1089494">
+ユーザのNTログインIDを使用してNTで失敗したログイン試行回数。<P></A>
+
+<tr><td>
+<A NAME="1089497">
+<a href="attribut.htm#1014973">ntUserCodePage</A><P></A>
+<td>
+<A NAME="1089499">
+ユーザのコード ページ。<P></A>
+
+<tr><td>
+<A NAME="1089502">
+<a href="attribut.htm#1246829">ntUserComment</A><P></A>
+<td>
+<A NAME="1089504">
+ユーザのNTアカウントの説明。<P></A>
+
+<tr><td>
+<A NAME="1089507">
+<a href="attribut.htm#1015155">ntUserCountryCode</A><P></A>
+<td>
+<A NAME="1089509">
+ユーザの国コード。<P></A>
+
+<tr><td>
+<A NAME="1089512">
+<a href="attribut.htm#1015239">ntUserCreateNewAccount</A><P></A>
+<td>
+<A NAME="1089514">
+このエントリをDirectory Serverに作成する際に、NTアカウントを作成する必要があるかどうかを指定します。<P></A>
+
+<tr><td>
+<A NAME="1089517">
+<a href="attribut.htm#1015309">ntUserDeleteAccount</A><P></A>
+<td>
+<A NAME="1089519">
+このエントリをDirectory Serverに削除する際に、NTアカウントを削除する必要があるかどうかを指定します。<P></A>
+
+<tr><td>
+<A NAME="1089522">
+<a href="attribut.htm#1015534">ntUserFlags</A><P></A>
+<td>
+<A NAME="1089524">
+さまざまなNTアカウント フラグを指定します。<P></A>
+
+<tr><td>
+<A NAME="1089527">
+<a href="attribut.htm#1015584">ntUserHomeDir</A><P></A>
+<td>
+<A NAME="1089529">
+ユーザのホーム ディレクトリへのパス。<P></A>
+
+<tr><td>
+<A NAME="1089532">
+<a href="attribut.htm#1015624">ntUserHomeDirDrive</A><P></A>
+<td>
+<A NAME="1089534">
+ユーザのホーム ディレクトリに割り当てられたドライブの文字。<P></A>
+
+<tr><td>
+<A NAME="1089537">
+<a href="attribut.htm#1015682">ntUserLastLogoff</A><P></A>
+<td>
+<A NAME="1089539">
+ユーザがNTから最後にログオフした時刻。<P></A>
+
+<tr><td>
+<A NAME="1089542">
+<a href="attribut.htm#1015722">ntUserLastLogon</A><P></A>
+<td>
+<A NAME="1089544">
+ユーザがNTに最後にログオンした時刻。<P></A>
+
+<tr><td>
+<A NAME="1089547">
+<a href="attribut.htm#1015746">ntUserLogonHours</A><P></A>
+<td>
+<A NAME="1089549">
+ユーザがNTにログオンできる時間帯。<P></A>
+
+<tr><td>
+<A NAME="1101276">
+<a href="attribut.htm#1015839">ntUserLogonServer</A><P></A>
+<td>
+<A NAME="1089554">
+ユーザのNTログオン要求が送信されるサーバ。<P></A>
+
+<tr><td>
+<A NAME="1089557">
+<a href="attribut.htm#1015984">ntUserMaxStorage</A><P></A>
+<td>
+<A NAME="1089559">
+NTにおいてユーザが利用できる最大ディスク容量。<P></A>
+
+<tr><td>
+<A NAME="1089562">
+<a href="attribut.htm#1016030">ntUserNumLogons</A><P></A>
+<td>
+<A NAME="1089564">
+ユーザのNTアカウントへのログオン成功回数。<P></A>
+
+<tr><td>
+<A NAME="1101297">
+<a href="attribut.htm#1021575">ntUserParms</A><P></A>
+<td>
+<A NAME="1101299">
+アプリケーションが使用するために予約されたUnicode文字列。<P></A>
+
+<tr><td>
+<A NAME="1089567">
+<a href="attribut.htm#1016157">ntUserPasswordExpired</A><P></A>
+<td>
+<A NAME="1089569">
+ユーザのNTパスワードが失効しているかを示します。<P></A>
+
+<tr><td>
+<A NAME="1089572">
+<a href="attribut.htm#1016246">ntUserPrimaryGroupId</A><P></A>
+<td>
+<A NAME="1089574">
+ユーザの主要グローバル グループ。<P></A>
+
+<tr><td>
+<A NAME="1101331">
+<a href="attribut.htm#1017849">ntUserPriv</A><P></A>
+<td>
+<A NAME="1101333">
+Windows NTネットワーク上でのユーザの特権レベル。<P></A>
+
+<tr><td>
+<A NAME="1089577">
+<a href="attribut.htm#1016298">ntUserProfile</A><P></A>
+<td>
+<A NAME="1089579">
+ユーザのNTプロフィールへのパス。<P></A>
+
+<tr><td>
+<A NAME="1089582">
+<a href="attribut.htm#1016395">ntUserScriptPath</A><P></A>
+<td>
+<A NAME="1089584">
+ユーザのNTログイン スクリプトへのパス。<P></A>
+
+<tr><td>
+<A NAME="1089587">
+<a href="attribut.htm#1016531">ntUserUniqueId</A><P></A>
+<td>
+<A NAME="1089589">
+ユーザのNT RIDを示します。<P></A>
+
+<tr><td>
+<A NAME="1089592">
+<a href="attribut.htm#1016632">ntUserUnitsPerWeek</A><P></A>
+<td>
+<A NAME="1089594">
+ユーザのNTUserLogonHoursの計算に使用される値。<P></A>
+
+<tr><td>
+<A NAME="1089597">
+<a href="attribut.htm#1016696">ntUserUsrComment</A><P></A>
+<td>
+<A NAME="1089599">
+ユーザのNTエントリに関する注釈。<P></A>
+
+<tr><td>
+<A NAME="1089607">
+<a href="attribut.htm#1016728">ntUserWorkstations</A><P></A>
+<td>
+<A NAME="1089609">
+ユーザがNTドメインにログインするのに使用できるNTワークステーション。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1002805">&nbsp;
+</A>
+<A NAME="organizationalPerson">
+<H3> organizationalPerson</H3>
+</A>
+
+
+
+<A NAME="1002806">
+組織の従業員である、または組織の関係者であるユーザのエントリを定義します。organizationalPersonはpersonオブジェクト クラスの拡張です。このオブジェクト クラスは、X.500 Directory Servicesから継承されました。<P></A>
+
+<A NAME="1096977">
+OID: <CODE>2.5.6.7</CODE><P></A>
+
+<A NAME="1068825">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1070698">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1070700">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1070715">
+<a href="attribut.htm#1292809">destinationIndicator</A><P></A>
+<td>
+<A NAME="1070717">
+公衆電報サービスを提供するにはユーザに関連する国や都市の情報が必要です。<P></A>
+
+<tr><td>
+<A NAME="1070720">
+<a href="attribut.htm#1171637">facsimileTelephoneNumber</A><P></A>
+<td>
+<A NAME="1070722">
+ユーザのファックス番号。<P></A>
+
+<tr><td>
+<A NAME="1107649">
+<a href="attribut.htm#1224256">internationalIsdnNumber</A><P></A>
+<td>
+<A NAME="1107651">
+ユーザのISDN番号。<P></A>
+
+<tr><td>
+<A NAME="1070725">
+<a href="attribut.htm#1244534">l</A><P></A>
+<td>
+<A NAME="1070727">
+ユーザが居住する場所。<P></A>
+
+<tr><td>
+<A NAME="1070731">
+<a href="attribut.htm#1241174">ou</A><P></A>
+<td>
+<A NAME="1070733">
+ユーザが属する組織単位。<P></A>
+
+<tr><td>
+<A NAME="1070736">
+<a href="attribut.htm#1003072">physicalDeliveryOfficeName</A><P></A>
+<td>
+<A NAME="1070738">
+物理的にものを配達するためのユーザの場所。<P></A>
+
+<tr><td>
+<A NAME="1070741">
+<a href="attribut.htm#1230025">postalAddress</A><P></A>
+<td>
+<A NAME="1070743">
+ユーザの住所。<P></A>
+
+<tr><td>
+<A NAME="1070746">
+<a href="attribut.htm#1230036">postalCode</A><P></A>
+<td>
+<A NAME="1070748">
+ユーザの郵便番号(米国における郵便番号など)。<P></A>
+
+<tr><td>
+<A NAME="1070751">
+<a href="attribut.htm#1230043">postOfficeBox</A><P></A>
+<td>
+<A NAME="1070753">
+ユーザの私書箱。<P></A>
+
+<tr><td>
+<A NAME="1070756">
+<a href="attribut.htm#1202605">preferredDeliveryMethod</A><P></A>
+<td>
+<A NAME="1070758">
+ユーザが希望する連絡方法または配達方法。<P></A>
+
+<tr><td>
+<A NAME="1107658">
+<a href="attribut.htm#1202644">registeredAddress</A><P></A>
+<td>
+<A NAME="1107671">
+緊急の書類の受け取りなど、受取人が配達を確認する必要のあるものを配達するのにふさわしい郵送用の住所。<P></A>
+
+<tr><td>
+<A NAME="1070766">
+<a href="attribut.htm#1203417">st</A><P></A>
+<td>
+<A NAME="1070768">
+ユーザが居住する州または都道府県。<P></A>
+
+<tr><td>
+<A NAME="1070771">
+<a href="attribut.htm#1202721">street</A><P></A>
+<td>
+<A NAME="1070773">
+ユーザが居住する街路と番地。<P></A>
+
+<tr><td>
+<A NAME="1107723">
+<a href="attribut.htm#1205004">teletexTerminalIdentifier</A><P></A>
+<td>
+<A NAME="1107725">
+組織のテレテックス ターミナルの識別子。<P></A>
+
+<tr><td>
+<A NAME="1107716">
+<a href="attribut.htm#1205120">telexNumber</A><P></A>
+<td>
+<A NAME="1107718">
+組織のテレックス番号<P></A>
+
+<tr><td>
+<A NAME="1107709">
+<a href="attribut.htm#1230152">title</A><P></A>
+<td>
+<A NAME="1107711">
+ユーザの仕事上の役職<P></A>
+
+<tr><td>
+<A NAME="1107702">
+<a href="attribut.htm#1281763">x121Address</A><P></A>
+<td>
+<A NAME="1107704">
+組織のX.121アドレス<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1088567">&nbsp;
+</A>
+<A NAME="organizationalRole">
+<H3> organizationalRole</H3>
+</A>
+
+
+
+<A NAME="1088568">
+組織内の人々が持つ役割を表示するエントリを定義します。このオブジェクト クラスは、X.500 Directory Servicesから継承されました。<P></A>
+
+<A NAME="1096979">
+OID: <CODE>2.5.6.8</CODE><P></A>
+
+<A NAME="1088606">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1088571">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1088573">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1088576">
+<a href="attribut.htm#1171494">cn</A><P></A>
+<td>
+<A NAME="1088579">
+(必須) 役割の一般名<P></A>
+
+<tr><td>
+<A NAME="1088588">
+<a href="attribut.htm#1171528">description</A><P></A>
+<td>
+<A NAME="1088590">
+役割の説明文。<P></A>
+
+<tr><td>
+<A NAME="1088716">
+<a href="attribut.htm#1292809">destinationIndicator</A><P></A>
+<td>
+<A NAME="1088718">
+この属性は、この役割のユーザへの電報サービスに使用されます。<P></A>
+
+<tr><td>
+<A NAME="1088780">
+<a href="attribut.htm#1171637">facsimileTelephoneNumber</A><P></A>
+<td>
+<A NAME="1088782">
+この役割のユーザのファックス番号。<P></A>
+
+<tr><td>
+<A NAME="1088726">
+<a href="attribut.htm#1224256">internationalIsdnNumber</A><P></A>
+<td>
+<A NAME="1088728">
+この役割のユーザのISDN番号。<P></A>
+
+<tr><td>
+<A NAME="1088806">
+<a href="attribut.htm#1244534">l</A><P></A>
+<td>
+<A NAME="1088808">
+この役割のユーザが居住する場所。<P></A>
+
+<tr><td>
+<A NAME="1088812">
+<a href="attribut.htm#1241174">ou</A><P></A>
+<td>
+<A NAME="1088814">
+この役割のユーザが属する組織単位。<P></A>
+
+<tr><td>
+<A NAME="1088817">
+<a href="attribut.htm#1003072">physicalDeliveryOfficeName</A><P></A>
+<td>
+<A NAME="1088819">
+物理的にものを配達するためのこの役割のユーザの場所。<P></A>
+
+<tr><td>
+<A NAME="1101602">
+<a href="attribut.htm#1230025">postalAddress</A><P></A>
+<td>
+<A NAME="1088824">
+この役割のユーザの勤務先住所。<P></A>
+
+<tr><td>
+<A NAME="1101607">
+<a href="attribut.htm#1230036">postalCode</A><P></A>
+<td>
+<A NAME="1088829">
+この役割のユーザの勤務先郵便番号(米国における郵便番号など)。<P></A>
+
+<tr><td>
+<A NAME="1101612">
+<a href="attribut.htm#1230043">postOfficeBox</A><P></A>
+<td>
+<A NAME="1088834">
+この役割のユーザの勤務先の私書箱。<P></A>
+
+<tr><td>
+<A NAME="1101617">
+<a href="attribut.htm#1202605">preferredDeliveryMethod</A><P></A>
+<td>
+<A NAME="1088839">
+この役割のユーザが希望する連絡方法または配達方法。<P></A>
+
+<tr><td>
+<A NAME="1088771">
+<a href="attribut.htm#1202644">registeredAddress</A><P></A>
+<td>
+<A NAME="1106144">
+緊急の書類の受け取りなど、受取人が配達を確認する必要のあるものを配達するのにふさわしい郵送用の住所。<P></A>
+
+<tr><td>
+<A NAME="1088863">
+<a href="attribut.htm#1202666">roleOccupant</A><P></A>
+<td>
+<A NAME="1088865">
+この役割のユーザの識別名。<P></A>
+
+<tr><td>
+<A NAME="1088593">
+<a href="attribut.htm#1172500">seeAlso</A><P></A>
+<td>
+<A NAME="1088595">
+この役割のユーザに関係する情報へのURL。<P></A>
+
+<tr><td>
+<A NAME="1101632">
+<a href="attribut.htm#1203417">st</A><P></A>
+<td>
+<A NAME="1088879">
+この役割のユーザが居住する州または都道府県。<P></A>
+
+<tr><td>
+<A NAME="1101637">
+<a href="attribut.htm#1202721">street</A><P></A>
+<td>
+<A NAME="1088884">
+この役割のユーザが居住する街路と番地。<P></A>
+
+<tr><td>
+<A NAME="1101642">
+<a href="attribut.htm#1230129">telephoneNumber</A><P></A>
+<td>
+<A NAME="1088600">
+ユーザの電話番号<P></A>
+
+<tr><td>
+<A NAME="1088888">
+<a href="attribut.htm#1205004">teletexTerminalIdentifier</A><P></A>
+<td>
+<A NAME="1088890">
+この役割のユーザのテレテックス ターミナルの識別子。<P></A>
+
+<tr><td>
+<A NAME="1088937">
+<a href="attribut.htm#1205120">telexNumber</A><P></A>
+<td>
+<A NAME="1088939">
+この役割のユーザのテレックス番号。<P></A>
+
+<tr><td>
+<A NAME="1088978">
+<a href="attribut.htm#1281763">x121Address</A><P></A>
+<td>
+<A NAME="1088980">
+この役割のユーザのX.121アドレス。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1089681">&nbsp;
+</A>
+<A NAME="person">
+<H3> person</H3>
+</A>
+
+
+
+<A NAME="1089682">
+人々を概念的に表示するエントリを定義します。このオブジェクト クラスは、organizationalPersonオブジェクト クラスの基本クラスです。このオブジェクト クラスは、X.500 Directory Servicesから継承されました。<P></A>
+
+<A NAME="1096975">
+OID: <CODE>2.5.6.6</CODE><P></A>
+
+<A NAME="1089720">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1089685">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1089687">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1089690">
+<a href="attribut.htm#1171494">cn</A><P></A>
+<td>
+<A NAME="1089693">
+(必須) ユーザの一般名<P></A>
+
+<tr><td>
+<A NAME="1089696">
+<a href="attribut.htm#1230116">sn</A><P></A>
+<td>
+<A NAME="1089699">
+(必須) ユーザの姓、つまりラストネーム。<P></A>
+
+<tr><td>
+<A NAME="1089702">
+<a href="attribut.htm#1171528">description</A><P></A>
+<td>
+<A NAME="1089704">
+ユーザの説明文。<P></A>
+
+<tr><td>
+<A NAME="1089707">
+<a href="attribut.htm#1172500">seeAlso</A><P></A>
+<td>
+<A NAME="1089709">
+ユーザに関係する情報へのURL。<P></A>
+
+<tr><td>
+<A NAME="1089712">
+<a href="attribut.htm#1230129">telephoneNumber</A><P></A>
+<td>
+<A NAME="1089714">
+ユーザの電話番号<P></A>
+
+<tr><td>
+<A NAME="1089717">
+<a href="attribut.htm#1196547">userPassword</A><P></A>
+<td>
+<A NAME="1089719">
+ユーザがディレクトリにバインドできるパスワード。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1106267">&nbsp;
+</A>
+<A NAME="residentialPerson">
+<H3> residentialPerson</H3>
+</A>
+
+
+
+<A NAME="1106268">
+Directory Serverが使用するオブジェクト クラスで、人物の住居情報を含みます。このオブジェクト クラスは、X.500 Directory Servicesから継承されました。<P></A>
+
+<A NAME="1106269">
+OID: <CODE>2.5.6.10</CODE><P></A>
+
+<A NAME="1106387">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1106272">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1106274">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1106279">
+<a href="attribut.htm#1244534">l</A><P></A>
+<td>
+<A NAME="1106281">
+(必須) ユーザが居住する場所の地域性。<P></A>
+
+<tr><td>
+<A NAME="1106286">
+<a href="attribut.htm#1171367">businessCategory</A><P></A>
+<td>
+<A NAME="1106288">
+ユーザが関与する事業。<P></A>
+
+<tr><td>
+<A NAME="1106293">
+<a href="attribut.htm#1292809">destinationIndicator</A><P></A>
+<td>
+<A NAME="1106295">
+この属性は、このユーザへの電報サービスに使用されます。<P></A>
+
+<tr><td>
+<A NAME="1106299">
+<a href="attribut.htm#1171637">facsimileTelephoneNumber</A><P></A>
+<td>
+<A NAME="1106302">
+ユーザのファックス番号。<P></A>
+
+<tr><td>
+<A NAME="1106307">
+<a href="attribut.htm#1224256">internationalIsdnNumber</A><P></A>
+<td>
+<A NAME="1106309">
+ユーザのISDN番号。<P></A>
+
+<tr><td>
+<A NAME="1106313">
+<a href="attribut.htm#1003072">physicalDeliveryOfficeName</A><P></A>
+<td>
+<A NAME="1106316">
+物理的な配送ができる場所。<P></A>
+
+<tr><td>
+<A NAME="1106321">
+<a href="attribut.htm#1230025">postalAddress</A><P></A>
+<td>
+<A NAME="1106323">
+ユーザの勤務先郵送用住所。<P></A>
+
+<tr><td>
+<A NAME="1106328">
+<a href="attribut.htm#1230036">postalCode</A><P></A>
+<td>
+<A NAME="1106330">
+ユーザの勤務先郵便番号(米国における郵便番号など)。<P></A>
+
+<tr><td>
+<A NAME="1106335">
+<a href="attribut.htm#1230043">postOfficeBox</A><P></A>
+<td>
+<A NAME="1106337">
+ユーザの勤務先の私書箱。<P></A>
+
+<tr><td>
+<A NAME="1106342">
+<a href="attribut.htm#1202605">preferredDeliveryMethod</A><P></A>
+<td>
+<A NAME="1106344">
+ユーザが希望する連絡方法または配達方法。<P></A>
+
+<tr><td>
+<A NAME="1106349">
+<a href="attribut.htm#1202644">registeredAddress</A><P></A>
+<td>
+<A NAME="1106351">
+緊急の書類の受け取りなど、受取人が配達を確認する必要のあるものを配達するのにふさわしい郵送用の住所。<P></A>
+
+<tr><td>
+<A NAME="1106356">
+<a href="attribut.htm#1203417">st</A><P></A>
+<td>
+<A NAME="1106358">
+ユーザが居住する州または都道府県。<P></A>
+
+<tr><td>
+<A NAME="1106363">
+<a href="attribut.htm#1202721">street</A><P></A>
+<td>
+<A NAME="1106365">
+ユーザが居住する街路と番地。<P></A>
+
+<tr><td>
+<A NAME="1106370">
+<a href="attribut.htm#1205004">teletexTerminalIdentifier</A><P></A>
+<td>
+<A NAME="1106372">
+ユーザのテレテックス ターミナルの識別子。<P></A>
+
+<tr><td>
+<A NAME="1106377">
+<a href="attribut.htm#1205120">telexNumber</A><P></A>
+<td>
+<A NAME="1106379">
+ユーザのテレックス番号。<P></A>
+
+<tr><td>
+<A NAME="1106384">
+<a href="attribut.htm#1281763">x121Address</A><P></A>
+<td>
+<A NAME="1106386">
+ユーザのX.121アドレス。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1078660">&nbsp;
+</A>
+<A NAME="Calendar Server Extensions">
+<H2> Calendar Serverの拡張</H2>
+</A>
+
+<A NAME="1081153">
+以下のオブジェクト クラスは、Netscape Calendar Serverによって使用されます。ここで説明されているオブジェクト クラスは、<a href="objclass.htm#1078663">netscapeCalendarServer</A>、<a href="objclass.htm#1097420">nsCalAdmin</A>、<a href="objclass.htm#1084445">nsCalResource</A>、および<a href="objclass.htm#1078672">nsCalUser</A>です。<P></A>
+
+
+<A NAME="1078663">&nbsp;
+</A>
+<A NAME="netscapeCalendarServer">
+<H3> netscapeCalendarServer</H3>
+</A>
+
+
+
+<A NAME="1078664">
+Netscape Calendar Server(カレンダーサーバ)の情報を、ディレクトリで保存するオブジェクト クラス。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。将来の使用に予約されています。<P></A>
+
+<A NAME="1097056">
+OID: <CODE>2.16.840.1.113730.3.2.17</CODE><P></A>
+
+<A NAME="1107920">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1107742">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1107744">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1107749">
+<a href="attribut.htm#1229677">objectClass</A><P></A>
+<td>
+<A NAME="1107751">
+(必須) 予約されています。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+<A NAME="1097417">
+<P></A>
+
+
+<A NAME="1097420">&nbsp;
+</A>
+<A NAME="nsCalAdmin">
+<H3> nsCalAdmin</H3>
+</A>
+
+
+
+<A NAME="1097421">
+Netscape Calendar Server(カレンダーサーバ)が使用するオブジェクト クラスで、カレンダ サーバアドミニストレータの情報をディレクトリで保存します。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。<P></A>
+
+<A NAME="1097052">
+OID: <CODE>2.16.840.1.113730.3.2.15</CODE><P></A>
+
+<A NAME="1084442">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1102028">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1102030">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108105">
+<a href="attribut.htm#1229677">objectClass</A><P></A>
+<td>
+<A NAME="1108107">
+(必須) 予約されています。<P></A>
+
+<tr><td>
+<A NAME="1108100">
+<a href="attribut.htm#1171494">cn</A><P></A>
+<td>
+<A NAME="1102037">
+管理者の一般名。<P></A>
+
+<tr><td>
+<A NAME="1102042">
+<a href="attribut.htm#1171637">facsimileTelephoneNumber</A><P></A>
+<td>
+<A NAME="1102044">
+管理者のファックス番号<P></A>
+
+<tr><td>
+<A NAME="1102049">
+<a href="attribut.htm#1104309">generationQualifier</A><P></A>
+<td>
+<A NAME="1102051">
+Lightweight Internet Person Schema (LIPS)のgeneration Qualifierと同じです。<P></A>
+
+<tr><td>
+<A NAME="1102056">
+<a href="attribut.htm#1229534">givenName</A><P></A>
+<td>
+<A NAME="1102058">
+管理者の名またはファーストネーム。<P></A>
+
+<tr><td>
+<A NAME="1102063">
+<a href="attribut.htm#1229543">initials</A><P></A>
+<td>
+<A NAME="1102065">
+管理者のイニシャル。<P></A>
+
+<tr><td>
+<A NAME="1102193">
+<a href="attribut.htm#1104932">nsCalAccess</A><P></A>
+<td>
+<A NAME="1102195">
+管理者にCalendar Serverへのアクセスを許可するか拒否するかを定義します。<P></A>
+
+<tr><td>
+<A NAME="1102198">
+<a href="attribut.htm#1166044">nsCalAccessDomain</A><P></A>
+<td>
+<A NAME="1102200">
+Calendar Server管理者がCalendar Serverデータにアクセスするのに使用できるインターネット ドメインまたはIPアドレス。この属性は将来の使用のために予約されています。<P></A>
+
+<tr><td>
+<A NAME="1102203">
+<a href="attribut.htm#1104994">nsCalAdmd</A><P></A>
+<td>
+<A NAME="1102205">
+管理者のX.400管理ドメイン名<P></A>
+
+<tr><td>
+<A NAME="1102208">
+<a href="attribut.htm#1164493">nsCalFlags</A><P></A>
+<td>
+<A NAME="1102210">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1102213">
+<a href="attribut.htm#1157806">nsCalHost</A><P></A>
+<td>
+<A NAME="1102215">
+Calendar Server管理者の情報をホストするコンピュータのホスト名またはIPアドレス。<P></A>
+
+<tr><td>
+<A NAME="1102218">
+<a href="attribut.htm#1105333">nsCalLanguageId</A><P></A>
+<td>
+<A NAME="1102220">
+電子メール通知を受けるのに管理者が希望する言語。<P></A>
+
+<tr><td>
+<A NAME="1102223">
+<a href="attribut.htm#1157846">nsCalNodeAlias</A><P></A>
+<td>
+<A NAME="1102225">
+管理者データが保存されているノードのニーモニック名。<P></A>
+
+<tr><td>
+<A NAME="1102228">
+<a href="attribut.htm#1105739">nsCalOrgUnit2</A><P></A>
+<td>
+<A NAME="1102230">
+X.400 Organization Unit 2 (OU2)<P></A>
+
+<tr><td>
+<A NAME="1102233">
+<a href="attribut.htm#1105752">nsCalOrgUnit3</A><P></A>
+<td>
+<A NAME="1102235">
+X.400 Organization Unit 3 (OU3)<P></A>
+
+<tr><td>
+<A NAME="1102238">
+<a href="attribut.htm#1105815">nsCalOrgUnit4</A><P></A>
+<td>
+<A NAME="1102240">
+X.400 Organization Unit 4 (OU4)<P></A>
+
+<tr><td>
+<A NAME="1102243">
+<a href="attribut.htm#1105834">nsCalPasswordRequired</A><P></A>
+<td>
+<A NAME="1102245">
+CalendarユーザがCalendarデータにアクセスするのにパスワードを入力する必要があるかどうかを指定します。<P></A>
+
+<tr><td>
+<A NAME="1102248">
+<a href="attribut.htm#1105891">nsCalPrmd</A><P></A>
+<td>
+<A NAME="1102250">
+管理者のX.400 プライベート管理ドメイン名。<P></A>
+
+<tr><td>
+<A NAME="1102253">
+<a href="attribut.htm#1106093">nsCalServerVersion</A><P></A>
+<td>
+<A NAME="1102255">
+Calendar Server管理者のデータをホストするCalendar Serverのバージョン番号。<P></A>
+
+<tr><td>
+<A NAME="1102258">
+<a href="attribut.htm#1106115">nsCalSysopCanWritePassword</A><P></A>
+<td>
+<A NAME="1102260">
+Calendar Server管理者がユーザ情報を上書きできるかどうかを指定します。<P></A>
+
+<tr><td>
+<A NAME="1102263">
+<a href="attribut.htm#1106218">nsCalXItemId</A><P></A>
+<td>
+<A NAME="1102265">
+管理者データが保存されているノードのニーモニック名。<P></A>
+
+<tr><td>
+<A NAME="1102070">
+<a href="attribut.htm#1241174">ou</A><P></A>
+<td>
+<A NAME="1102072">
+管理者が属する組織単位。<P></A>
+
+<tr><td>
+<A NAME="1102077">
+<a href="attribut.htm#1230025">postalAddress</A><P></A>
+<td>
+<A NAME="1102079">
+管理者の住所。<P></A>
+
+<tr><td>
+<A NAME="1102084">
+<a href="attribut.htm#1290325">sn</A><P></A>
+<td>
+<A NAME="1102086">
+管理者の姓またはラストネーム。<P></A>
+
+<tr><td>
+<A NAME="1102091">
+<a href="attribut.htm#1230129">telephoneNumber</A><P></A>
+<td>
+<A NAME="1102093">
+リソースの電話番号<P></A>
+
+<tr><td>
+<A NAME="1102098">
+<a href="attribut.htm#1196547">userPassword</A><P></A>
+<td>
+<A NAME="1102100">
+管理者のパスワード。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1084445">&nbsp;
+</A>
+<A NAME="nsCalResource">
+<H3> nsCalResource</H3>
+</A>
+
+
+
+<A NAME="1084446">
+Netscape Calendar Serverが使用するオブジェクト クラスで、会議室などのカレンダ資源に関する情報をディレクトリで保存します。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。<P></A>
+
+<A NAME="1097054">
+OID: <CODE>2.16.840.1.113730.3.2.16</CODE><P></A>
+
+<A NAME="1079532">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1079408">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1079410">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108114">
+<a href="attribut.htm#1229677">objectClass</A><P></A>
+<td>
+<A NAME="1108116">
+(必須) 予約されています。<P></A>
+
+<tr><td>
+<A NAME="1102373">
+<a href="attribut.htm#1171494">cn</A><P></A>
+<td>
+<A NAME="1080905">
+リソースの一般名。<P></A>
+
+<tr><td>
+<A NAME="1102378">
+<a href="attribut.htm#1171637">facsimileTelephoneNumber</A><P></A>
+<td>
+<A NAME="1081264">
+リソースに関係するファックス番号。<P></A>
+
+<tr><td>
+<A NAME="1102455">
+<a href="attribut.htm#1104932">nsCalAccess</A><P></A>
+<td>
+<A NAME="1083840">
+リソースがCalendar Serverにアクセスするのを許可するか拒否するかを定義します。<P></A>
+
+<tr><td>
+<A NAME="1102460">
+<a href="attribut.htm#1166044">nsCalAccessDomain</A><P></A>
+<td>
+<A NAME="1083873">
+CalendarリソースがCalendarデータにアクセスするのに使用できるインターネット ドメインまたはIPアドレス。この属性は将来の使用のために予約されています。<P></A>
+
+<tr><td>
+<A NAME="1079434">
+<a href="attribut.htm#1105005">nsCalDefaultNoteReminder</A><P></A>
+<td>
+<A NAME="1084773">
+ノート リマインダのタイプがある場合、入力します。<P></A>
+
+<tr><td>
+<A NAME="1079439">
+<a href="attribut.htm#1162428">nsCalDefaultReminder</A><P></A>
+<td>
+<A NAME="1084609">
+イベント リマインダのタイプがある場合、入力します。<P></A>
+
+<tr><td>
+<A NAME="1079444">
+<a href="attribut.htm#1105139">nsCalDefaultTaskReminder</A><P></A>
+<td>
+<A NAME="1084642">
+タスク リマインダのタイプがある場合、入力します。<P></A>
+
+<tr><td>
+<A NAME="1079449">
+<a href="attribut.htm#1105164">nsCalDisplayPrefs</A><P></A>
+<td>
+<A NAME="1084565">
+リソースの表示設定。<P></A>
+
+<tr><td>
+<A NAME="1102485">
+<a href="attribut.htm#1164493">nsCalFlags</A><P></A>
+<td>
+<A NAME="1079456">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1102490">
+<a href="attribut.htm#1157806">nsCalHost</A><P></A>
+<td>
+<A NAME="1083661">
+Calendarリソースの情報を保持するコンピュータのホスト名またはIPアドレス。<P></A>
+
+<tr><td>
+<A NAME="1102495">
+<a href="attribut.htm#1105333">nsCalLanguageId</A><P></A>
+<td>
+<A NAME="1085033">
+リソース管理者が電子メール通知を受けとりたい言語。<P></A>
+
+<tr><td>
+<A NAME="1102500">
+<a href="attribut.htm#1157846">nsCalNodeAlias</A><P></A>
+<td>
+<A NAME="1083631">
+管理者データが保存されているノードのニーモニック名。<P></A>
+
+<tr><td>
+<A NAME="1079474">
+<a href="attribut.htm#1118755">nsCalNotifMechanism</A><P></A>
+<td>
+<A NAME="1079476">
+イベントの参加者への通知に使用するメカニズム(通常は電子メール)。<P></A>
+
+<tr><td>
+<A NAME="1079479">
+<a href="attribut.htm#1105631">nsCalOperatingPrefs</A><P></A>
+<td>
+<A NAME="1084552">
+リソースの動作設定。将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1079613">
+<a href="attribut.htm#1105834">nsCalPasswordRequired</A><P></A>
+<td>
+<A NAME="1084950">
+このリソースについてのカレンダ データにカレンダ ユーザがアクセスするのにパスワードを入力する必要があるかどうかを指定します。<P></A>
+
+<tr><td>
+<A NAME="1079509">
+<a href="attribut.htm#1105943">nsCalRefreshPrefs</A><P></A>
+<td>
+<A NAME="1079511">
+リソースの動作環境をリフレッシュするかどうか、またその頻度を定義します。<P></A>
+
+<tr><td>
+<A NAME="1079626">
+<a href="attribut.htm#1105996">nsCalResourceCapacity</A><P></A>
+<td>
+<A NAME="1079619">
+部屋に入れる最大人数などのリソースの収容能力。<P></A>
+
+<tr><td>
+<A NAME="1079631">
+<a href="attribut.htm#1209242">nsCalResourceNumber</A><P></A>
+<td>
+<A NAME="1079623">
+リソースのID番号。<P></A>
+
+<tr><td>
+<A NAME="1079514">
+<a href="attribut.htm#1106093">nsCalServerVersion</A><P></A>
+<td>
+<A NAME="1083778">
+CalendarリソースのデータをホストするCalendar Serverのバージョン番号。<P></A>
+
+<tr><td>
+<A NAME="1079519">
+<a href="attribut.htm#1106115">nsCalSysopCanWritePassword</A><P></A>
+<td>
+<A NAME="1085009">
+Calendar Serverの管理者がリソースのパスワードを上書きできるかどうかを指定します。<P></A>
+
+<tr><td>
+<A NAME="1079524">
+<a href="attribut.htm#1106160">nsCalTimezone</A><P></A>
+<td>
+<A NAME="1079526">
+リソースがあるところの現在のタイムゾーン。<P></A>
+
+<tr><td>
+<A NAME="1079529">
+<a href="attribut.htm#1106218">nsCalXItemId</A><P></A>
+<td>
+<A NAME="1084486">
+カレンダ リソース データが保存されているノードのID番号。<P></A>
+
+<tr><td>
+<A NAME="1102416">
+<a href="attribut.htm#1230025">postalAddress</A><P></A>
+<td>
+<A NAME="1102418">
+リソースの郵送住所。<P></A>
+
+<tr><td>
+<A NAME="1102409">
+<a href="attribut.htm#1230129">telephoneNumber</A><P></A>
+<td>
+<A NAME="1102411">
+リソースの電話番号<P></A>
+
+<tr><td>
+<A NAME="1102402">
+<a href="attribut.htm#1196547">userPassword</A><P></A>
+<td>
+<A NAME="1102404">
+将来の使用に予約されています。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1078672">&nbsp;
+</A>
+<A NAME="nsCalUser">
+<H3> nsCalUser</H3>
+</A>
+
+
+
+<A NAME="1078673">
+Netscape Calendar Serverが使用するオブジェクト クラスで、カレンダ ユーザに関する情報をディレクトリで保存します。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。<P></A>
+
+<A NAME="1097050">
+OID: <CODE>2.16.840.1.113730.3.2.14</CODE><P></A>
+
+<A NAME="1078727">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1078677">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1078679">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108154">
+<a href="attribut.htm#1229677">objectClass</A><P></A>
+<td>
+<A NAME="1108156">
+(必須) 予約されています。<P></A>
+
+<tr><td>
+<A NAME="1078683">
+<a href="attribut.htm#1104309">generationQualifier</A><P></A>
+<td>
+<A NAME="1078686">
+Lightweight Internet Person Schema (LIPS)のgeneration Qualifierと同じです。<P></A>
+
+<tr><td>
+<A NAME="1102672">
+<a href="attribut.htm#1104932">nsCalAccess</A><P></A>
+<td>
+<A NAME="1083848">
+ユーザにCalendar Serverへのアクセスを許可するか否定するかを定義します。<P></A>
+
+<tr><td>
+<A NAME="1102677">
+<a href="attribut.htm#1166044">nsCalAccessDomain</A><P></A>
+<td>
+<A NAME="1078696">
+CalendarユーザがCalendarデータにアクセスするのに使用できるインターネット ドメインまたはIPアドレス。この属性は将来の使用のために予約されています。<P></A>
+
+<tr><td>
+<A NAME="1102682">
+<a href="attribut.htm#1104994">nsCalAdmd</A><P></A>
+<td>
+<A NAME="1083983">
+ユーザのX.400管理ドメイン名。<P></A>
+
+<tr><td>
+<A NAME="1102697">
+<a href="attribut.htm#1105005">nsCalDefaultNoteReminder</A><P></A>
+<td>
+<A NAME="1084798">
+ノート リマインダのタイプがある場合、入力します。<P></A>
+
+<tr><td>
+<A NAME="1102702">
+<a href="attribut.htm#1162428">nsCalDefaultReminder</A><P></A>
+<td>
+<A NAME="1078711">
+イベント リマインダのタイプがある場合、入力します。<P></A>
+
+<tr><td>
+<A NAME="1102707">
+<a href="attribut.htm#1105139">nsCalDefaultTaskReminder</A><P></A>
+<td>
+<A NAME="1084619">
+タスク リマインダのタイプがある場合、入力します。<P></A>
+
+<tr><td>
+<A NAME="1102712">
+<a href="attribut.htm#1105164">nsCalDisplayPrefs</A><P></A>
+<td>
+<A NAME="1078721">
+ユーザの表示設定。<P></A>
+
+<tr><td>
+<A NAME="1102717">
+<a href="attribut.htm#1164493">nsCalFlags</A><P></A>
+<td>
+<A NAME="1078726">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1102722">
+<a href="attribut.htm#1157806">nsCalHost</A><P></A>
+<td>
+<A NAME="1083672">
+Calendarユーザの情報を保持するコンピュータのホスト名またはIPアドレスす。<P></A>
+
+<tr><td>
+<A NAME="1102727">
+<a href="attribut.htm#1105333">nsCalLanguageId</A><P></A>
+<td>
+<A NAME="1085040">
+電子メール通知を受けるのにユーザが希望する言語。<P></A>
+
+<tr><td>
+<A NAME="1102732">
+<a href="attribut.htm#1157846">nsCalNodeAlias</A><P></A>
+<td>
+<A NAME="1083651">
+ユーザデータが保存されているノードのニーモニック名。<P></A>
+
+<tr><td>
+<A NAME="1102737">
+<a href="attribut.htm#1118755">nsCalNotifMechanism</A><P></A>
+<td>
+<A NAME="1084582">
+イベントの参加者への通知に使用するメカニズム(通常は電子メール)。<P></A>
+
+<tr><td>
+<A NAME="1102742">
+<a href="attribut.htm#1105631">nsCalOperatingPrefs</A><P></A>
+<td>
+<A NAME="1078828">
+ユーザの動作設定。将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1078821">
+<a href="attribut.htm#1105739">nsCalOrgUnit2</A><P></A>
+<td>
+<A NAME="1078823">
+X.400 Organization Unit 2 (OU2)<P></A>
+
+<tr><td>
+<A NAME="1078816">
+<a href="attribut.htm#1105752">nsCalOrgUnit3</A><P></A>
+<td>
+<A NAME="1083904">
+X.400 Organization Unit 3 (OU3)<P></A>
+
+<tr><td>
+<A NAME="1078811">
+<a href="attribut.htm#1105815">nsCalOrgUnit4</A><P></A>
+<td>
+<A NAME="1083922">
+X.400 Organization Unit 4 (OU4)<P></A>
+
+<tr><td>
+<A NAME="1102762">
+<a href="attribut.htm#1105834">nsCalPasswordRequired</A><P></A>
+<td>
+<A NAME="1082746">
+カレンダ ユーザがカレンダデータにアクセスするのにパスワードを入力する必要があるかどうかを指定します。<P></A>
+
+<tr><td>
+<A NAME="1102767">
+<a href="attribut.htm#1105891">nsCalPrmd</A><P></A>
+<td>
+<A NAME="1083961">
+ユーザのX.400プライベート管理ドメイン名。<P></A>
+
+<tr><td>
+<A NAME="1078796">
+<a href="attribut.htm#1105943">nsCalRefreshPrefs</A><P></A>
+<td>
+<A NAME="1084526">
+ユーザのカレンダ情報が最新のもので更新されるべきか、どれくらいの頻度で行われるべきかを定義します。<P></A>
+
+<tr><td>
+<A NAME="1078791">
+<a href="attribut.htm#1106093">nsCalServerVersion</A><P></A>
+<td>
+<A NAME="1083785">
+CalendarユーザのデータをホストするCalendar Serverのバージョン番号。<P></A>
+
+<tr><td>
+<A NAME="1078786">
+<a href="attribut.htm#1106115">nsCalSysopCanWritePassword</A><P></A>
+<td>
+<A NAME="1085016">
+Calendar Serverの管理者がユーザのパスワードを上書きできるかを指定します。<P></A>
+
+<tr><td>
+<A NAME="1078781">
+<a href="attribut.htm#1106160">nsCalTimezone</A><P></A>
+<td>
+<A NAME="1085063">
+ユーザの現在のタイムゾーン。<P></A>
+
+<tr><td>
+<A NAME="1078836">
+<a href="attribut.htm#1106218">nsCalXItemId</A><P></A>
+<td>
+<A NAME="1084493">
+カレンダ ユーザのデータが保存されているノードのID番号。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1078479">&nbsp;
+</A>
+<A NAME="Certificate Server Extensions">
+<H2> Certificate Serverの拡張</H2>
+</A>
+
+<A NAME="1080510">
+このセクションでは、Netscape Certificate Serverで使用されている<a href="objclass.htm#1078501">netscapeCertificateServer</A>のオブジェクト クラスが説明されています。<P></A>
+
+
+<A NAME="1078501">&nbsp;
+</A>
+<A NAME="netscapeCertificateServer">
+<H3> netscapeCertificateServer</H3>
+</A>
+
+
+
+<A NAME="1078564">
+Netscape証明書サーバの情報を、ディレクトリで保存するオブジェクト クラス。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。将来の使用に予約されています。<P></A>
+
+<A NAME="1097058">
+OID: <CODE>2.16.840.1.113730.3.2.18</CODE><P></A>
+
+<A NAME="1108183">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1108173">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1108175">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108180">
+<a href="attribut.htm#1229677">objectClass</A><P></A>
+<td>
+<A NAME="1108182">
+(必須) 予約されています。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1078576">&nbsp;
+</A>
+<A NAME="Collabra Server Extensions">
+<H2> Collabra Serverの拡張</H2>
+</A>
+
+<A NAME="1080748">
+このオブジェクト クラスは、Netscape Collabra Serverによって使用されます。ここで説明されているオブジェクト クラスは、<a href="objclass.htm#1078579">netscapeNewsServer</A>と<a href="objclass.htm#1078583">nginfo</A>です。<P></A>
+
+
+<A NAME="1078579">&nbsp;
+</A>
+<A NAME="netscapeNewsServer">
+<H3> netscapeNewsServer</H3>
+</A>
+
+
+
+<A NAME="1108221">
+Netscape Collabra Serverの情報を、ディレクトリに保存するオブジェクト クラス。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。将来の使用に予約されています。<P></A>
+
+<A NAME="1097154">
+OID: <CODE>2.16.840.1.113730.3.2.27</CODE><P></A>
+
+<A NAME="1108205">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1108195">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1108197">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108202">
+<a href="attribut.htm#1229677">objectClass</A><P></A>
+<td>
+<A NAME="1108204">
+(必須) 予約されています。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1078583">&nbsp;
+</A>
+<A NAME="nginfo">
+<H3> nginfo</H3>
+</A>
+
+
+
+<A NAME="1078584">
+Netscape Collabra Serverが使用するオブジェクト クラスで、discussion(news)グループの情報を保存します。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。<P></A>
+
+<A NAME="1098802">
+OID: <CODE>2.16.840.1.113730.3.2.26</CODE><P></A>
+
+<A NAME="1105306">
+このタイプのオブジェクト クラスは<I>ou=Netscape Servers</I>の下の個別のサブツリーに保存されています。ブランチ ポイントは <I>ngcomponent=.</I> エントリによって示されます。したがって、ディレクトリの接尾辞が<I>o=Airius.com</I>である場合は、すべての討論グループ情報は次のサブツリーに保存されてます。<P></A>
+<PRE><A NAME="1078586">
+<I>ngcomponent=., o=Airius.com</I>
+</A>
+</PRE>
+<A NAME="1078587">
+このサブツリーとその内容は、Collabra Serverによってディレクトリに書き込まれます。このツリーの構造<CODE>nginfo<CODE>のオブジェクト クラスの形式と使用法、および<CODE>nginfo</CODE>属性の形式と使用法は、予告なしに変更されることがあります。<P></A>
+
+<A NAME="1078640">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1078590">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1078592">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1078596">
+<a href="attribut.htm#1095332">ngcomponent</A><P></A>
+<td>
+<A NAME="1078599">
+(必須) 討論グループ名の一部。<P></A>
+
+<tr><td>
+<A NAME="1108256">
+<a href="attribut.htm#1229677">objectClass</A><P></A>
+<td>
+<A NAME="1108258">
+(必須) 予約されています。<P></A>
+
+<tr><td>
+<A NAME="1078602">
+<a href="attribut.htm#1171528">description</A><P></A>
+<td>
+<A NAME="1078604">
+討論グループの説明文。<P></A>
+
+<tr><td>
+<A NAME="1103112">
+<a href="attribut.htm#1036977">nsaclrole</A><P></A>
+<td>
+<A NAME="1103114">
+さまざまなCollabraの役割のアクセス許可セット。<P></A>
+
+<tr><td>
+<A NAME="1103119">
+<a href="attribut.htm#1037693">nscreator</A><P></A>
+<td>
+<A NAME="1103121">
+討論グループ作成者のユーザID。<P></A>
+
+<tr><td>
+<A NAME="1103133">
+<a href="attribut.htm#1037564">nsflags</A><P></A>
+<td>
+<A NAME="1103135">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1103140">
+<a href="attribut.htm#1092030">nsnewsACL</A><P></A>
+<td>
+<A NAME="1103142">
+討論グループのアクセス制御セット。<P></A>
+
+<tr><td>
+<A NAME="1078627">
+<a href="attribut.htm#1037277">nsprettyname</A><P></A>
+<td>
+<A NAME="1078629">
+討論グループ名。<P></A>
+
+<tr><td>
+<A NAME="1108272">
+<a href="attribut.htm#1099985">subtreeACI</A><P></A>
+<td>
+<A NAME="1108274">
+予約されています。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1078655">&nbsp;
+</A>
+<A NAME="Compass Server Extensions">
+<H2> Compass Serverの拡張</H2>
+</A>
+
+<A NAME="1080778">
+ここで説明されているオブジェクト クラスは、Netscape Compass Serverによって使用されます。これらのオブジェクト クラスは、<a href="objclass.htm#1080497">netscapeCompassServer</A>, <a href="objclass.htm#1079636">personalInterestProfile</A>、<a href="objclass.htm#1080358">PIPUser</A>、および<a href="objclass.htm#1080065">PIPUserInfo</A>です。<P></A>
+
+
+<A NAME="1080497">&nbsp;
+</A>
+<A NAME="netscapeCompassServer">
+<H3> netscapeCompassServer</H3>
+</A>
+
+
+
+<A NAME="1080498">
+Netscape Compass Serverの情報を、ディレクトリで保存するオブジェクト クラス。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。将来の使用に予約されています。<P></A>
+
+<A NAME="1097064">
+OID: <CODE>2.16.840.1.113730.3.2.19</CODE><P></A>
+
+<A NAME="1108299">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1108289">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1108291">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108296">
+<a href="attribut.htm#1229677">objectClass</A><P></A>
+<td>
+<A NAME="1108298">
+(必須) 予約されています。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1079636">&nbsp;
+</A>
+<A NAME="personalInterestProfile">
+<H3> personalInterestProfile</H3>
+</A>
+
+
+
+<A NAME="1082056">
+Compassユーザの個人の興味に関する情報を保存するために、Compass Serverによって使用されるオブジェクト クラス。個人の興味に関する情報の詳細は、『Netscape Compass Server管理者ガイド』をご覧ください。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。<P></A>
+
+<A NAME="1097066">
+OID: <CODE>2.16.840.1.113730.3.2.20</CODE><P></A>
+
+<A NAME="1079693">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1079643">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1079645">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108309">
+<a href="attribut.htm#1229677">objectClass</A><P></A>
+<td>
+<A NAME="1108311">
+(必須) 予約されています。<P></A>
+
+<tr><td>
+<A NAME="1079649">
+<a href="attribut.htm#1110777">pipuid</A><P></A>
+<td>
+<A NAME="1079652">
+(必須) このプロフィールが属するユーザのユーザID。<P></A>
+
+<tr><td>
+<A NAME="1079655">
+<a href="attribut.htm#1107663">pipuniqueid</A><P></A>
+<td>
+<A NAME="1088167">
+このプロフィールが属するユーザの固有のID。<P></A>
+
+<tr><td>
+<A NAME="1079660">
+<a href="attribut.htm#1114647">pipstatus</A><P></A>
+<td>
+<A NAME="1079662">
+プロフィールが使用可能であるか使用禁止であるかを定義します。<P></A>
+
+<tr><td>
+<A NAME="1079665">
+<a href="attribut.htm#1108439">pipusertype</A><P></A>
+<td>
+<A NAME="1079667">
+このプロフィールが属するユーザのタイプ。<P></A>
+
+<tr><td>
+<A NAME="1079670">
+<a href="attribut.htm#1116521">pipstfrequency</A><P></A>
+<td>
+<A NAME="1079672">
+カテゴリを更新したMy Compassニュースレターの受信頻度を示します。<P></A>
+
+<tr><td>
+<A NAME="1079675">
+<a href="attribut.htm#1111582">pipmedium</A><P></A>
+<td>
+<A NAME="1079677">
+無料テキスト検索プロフィール更新情報をユーザに送信するのに使用する手段。<P></A>
+
+<tr><td>
+<A NAME="1108316">
+<a href="attribut.htm#1111357">pipformat</A><P></A>
+<td>
+<A NAME="1108318">
+ユーザに送信される無料テキスト検索プロフィール更新の形式。<P></A>
+
+<tr><td>
+<A NAME="1079680">
+<a href="attribut.htm#1246341">pipfrequency</A><P></A>
+<td>
+<A NAME="1079682">
+コンパス サーバで使用される属性。ユーザがフリー テキスト検索で更新された「My Compass」ニュースレターをどのような頻度で受け取るかを記述します。<P></A>
+
+<tr><td>
+<A NAME="1079685">
+<a href="attribut.htm#1111369">piphour</A><P></A>
+<td>
+<A NAME="1079687">
+ユーザが無料テキスト検索プロフィール更新を送信する時間帯。<P></A>
+
+<tr><td>
+<A NAME="1079690">
+<a href="attribut.htm#1246650">pipmaxhits</A><P></A>
+<td>
+<A NAME="1079692">
+無料テキスト検索プロフィール更新ごとに戻される最大ドキュメント数。<P></A>
+
+<tr><td>
+<A NAME="1086287">
+<a href="attribut.htm#1111729">pipresultset</A><P></A>
+<td>
+<A NAME="1079792">
+ユーザが更新の受信を希望する属性リスト。<P></A>
+
+<tr><td>
+<A NAME="1079799">
+<a href="attribut.htm#1111947">pipsortorder</A><P></A>
+<td>
+<A NAME="1079788">
+無料テキスト検索プロフィール更新の概要レポートの情報を並べ替える順序。<P></A>
+
+<tr><td>
+<A NAME="1079802">
+<a href="attribut.htm#1117682">piptimestamp</A><P></A>
+<td>
+<A NAME="1079784">
+このユーザについての無料テキスト検索プロフィールの最終更新日。<P></A>
+
+<tr><td>
+<A NAME="1079805">
+<a href="attribut.htm#1113479">pipirlist</A><P></A>
+<td>
+<A NAME="1105425">
+ユーザがモニターするドメインとニュースグループ。<P></A>
+
+<tr><td>
+<A NAME="1079808">
+<a href="attribut.htm#1237828">pipiroption</A><P></A>
+<td>
+<A NAME="1079776">
+pipIrListのすべてのエントリを更新するか、または更新から除外するかを定義します。<P></A>
+
+<tr><td>
+<A NAME="1079811">
+<a href="attribut.htm#1112443">pippwp</A><P></A>
+<td>
+<A NAME="1079772">
+Personal Web Page (PWP) データベースのアドレス。<P></A>
+
+<tr><td>
+<A NAME="1079814">
+<a href="attribut.htm#1112574">piplastcount</A><P></A>
+<td>
+<A NAME="1079768">
+最後の更新中に発生した一致数。<P></A>
+
+<tr><td>
+<A NAME="1079817">
+<a href="attribut.htm#1237470">piptotalcount</A><P></A>
+<td>
+<A NAME="1082119">
+現在に至るまでのすべての更新中に発生した一致数。<P></A>
+
+<tr><td>
+<A NAME="1079820">
+<a href="attribut.htm#1112780">piptotalrun</A><P></A>
+<td>
+<A NAME="1079760">
+現在に至るまでの更新総数。<P></A>
+
+<tr><td>
+<A NAME="1079824">
+<a href="attribut.htm#1236460">pipnotify</A><P></A>
+<td>
+<A NAME="1079756">
+未定義。<P></A>
+
+<tr><td>
+<A NAME="1079827">
+<a href="attribut.htm#1236511">pipprivilege</A><P></A>
+<td>
+<A NAME="1079752">
+未定義。<P></A>
+
+<tr><td>
+<A NAME="1086357">
+<a href="attribut.htm#1113190">pipgroup</A><P></A>
+<td>
+<A NAME="1079748">
+未定義。<P></A>
+
+<tr><td>
+<A NAME="1086370">
+<a href="attribut.htm#1237689">pipidstcount</A><P></A>
+<td>
+<A NAME="1082159">
+ユーザによって使用された最後の一意のID。<P></A>
+
+<tr><td>
+<A NAME="1086382">
+<a href="attribut.htm#1115462">pipstid</A><P></A>
+<td>
+<A NAME="1079861">
+プロフィールに含まれている検索トピックの一意のID。<P></A>
+
+<tr><td>
+<A NAME="1079875">
+<a href="attribut.htm#1115468">pipstname</A><P></A>
+<td>
+<A NAME="1079857">
+検索トピックを説明するために、ユーザによって作成された任意の名前。<P></A>
+
+<tr><td>
+<A NAME="1079878">
+<a href="attribut.htm#1115474">pipstquery</A><P></A>
+<td>
+<A NAME="1079853">
+未定義。<P></A>
+
+<tr><td>
+<A NAME="1079881">
+<a href="attribut.htm#1115480">pipsttaxonomy</A><P></A>
+<td>
+<A NAME="1079849">
+検索トピックの分類Id。<P></A>
+
+<tr><td>
+<A NAME="1079884">
+<a href="attribut.htm#1115769">pipstinterest</A><P></A>
+<td>
+<A NAME="1099692">
+個々の検索トピックごとのユーザに対する重要度を説明します。(この属性はNetscape Compass Server Professionalでのみ使用されます。)<P></A>
+
+<tr><td>
+<A NAME="1079887">
+<a href="attribut.htm#1116285">pipsttype</A><P></A>
+<td>
+<A NAME="1079841">
+検索がカテゴリ検索であるか無料テキスト検索であるかを定義します。<P></A>
+
+<tr><td>
+<A NAME="1079890">
+<a href="attribut.htm#1115898">pipstprivacy</A><P></A>
+<td>
+<A NAME="1079837">
+このエントリの問合せを許可するか拒否するかを定義します。<P></A>
+
+<tr><td>
+<A NAME="1079955">
+<a href="attribut.htm#1116027">pipststatus</A><P></A>
+<td>
+<A NAME="1079950">
+Personal Interest Profile (PIP)の状態。<P></A>
+
+<tr><td>
+<A NAME="1079958">
+<a href="attribut.htm#1237172">pipstlastcount</A><P></A>
+<td>
+<A NAME="1079946">
+最後の更新中に一致したカテゴリ数。<P></A>
+
+<tr><td>
+<A NAME="1079961">
+<a href="attribut.htm#1115516">pipsttotalcount</A><P></A>
+<td>
+<A NAME="1082234">
+現在に至るまでに一致したカテゴリ数。<P></A>
+
+<tr><td>
+<A NAME="1079964">
+<a href="attribut.htm#1115522">pipsttotalrun</A><P></A>
+<td>
+<A NAME="1082240">
+現在に至るまでに実行されたカテゴリ検索更新数。<P></A>
+
+<tr><td>
+<A NAME="1079967">
+<a href="attribut.htm#1116402">pipstcategory</A><P></A>
+<td>
+<A NAME="1079934">
+ユーザが興味のあるカテゴリまたは検索文字列。<P></A>
+
+<tr><td>
+<A NAME="1079970">
+<a href="attribut.htm#1116521">pipstfrequency</A><P></A>
+<td>
+<A NAME="1079930">
+ユーザが更新の警告を受ける頻度。<P></A>
+
+<tr><td>
+<A NAME="1079973">
+<a href="attribut.htm#1117140">pipstmedium</A><P></A>
+<td>
+<A NAME="1096703">
+カテゴリ検索プロフィールの更新情報をユーザに送信するのに使用する手段。<P></A>
+
+<tr><td>
+<A NAME="1079976">
+<a href="attribut.htm#1116837">pipstformat</A><P></A>
+<td>
+<A NAME="1082369">
+ユーザに送信されるカテゴリ検索プロフィール更新の形式。<P></A>
+
+<tr><td>
+<A NAME="1079979">
+<a href="attribut.htm#1116707">pipsthour</A><P></A>
+<td>
+<A NAME="1082375">
+ユーザが無料カテゴリ プロフィール更新を送信する時間帯。<P></A>
+
+<tr><td>
+<A NAME="1079982">
+<a href="attribut.htm#1117134">pipstmaxhits</A><P></A>
+<td>
+<A NAME="1082402">
+カテゴリ検索プロフィール更新ごとに戻される最大ドキュメント数。<P></A>
+
+<tr><td>
+<A NAME="1079985">
+<a href="attribut.htm#1117321">pipstresultset</A><P></A>
+<td>
+<A NAME="1082414">
+ユーザが更新の受信を希望するカテゴリ リストが含まれます。<P></A>
+
+<tr><td>
+<A NAME="1079988">
+<a href="attribut.htm#1117327">pipstsortorder</A><P></A>
+<td>
+<A NAME="1082427">
+カテゴリ検索プロフィール更新の概要レポートの情報を並べ替える順序。<P></A>
+
+<tr><td>
+<A NAME="1079991">
+<a href="attribut.htm#1117445">pipsttimestamp</A><P></A>
+<td>
+<A NAME="1082432">
+このユーザについてのカテゴリ検索プロフィールの最終更新日。<P></A>
+
+<tr><td>
+<A NAME="1079994">
+<a href="attribut.htm#1117562">pipstirlist</A><P></A>
+<td>
+<A NAME="1082443">
+ユーザがモニターしたいドメインとニュースグループ。<P></A>
+
+<tr><td>
+<A NAME="1079997">
+<a href="attribut.htm#1117790">pipstiroption</A><P></A>
+<td>
+<A NAME="1082447">
+pipstirlistのすべてのエントリを更新するか、またはカテゴリの更新から除外するかを定義します。<P></A>
+
+<tr><td>
+<A NAME="1080036">
+<a href="attribut.htm#1118693">pipreservedces1</A><P></A>
+<td>
+<A NAME="1080033">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1080041">
+<a href="attribut.htm#1118699">pipreservedces2</A><P></A>
+<td>
+<A NAME="1082335">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1080044">
+<a href="attribut.htm#1118705">pipreservedces3</A><P></A>
+<td>
+<A NAME="1080025">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1080047">
+<a href="attribut.htm#1118350">pipreservedcis1</A><P></A>
+<td>
+<A NAME="1080021">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1080050">
+<a href="attribut.htm#1118356">pipreservedcis2</A><P></A>
+<td>
+<A NAME="1080017">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1080053">
+<a href="attribut.htm#1118362">pipreservedcis3</A><P></A>
+<td>
+<A NAME="1080013">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1080056">
+<a href="attribut.htm#1118368">pipreservedcis4</A><P></A>
+<td>
+<A NAME="1080009">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1080059">
+<a href="attribut.htm#1118374">pipreservedcis5</A><P></A>
+<td>
+<A NAME="1080005">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1080062">
+<a href="attribut.htm#1118380">pipreservedcis6</A><P></A>
+<td>
+<A NAME="1080001">
+将来の使用に予約されています。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1080358">&nbsp;
+</A>
+<A NAME="PIPUser">
+<H3> PIPUser</H3>
+</A>
+
+
+
+<A NAME="1082531">
+Netscape Compass Serverが使用するオブジェクト クラスで、Personal Interest Profile (PIP)ユーザの情報を含みます。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。PIPの詳細は、『Netscape Compass Server Administrator's Guide』をご覧ください。将来の使用に予約されています。<P></A>
+
+<A NAME="1097068">
+OID: <CODE>2.16.840.1.113730.3.2.22</CODE><P></A>
+
+<A NAME="1080396">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1080362">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1080364">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108446">
+<a href="attribut.htm#1229677">objectClass</A><P></A>
+<td>
+<A NAME="1108448">
+(必須) 予約されています。<P></A>
+
+<tr><td>
+<A NAME="1086592">
+<a href="attribut.htm#1246531">pipcompassservers</A><P></A>
+<td>
+<A NAME="1080405">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1086632">
+<a href="attribut.htm#1118693">pipreservedces1</A><P></A>
+<td>
+<A NAME="1080442">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1086637">
+<a href="attribut.htm#1118699">pipreservedces2</A><P></A>
+<td>
+<A NAME="1080447">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1086642">
+<a href="attribut.htm#1118705">pipreservedces3</A><P></A>
+<td>
+<A NAME="1080452">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1086647">
+<a href="attribut.htm#1118350">pipreservedcis1</A><P></A>
+<td>
+<A NAME="1080457">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1086652">
+<a href="attribut.htm#1118356">pipreservedcis2</A><P></A>
+<td>
+<A NAME="1080462">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1086657">
+<a href="attribut.htm#1118362">pipreservedcis3</A><P></A>
+<td>
+<A NAME="1080467">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1086662">
+<a href="attribut.htm#1118368">pipreservedcis4</A><P></A>
+<td>
+<A NAME="1080484">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1086667">
+<a href="attribut.htm#1118374">pipreservedcis5</A><P></A>
+<td>
+<A NAME="1080489">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1086672">
+<a href="attribut.htm#1118380">pipreservedcis6</A><P></A>
+<td>
+<A NAME="1080494">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1108453">
+<a href="attribut.htm#1107663">pipuniqueid</A><P></A>
+<td>
+<A NAME="1108455">
+ユーザ固有のID。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1080065">&nbsp;
+</A>
+<A NAME="PIPUserInfo">
+<H3> PIPUserInfo</H3>
+</A>
+
+
+
+<A NAME="1080066">
+ユーザIDを持たないPersonal Interest Profile (PIP)ユーザ情報を含めるために、Netscape Compass Serverが使用するオブジェクト クラス。このオブジェクト クラスは標準LDAPスキーマに対するNetscape社の拡張です。PIPの詳細は、『Netscape Compass Server Administrator's Guide』をご覧ください。将来の使用に予約されています。<P></A>
+
+<A NAME="1097070">
+OID: <CODE>2.16.840.1.113730.3.2.21</CODE><P></A>
+
+<A NAME="1097227">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1105721">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1105723">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1105728">
+<a href="attribut.htm#1171494">cn</A><P></A>
+<td>
+<A NAME="1105730">
+(必須) ユーザの一般名<P></A>
+
+<tr><td>
+<A NAME="1108460">
+<a href="attribut.htm#1229677">objectClass</A><P></A>
+<td>
+<A NAME="1108462">
+(必須) 予約されています。<P></A>
+
+<tr><td>
+<A NAME="1105735">
+<a href="attribut.htm#1171528">description</A><P></A>
+<td>
+<A NAME="1105737">
+自由形式でのユーザの説明。<P></A>
+
+<tr><td>
+<A NAME="1105763">
+<a href="attribut.htm#1189404">mail</A><P></A>
+<td>
+<A NAME="1105765">
+ユーザの電子メール アドレス。<P></A>
+
+<tr><td>
+<A NAME="1105742">
+<a href="attribut.htm#1246531">pipcompassservers</A><P></A>
+<td>
+<A NAME="1105744">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1105749">
+<a href="attribut.htm#1107663">pipuniqueid</A><P></A>
+<td>
+<A NAME="1105751">
+ユーザ固有のID。<P></A>
+
+<tr><td>
+<A NAME="1105756">
+<a href="attribut.htm#1196547">userPassword</A><P></A>
+<td>
+<A NAME="1105758">
+ユーザのパスワード<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1097229">&nbsp;
+</A>
+<A NAME="Directory Server Extensions">
+<H2> Directory Serverの拡張</H2>
+</A>
+
+<A NAME="1077861">
+以下のオブジェクト クラスはNetscape Directory Serverによって使用されます。ここで説明されているオブジェクト クラスは、<a href="objclass.htm#1077794">changeLogEntry</A>、href="objclass.htm#1100614">cirReplicaSource</A>、<a href="objclass.htm#1098555">groupOfCertificates</A>、<a href="objclass.htm#1106267">residentialPerson</A>、<a href="objclass.htm#1078109">netscapeMachineData</A>、<a href="objclass.htm#1097231">netscapeServer</A>、<a href="objclass.htm#1100862">nsLicenseUser</A>、<a href="objclass.htm#1100399">NTGroup</A>、<a href="objclass.htm#1081708">passwordObject</A>、<a href="objclass.htm#1081724">passwordPolicy</A>、<a href="objclass.htm#1097669">referral</A>および<a href="objclass.htm#1097986">subschema</A>です。<P></A>
+
+
+<A NAME="1077794">&nbsp;
+</A>
+<A NAME="changeLogEntry">
+<H3> changeLogEntry</H3>
+</A>
+
+
+
+<A NAME="1077795">
+Netscape Directory Serverが使用するオブジェクト クラスで、ディレクトリへの変更を表示します。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。<P></A>
+
+<A NAME="1098541">
+OID: <CODE>2.16.840.1.113730.3.2.1</CODE><P></A>
+
+<A NAME="1077846">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1077798">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1077800">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1077816">
+<a href="attribut.htm#1094798">changeNumber</A><P></A>
+<td>
+<A NAME="1077819">
+(必須) 変更ログに割り当てられる任意の番号。<P></A>
+
+<tr><td>
+<A NAME="1108478">
+<a href="attribut.htm#1095285">changeTime</A><P></A>
+<td>
+<A NAME="1108480">
+(必須) 変更が行われた時刻を定義します。<P></A>
+
+<tr><td>
+<A NAME="1077822">
+<a href="attribut.htm#1094968">changeType</A><P></A>
+<td>
+<A NAME="1077825">
+(必須) エントリに行われた変更のタイプ。<P></A>
+
+<tr><td>
+<A NAME="1108471">
+<a href="attribut.htm#1094954">targetDn</A><P></A>
+<td>
+<A NAME="1108473">
+(必須) 供給サーバにおいて追加、変更、または削除されたエントリの識別名。<P></A>
+
+<tr><td>
+<A NAME="1077828">
+<a href="attribut.htm#1095277">changes</A><P></A>
+<td>
+<A NAME="1077830">
+Directory Serverに行われた変更。<P></A>
+
+<tr><td>
+<A NAME="1077833">
+<a href="attribut.htm#1095547">deleteOldRdn</A><P></A>
+<td>
+<A NAME="1077835">
+エントリの識別属性として、エントリの古いRDN(Relative Distinguished Name=相対識別名)を保持するか、または削除するかを定義するフラグ。<P></A>
+
+<tr><td>
+<A NAME="1098195">
+<a href="attribut.htm#1266221">filterInfo</A><P></A>
+<td>
+<A NAME="1098197">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1077838">
+<a href="attribut.htm#1096606">newRdn</A><P></A>
+<td>
+<A NAME="1077840">
+modRDNまたはmodDNの動作の目標となるエントリの新規RDN。<P></A>
+
+<tr><td>
+<A NAME="1077843">
+<a href="attribut.htm#1126531">newSuperior</A><P></A>
+<td>
+<A NAME="1077845">
+modDN動作の処理中に、既存エントリの直ぐ上位になるエントリの名前。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1098555">&nbsp;
+</A>
+<A NAME="groupOfCertificates">
+<H3> groupOfCertificates</H3>
+</A>
+
+
+
+<A NAME="1098563">
+X.509証明書のグループ情報を含めるために、Netscape Directory Serverによって使用されるオブジェクト クラス。<a href="attribut.htm#1152959">memberCertificateDescription</A>の値に一致する証明書は、このグループのメンバーと見なされます。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。<P></A>
+
+<A NAME="1098564">
+OID: <CODE>2.16.840.1.113730.3.2.31</CODE><P></A>
+
+<A NAME="1081487">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1081442">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1081444">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1081448">
+<a href="attribut.htm#1171494">cn</A><P></A>
+<td>
+<A NAME="1081451">
+(必須) グループの一般名<P></A>
+
+<tr><td>
+<A NAME="1081454">
+<a href="attribut.htm#1171367">businessCategory</A><P></A>
+<td>
+<A NAME="1082983">
+グループが関与する事業。<P></A>
+
+<tr><td>
+<A NAME="1081459">
+<a href="attribut.htm#1171528">description</A><P></A>
+<td>
+<A NAME="1081461">
+自由形式でのグループの説明。<P></A>
+
+<tr><td>
+<A NAME="1081464">
+<a href="attribut.htm#1152959">memberCertificateDescription</A><P></A>
+<td>
+<A NAME="1081466">
+特定の証明書がこのグループのメンバーであるかどうかの判定に使用される値。<P></A>
+
+<tr><td>
+<A NAME="1081469">
+<a href="attribut.htm#1281611">o</A><P></A>
+<td>
+<A NAME="1081471">
+証明書のグループを制御する組織。<P></A>
+
+<tr><td>
+<A NAME="1081474">
+<a href="attribut.htm#1241174">ou</A><P></A>
+<td>
+<A NAME="1081476">
+グループが属する組織単位。<P></A>
+
+<tr><td>
+<A NAME="1081479">
+<a href="attribut.htm#1005719">owner</A><P></A>
+<td>
+<A NAME="1081481">
+グループのオーナ。<P></A>
+
+<tr><td>
+<A NAME="1081484">
+<a href="attribut.htm#1172500">seeAlso</A><P></A>
+<td>
+<A NAME="1081486">
+グループに関係する情報へのURL。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1089068">&nbsp;
+</A>
+<A NAME="netscapeDirectoryServer">
+<H3> netscapeDirectoryServer</H3>
+</A>
+
+
+
+<A NAME="1089069">
+Netscape Directory Serverの情報を、ディレクトリで保存するオブジェクト クラス。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。将来の使用に予約されています。<P></A>
+
+<A NAME="1097076">
+OID: <CODE>2.16.840.1.113730.3.2.23</CODE><P></A>
+
+<A NAME="1108594">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1108584">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1108586">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108591">
+<a href="attribut.htm#1229677">objectClass</A><P></A>
+<td>
+<A NAME="1108593">
+(必須) 予約されています。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1078109">&nbsp;
+</A>
+<A NAME="netscapeMachineData">
+<H3> netscapeMachineData</H3>
+</A>
+
+
+
+<A NAME="1097236">
+Netscape Directory Serverがマシン データと非マシン データを区別するために使用するオブジェクト クラス。マシン データは複製中にフィルタによって除外されます。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。予約されています。<P></A>
+
+<A NAME="1097237">
+OID: <CODE>2.16.840.1.113730.3.2.32</CODE><P></A>
+
+
+<A NAME="1097231">&nbsp;
+</A>
+<A NAME="netscapeServer">
+<H3> netscapeServer</H3>
+</A>
+
+
+
+<A NAME="1098570">
+ディレクトリにバインドしたとき、Netscapeサーバが使用するエントリを識別するオブジェクト クラス。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。<P></A>
+
+<A NAME="1098571">
+OID: <CODE>2.16.840.1.113730.3.2.10</CODE><P></A>
+
+<A NAME="1078166">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1078113">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1078115">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1078118">
+<a href="attribut.htm#1171494">cn</A><P></A>
+<td>
+<A NAME="1078121">
+(必須) サーバの一般名<P></A>
+
+<tr><td>
+<A NAME="1103187">
+<a href="attribut.htm#1032956">administratorContactInfo</A><P></A>
+<td>
+<A NAME="1103189">
+Netscapeサーバの管理責任者に関連した情報へのURL。<P></A>
+
+<tr><td>
+<A NAME="1103192">
+<a href="attribut.htm#1098448">adminUrl</A><P></A>
+<td>
+<A NAME="1103194">
+Netscapeサーバが実行中の管理サーバへのURL。<P></A>
+
+<tr><td>
+<A NAME="1078124">
+<a href="attribut.htm#1171528">description</A><P></A>
+<td>
+<A NAME="1078126">
+サーバの説明文。<P></A>
+
+<tr><td>
+<A NAME="1103205">
+<a href="attribut.htm#1032705">installationTimeStamp</A><P></A>
+<td>
+<A NAME="1103207">
+Netscapeがインストールされた時刻。<P></A>
+
+<tr><td>
+<A NAME="1078137">
+<a href="attribut.htm#1093065">serverHostName</A><P></A>
+<td>
+<A NAME="1078139">
+Netscapeサーバがインストールされているホスト名。<P></A>
+
+<tr><td>
+<A NAME="1078143">
+<a href="attribut.htm#1032412">serverProductName</A><P></A>
+<td>
+<A NAME="1078145">
+Netscapeサーバ製品名。<P></A>
+
+<tr><td>
+<A NAME="1103220">
+<a href="attribut.htm#1032294">serverRoot</A><P></A>
+<td>
+<A NAME="1103222">
+サーバ インストール ルートへのパス。<P></A>
+
+<tr><td>
+<A NAME="1108651">
+<a href="attribut.htm#1032439">serverVersionNumber</A><P></A>
+<td>
+<A NAME="1108653">
+Netscapeサーバ バージョン番号。<P></A>
+
+<tr><td>
+<A NAME="1078148">
+<a href="attribut.htm#1196547">userPassword</A><P></A>
+<td>
+<A NAME="1078150">
+サーバに対するパスワードを保持しています。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1081708">&nbsp;
+</A>
+<A NAME="passwordObject">
+<H3> passwordObject</H3>
+</A>
+
+
+
+<A NAME="1098598">
+ディレクトリ内のユーザのパスワード情報を含むオブジェクト クラス。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。<P></A>
+
+<A NAME="1098599">
+OID: <CODE>2.16.840.1.113730.3.2.12</CODE><P></A>
+
+<A NAME="1081721">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1081712">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1081714">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108661">
+<a href="attribut.htm#1229677">objectClass</A><P></A>
+<td>
+<A NAME="1108663">
+(必須) 予約されています。<P></A>
+
+<tr><td>
+<A NAME="1103292">
+<a href="attribut.htm#1104078">accountUnlockTime</A><P></A>
+<td>
+<A NAME="1103294">
+ユーザ アカウントのロックをいつ解除するかを示します。<P></A>
+
+<tr><td>
+<A NAME="1108668">
+<a href="attribut.htm#1103904">passwordExpirationTime</A><P></A>
+<td>
+<A NAME="1108670">
+ユーザ パスワードの失効時期。<P></A>
+
+<tr><td>
+<A NAME="1081718">
+<a href="attribut.htm#1293088">passwordExpWarned</A><P></A>
+<td>
+<A NAME="1081720">
+ユーザに送ったパスワード失効の警告の記録を保持するためにDirectory Serverが使用します。<P></A>
+
+<tr><td>
+<A NAME="1103273">
+<a href="attribut.htm#1104144">passwordHistory</A><P></A>
+<td>
+<A NAME="1103275">
+ユーザのパスワード履歴。<P></A>
+
+<tr><td>
+<A NAME="1083145">
+<a href="attribut.htm#1103999">passwordRetryCount</A><P></A>
+<td>
+<A NAME="1083110">
+ユーザのパスワード入力失敗回数。<P></A>
+
+<tr><td>
+<A NAME="1083153">
+<a href="attribut.htm#1152805">retryCountResetTime</A><P></A>
+<td>
+<A NAME="1083106">
+passwordRetryCountをいつゼロ (0)に再設定するかを示します。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1081724">&nbsp;
+</A>
+<A NAME="passwordPolicy">
+<H3> passwordPolicy</H3>
+</A>
+
+
+
+<A NAME="1098606">
+全ディレクトリにある、すべてのユーザのパスワード方針を含むオブジェクト クラス。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。<P></A>
+
+<A NAME="1098607">
+OID: <CODE>2.16.840.1.113730.3.2.13</CODE><P></A>
+
+<A NAME="1081725">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1103339">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1103341">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108677">
+<a href="attribut.htm#1229677">objectClass</A><P></A>
+<td>
+<A NAME="1108679">
+(必須) 予約されています。<P></A>
+
+<tr><td>
+<A NAME="1103461">
+<a href="attribut.htm#1157269">passwordChange</A><P></A>
+<td>
+<A NAME="1103463">
+ユーザによるパスワードの変更が、必要、可能、不可能のいずれであるかを定義します。<P></A>
+
+<tr><td>
+<A NAME="1103478">
+<a href="attribut.htm#1157285">passwordCheckSyntax</A><P></A>
+<td>
+<A NAME="1103480">
+ユーザ パスワードで構文チェックを実行するかどうかを定義します。<P></A>
+
+<tr><td>
+<A NAME="1103346">
+<a href="attribut.htm#1155167">passwordExp</A><P></A>
+<td>
+<A NAME="1103348">
+ユーザ パスワードが失効するかどうかを定義します。<P></A>
+
+<tr><td>
+<A NAME="1103444">
+<a href="attribut.htm#1104470">passwordInHistory</A><P></A>
+<td>
+<A NAME="1103446">
+パスワード履歴を保存する場合、履歴リストに記録するパスワード数を定義します。<P></A>
+
+<tr><td>
+<A NAME="1103427">
+<a href="attribut.htm#1156663">passwordKeepHistory</A><P></A>
+<td>
+<A NAME="1103429">
+ユーザ パスワードの履歴を保存するかどうかを定義します。<P></A>
+
+<tr><td>
+<A NAME="1103495">
+<a href="attribut.htm#1156671">passwordLockout</A><P></A>
+<td>
+<A NAME="1103497">
+間違ったパスワードを特定回数使用したらユーザを締め出すかどうかを定義します。<P></A>
+
+<tr><td>
+<A NAME="1103551">
+<a href="attribut.htm#1104188">passwordLockoutDuration</A><P></A>
+<td>
+<A NAME="1103553">
+特定回数の再試行後にユーザを締め出す期間を定義します。<P></A>
+
+<tr><td>
+<A NAME="1103353">
+<a href="attribut.htm#1166286">passwordMaxAge</A><P></A>
+<td>
+<A NAME="1103355">
+パスワードの有効期間を定義します。<P></A>
+
+<tr><td>
+<A NAME="1103512">
+<a href="attribut.htm#1104715">passwordMaxFailure</A><P></A>
+<td>
+<A NAME="1103514">
+ユーザが締め出される前に入力できるパスワードの最大入力回数。<P></A>
+
+<tr><td>
+<A NAME="1103360">
+<a href="attribut.htm#1104413">passwordMinLength</A><P></A>
+<td>
+<A NAME="1103362">
+ユーザ パスワードに使用可能な最小文字数を定義します。<P></A>
+
+<tr><td>
+<A NAME="1103529">
+<a href="attribut.htm#1104754">passwordResetDuration</A><P></A>
+<td>
+<A NAME="1103531">
+サーバがユーザを締め出してからリトライ カウントをゼロに戻すまでの経過時間を指定します。<P></A>
+
+<tr><td>
+<A NAME="1103534">
+<a href="attribut.htm#1156969">passwordUnlock</A><P></A>
+<td>
+<A NAME="1103536">
+特定回数の再試行後にユーザを永久に締め出すかどうかを定義します。<P></A>
+
+<tr><td>
+<A NAME="1103387">
+<a href="attribut.htm#1104598">passwordWarning</A><P></A>
+<td>
+<A NAME="1103389">
+パスワード失効の警告を失効のどれくらい前ににユーザに送信するかを指定します。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1097669">&nbsp;
+</A>
+<A NAME="referral">
+<H3> referral</H3>
+</A>
+
+
+
+<A NAME="1097670">
+エントリに、スマート参照を入れるのを可能にするオブジェクト クラス。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。<P></A>
+
+<A NAME="1078339">
+OID: <CODE>2.16.840.1.113730.3.2.6</CODE><P></A>
+
+<A NAME="1098034">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1078330">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1078332">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1078336">
+<a href="attribut.htm#1100037">ref</A><P></A>
+<td>
+<A NAME="1078338">
+LDAP URLが以下の形式で保持されています。<br>ldap://servername:portnumber/dn.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1097986">&nbsp;
+</A>
+<A NAME="subschema">
+<H3> subschema</H3>
+</A>
+
+
+
+<A NAME="1097987">
+与えられたDirectory Serverの、すべての属性とオブジェクト クラスを含むオブジェクト クラス。このオブジェクト クラスは、X.500 Directory Servicesから継承されました。Directory Serverの使用に予約されています。<P></A>
+
+<A NAME="1098036">
+OID: <CODE>2.5.20.1</CODE><P></A>
+
+<A NAME="1097998">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1097990">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1097992">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1098110">
+<a href="attribut.htm#1242644">attributeTypes</A><P></A>
+<td>
+<A NAME="1098112">
+サブスキーマ内で使用される属性タイプ。<P></A>
+
+<tr><td>
+<A NAME="1098086">
+<a href="attribut.htm#1283336">dITContentRules</A><P></A>
+<td>
+<A NAME="1098088">
+サブスキーマ内で使用されるディレクトリ ツリー内容に関するルールを定義します。<P></A>
+
+<tr><td>
+<A NAME="1098082">
+<a href="attribut.htm#1283313">dITStructureRules</A><P></A>
+<td>
+<A NAME="1098084">
+サブスキーマ内で使用されるツリー構造のルールを定義します。<P></A>
+
+<tr><td>
+<A NAME="1098078">
+<a href="attribut.htm#1242887">matchingRules</A><P></A>
+<td>
+<A NAME="1098080">
+サブスキーマ内で使用されるマッチング ルールを定義します。<P></A>
+
+<tr><td>
+<A NAME="1098074">
+<a href="attribut.htm#1242961">matchingRuleUse</A><P></A>
+<td>
+<A NAME="1098076">
+サブスキーマ内でマッチング ルールが適用される属性タイプを示します。<P></A>
+
+<tr><td>
+<A NAME="1098070">
+<a href="attribut.htm#1282059">nameForms</A><P></A>
+<td>
+<A NAME="1098072">
+サブスキーマ内で使用されるフォームの名前を定義します。<P></A>
+
+<tr><td>
+<A NAME="1098066">
+<a href="attribut.htm#1242815">objectClasses</A><P></A>
+<td>
+<A NAME="1098068">
+サブスキーマ内で使用されるオブジェクト クラスを定義します。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1097091">&nbsp;
+</A>
+<A NAME="Media Server Extensions">
+<H2> Media Serverの拡張</H2>
+</A>
+
+<A NAME="1097095">
+以下は、Netscape Media Serverによって使用される<a href="objclass.htm#1097098">netscapeMediaServer</A>のオブジェクト クラスの説明です。<P></A>
+
+
+<A NAME="1097098">&nbsp;
+</A>
+<A NAME="netscapeMediaServer">
+<H3> netscapeMediaServer</H3>
+</A>
+
+
+
+<A NAME="1097132">
+Netscape Media Serverの情報を、ディレクトリに保存するオブジェクト クラス。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。将来の使用に予約されています。<P></A>
+
+<A NAME="1097133">
+OID: <CODE>2.16.840.1.113730.3.2.25</CODE><P></A>
+
+<A NAME="1108693">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1108683">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1108685">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108690">
+<a href="attribut.htm#1229677">objectClass</A><P></A>
+<td>
+<A NAME="1108692">
+(必須) 予約されています。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1097135">&nbsp;
+</A>
+<A NAME="Messaging Server Extensions">
+<H2> Messaging Serverの拡張</H2>
+</A>
+
+<A NAME="1108700">
+以下のオブジェクト クラスはNetscape Messaging Serverによって使用されます。ここで説明されているオブジェクト クラスは、<a href="objclass.htm#1108716">groupOfMailEnhancedUniqueNames</A>、<a href="objclass.htm#1077922">mailRecipient</A>、<a href="objclass.htm#1078007">mailGroup</A>、および<a href="objclass.htm#1081545">netscapeMailServer</A>です。<P></A>
+
+
+<A NAME="1108716">&nbsp;
+</A>
+<A NAME="groupOfMailEnhancedUniqueNames">
+<H3> groupOfMailEnhancedUniqueNames</H3>
+</A>
+
+
+
+<A NAME="1098817">
+Messaging Serverがメール グループに関する情報を保存するために使用するNetscape社の拡張機能。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。将来の使用に予約されています。<P></A>
+
+<A NAME="1098818">
+OID: <CODE>2.16.840.1.113730.3.2.5</CODE><P></A>
+
+<A NAME="1077920">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1077885">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1077887">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1077890">
+<a href="attribut.htm#1171494">cn</A><P></A>
+<td>
+<A NAME="1077893">
+(必須) グループの一般名<P></A>
+
+<tr><td>
+<A NAME="1108721">
+<a href="attribut.htm#1229677">objectClass</A><P></A>
+<td>
+<A NAME="1108723">
+(必須) 予約されています。<P></A>
+
+<tr><td>
+<A NAME="1077896">
+<a href="attribut.htm#1171367">businessCategory</A><P></A>
+<td>
+<A NAME="1077898">
+メール グループが関与する事業。<P></A>
+
+<tr><td>
+<A NAME="1077901">
+<a href="attribut.htm#1171528">description</A><P></A>
+<td>
+<A NAME="1077903">
+グループの説明文。<P></A>
+
+<tr><td>
+<A NAME="1108728">
+<a href="attribut.htm#1026103">mailEnhancedUniqueMember</A><P></A>
+<td>
+<A NAME="1108730">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1077906">
+<a href="attribut.htm#1281611">o</A><P></A>
+<td>
+<A NAME="1077908">
+グループが属する組織。<P></A>
+
+<tr><td>
+<A NAME="1108738">
+<a href="attribut.htm#1241174">ou</A><P></A>
+<td>
+<A NAME="1108740">
+グループが属する組織単位。<P></A>
+
+<tr><td>
+<A NAME="1077912">
+<a href="attribut.htm#1005719">owner</A><P></A>
+<td>
+<A NAME="1077914">
+グループのオーナ。<P></A>
+
+<tr><td>
+<A NAME="1077917">
+<a href="attribut.htm#1172500">seeAlso</A><P></A>
+<td>
+<A NAME="1077919">
+グループに関係する情報へのURL。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1077922">&nbsp;
+</A>
+<A NAME="mailRecipient">
+<H3> mailRecipient</H3>
+</A>
+
+
+
+<A NAME="1077923">
+inetOrgPersonの機能拡張として使用するオブジェクト クラスで、Netscape Messaging Serverユーザを定義します。すなわち、mailRecipientはメール アカウントを表示します。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。<P></A>
+
+<A NAME="1097030">
+OID: <CODE>2.16.840.1.113730.3.2.3</CODE><P></A>
+
+<A NAME="1078005">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1087545">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1087547">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1087550">
+<a href="attribut.htm#1171494">cn</A><P></A>
+<td>
+<A NAME="1087553">
+(必須) ユーザの一般名<P></A>
+
+<tr><td>
+<A NAME="1087556">
+<a href="attribut.htm#1189404">mail</A><P></A>
+<td>
+<A NAME="1087558">
+ユーザの電子メール アドレス。<P></A>
+
+<tr><td>
+<A NAME="1087561">
+<a href="attribut.htm#1024020">mailAccessDomain</A><P></A>
+<td>
+<A NAME="1087563">
+メール ユーザがメールを入手するのにログイン元として使用できるドメイン。<P></A>
+
+<tr><td>
+<A NAME="1103655">
+<a href="attribut.htm#1024250">mailAlternateAddress</A><P></A>
+<td>
+<A NAME="1087568">
+ユーザの代替電子メール アドレス。複数の代替電子メール アドレスが可能です。<P></A>
+
+<tr><td>
+<A NAME="1087571">
+<a href="attribut.htm#1024094">mailAutoReplyMode</A><P></A>
+<td>
+<A NAME="1087573">
+メール ユーザのために設定された自動応答モード。<P></A>
+
+<tr><td>
+<A NAME="1087576">
+<a href="attribut.htm#1024125">mailAutoReplyText</A><P></A>
+<td>
+<A NAME="1087578">
+自動応答がユーザに送信される際の送信テキスト。<P></A>
+
+<tr><td>
+<A NAME="1087581">
+<a href="attribut.htm#1024295">mailDeliveryOption</A><P></A>
+<td>
+<A NAME="1087583">
+メール ユーザのために使用されるメール配信機構。<P></A>
+
+<tr><td>
+<A NAME="1087586">
+<a href="attribut.htm#1026154">mailForwardingAddress</A><P></A>
+<td>
+<A NAME="1087588">
+ユーザのメールの転送先メール アドレス。<P></A>
+
+<tr><td>
+<A NAME="1087591">
+<a href="attribut.htm#1024314">mailHost</A><P></A>
+<td>
+<A NAME="1087593">
+ユーザのメール アカウントが存在するホスト。<P></A>
+
+<tr><td>
+<A NAME="1087596">
+<a href="attribut.htm#1024377">mailMessageStore</A><P></A>
+<td>
+<A NAME="1087598">
+ユーザのメールボックスが含まれているディレクトリへのパス。<P></A>
+
+<tr><td>
+<A NAME="1087601">
+<a href="attribut.htm#1024400">mailProgramDeliveryInfo</A><P></A>
+<td>
+<A NAME="1087603">
+プログラムされたメール配信に使用されるコマンド。<P></A>
+
+<tr><td>
+<A NAME="1087606">
+<a href="attribut.htm#1024509">mailQuota</A><P></A>
+<td>
+<A NAME="1087608">
+ユーザのメールボックスの最大許容ディスク容量。<P></A>
+
+<tr><td>
+<A NAME="1087611">
+<a href="attribut.htm#1229561">multiLineDescription</A><P></A>
+<td>
+<A NAME="1087613">
+メール ユーザについての説明文。<P></A>
+
+<tr><td>
+<A NAME="1087616">
+<a href="attribut.htm#1296804">uid</A><P></A>
+<td>
+<A NAME="1087618">
+メール ユーザのユーザID。<P></A>
+
+<tr><td>
+<A NAME="1087621">
+<a href="attribut.htm#1196547">userPassword</A><P></A>
+<td>
+<A NAME="1087623">
+メール ユーザがディレクトリにバインドできるためのパスワード。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1078007">&nbsp;
+</A>
+<A NAME="mailGroup">
+<H3> mailGroup</H3>
+</A>
+
+
+
+<A NAME="1078009">
+<a href="objclass.htm#1005294">groupOfUniqueNames</A>の拡張機能として使用するオブジェクト クラスで、メール受取人のグループを定義します。すなわち、mailGroupは、Messaging Serverメール リストの保存に使用されます。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。<P></A>
+
+<A NAME="1097032">
+OID: <CODE>2.16.840.1.113730.3.2.4</CODE><P></A>
+
+<A NAME="1078087">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1078012">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1078014">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1078017">
+<a href="attribut.htm#1189404">mail</A><P></A>
+<td>
+<A NAME="1078020">
+(必須) グループの電子メールアドレス。<P></A>
+
+<tr><td>
+<A NAME="1108751">
+<a href="attribut.htm#1229677">objectClass</A><P></A>
+<td>
+<A NAME="1108753">
+(必須) 予約されています。<P></A>
+
+<tr><td>
+<A NAME="1078023">
+<a href="attribut.htm#1171494">cn</A><P></A>
+<td>
+<A NAME="1078025">
+クループの一般名<P></A>
+
+<tr><td>
+<A NAME="1103727">
+<a href="attribut.htm#1024250">mailAlternateAddress</A><P></A>
+<td>
+<A NAME="1078030">
+グループの代替電子メール アドレス。<P></A>
+
+<tr><td>
+<A NAME="1078033">
+<a href="attribut.htm#1024314">mailHost</A><P></A>
+<td>
+<A NAME="1078035">
+グループのメール アカウントが存在するホストを示します。<P></A>
+
+<tr><td>
+<A NAME="1078038">
+<a href="attribut.htm#1025144">mgrpAllowedBroadcaster</A><P></A>
+<td>
+<A NAME="1078040">
+メール グループにメールを送信できるメール ユーザを示すURL。<P></A>
+
+<tr><td>
+<A NAME="1078043">
+<a href="attribut.htm#1024569">mgrpAllowedDomain</A><P></A>
+<td>
+<A NAME="1078045">
+ユーザがメール グループにメールを送信できる送信元ドメイン。<P></A>
+
+<tr><td>
+<A NAME="1078048">
+<a href="attribut.htm#1278551">mgrpDeliverTo</A><P></A>
+<td>
+<A NAME="1078050">
+メール グループのメンバーを指定する代替方法。<P></A>
+
+<tr><td>
+<A NAME="1078053">
+<a href="attribut.htm#1025568">mgrpErrorsTo</A><P></A>
+<td>
+<A NAME="1078055">
+メール配信エラー メッセージの送信先メール アドレス。<P></A>
+
+<tr><td>
+<A NAME="1078058">
+<a href="attribut.htm#1025705">mgrpModerator</A><P></A>
+<td>
+<A NAME="1078060">
+拒否されたメール メッセージの送信先メール アドレス。<P></A>
+
+<tr><td>
+<A NAME="1078063">
+<a href="attribut.htm#1025878">mgrpMsgMaxSize</A><P></A>
+<td>
+<A NAME="1078065">
+メール グループに送信できる最大メッセージ サイズ。<P></A>
+
+<tr><td>
+<A NAME="1078068">
+<a href="attribut.htm#1025035">mgrpMsgRejectAction</A><P></A>
+<td>
+<A NAME="1078070">
+メール グループに送信されたメールが拒否された場合の対策を示します。<P></A>
+
+<tr><td>
+<A NAME="1078073">
+<a href="attribut.htm#1025981">mgrpMsgRejectText</A><P></A>
+<td>
+<A NAME="1078075">
+メール グループに送信されたメールが拒否された場合に送信するテキスト。<P></A>
+
+<tr><td>
+<A NAME="1078078">
+<a href="attribut.htm#1024670">mgrpRFC822MailMember</A><P></A>
+<td>
+<A NAME="1078080">
+実際はメール グループのメンバーではないユーザで、メール グループに送信されたメールを受け取る受信者。<P></A>
+
+<tr><td>
+<A NAME="1078084">
+<a href="attribut.htm#1005719">owner</A><P></A>
+<td>
+<A NAME="1078086">
+メール グループのオーナの識別名。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1081545">&nbsp;
+</A>
+<A NAME="netscapeMailServer">
+<H3> netscapeMailServer</H3>
+</A>
+
+
+
+<A NAME="1081546">
+Netscape Messaging Serverの情報を、ディレクトリに保存するために使用するオブジェクト クラス。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。将来の使用に予約されています。<P></A>
+
+<A NAME="1097044">
+OID: <CODE>2.16.840.1.113730.3.2.24</CODE><P></A>
+
+<A NAME="1108767">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1108757">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1108759">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108764">
+<a href="attribut.htm#1229677">objectClass</A><P></A>
+<td>
+<A NAME="1108766">
+(必須) 予約されています。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1086191">&nbsp;
+</A>
+<A NAME="Proxy Server Extensions">
+<H2> Proxy Serverの拡張</H2>
+</A>
+
+<A NAME="1086195">
+以下は、Netscape Proxy Serverによって使用される<a href="objclass.htm#1081588">netscapeProxyServer</A>のオブジェクト クラスの説明です。<P></A>
+
+
+<A NAME="1081588">&nbsp;
+</A>
+<A NAME="netscapeProxyServer">
+<H3> netscapeProxyServer</H3>
+</A>
+
+
+
+<A NAME="1081589">
+Netscape Proxy Serverの情報を、ディレクトリで保存するオブジェクト クラス。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。将来の使用に予約されています。<P></A>
+
+<A NAME="1097160">
+OID: <CODE>2.16.840.1.113730.3.2.28</CODE><P></A>
+
+<A NAME="1108781">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1108771">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1108773">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108778">
+<a href="attribut.htm#1229677">objectClass</A><P></A>
+<td>
+<A NAME="1108780">
+(必須) 予約されています。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1081607">&nbsp;
+</A>
+<A NAME="Web Server Extensions">
+<H2> Web Serverの拡張</H2>
+</A>
+
+<A NAME="1081611">
+以下は、Netscape Web Serverによって使用される<a href="objclass.htm#1081614">netscapeWebServer</A>のオブジェクト クラスの説明です。<P></A>
+
+
+<A NAME="1081614">&nbsp;
+</A>
+<A NAME="netscapeWebServer">
+<H3> netscapeWebServer</H3>
+</A>
+
+
+
+<A NAME="1081615">
+Netscapeウェブ サーバの情報を、ディレクトリで保存するオブジェクト クラス。このオブジェクト クラスは標準LDAPスキーマへのNetscape社の拡張機能です。将来の使用に予約されています。<P></A>
+
+<A NAME="1108796">
+OID: <CODE>2.16.840.1.113730.3.2.29</CODE><P></A>
+
+<A NAME="1108814">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1108804">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1108806">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108811">
+<a href="attribut.htm#1229677">objectClass</A><P></A>
+<td>
+<A NAME="1108813">
+(必須) 予約されています。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1108799">&nbsp;
+</A>
+<A NAME="Reserved Object Classes">
+<H2> 予約されたオブジェクト クラス</H2>
+</A>
+
+<A NAME="1108800">
+この節では、本リリースで定義されていないか、Netscape Directory Serverが将来の使用に予約しているオブジェクト クラスについて説明します。<P></A>
+
+
+<A NAME="1091117">&nbsp;
+</A>
+<A NAME="account">
+<H3> account</H3>
+</A>
+
+
+
+<A NAME="1091854">
+予約されています。<P></A>
+
+<A NAME="1098856">
+OID: <CODE>0.9.2342.19200300.100.4.5</CODE><P></A>
+
+<A NAME="1091903">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1091857">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1091859">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1091907">
+<a href="attribut.htm#1296804">uid</A><P></A>
+<td>
+<A NAME="1091909">
+(必須) アカウントのユーザID。<P></A>
+
+<tr><td>
+<A NAME="1091874">
+<a href="attribut.htm#1171528">description</A><P></A>
+<td>
+<A NAME="1091876">
+アカウントの説明文。<P></A>
+
+<tr><td>
+<A NAME="1091917">
+<a href="attribut.htm#1201958">host</A><P></A>
+<td>
+<A NAME="1091919">
+アカウントが存在するコンピュータのホスト名。<P></A>
+
+<tr><td>
+<A NAME="1091879">
+<a href="attribut.htm#1244534">l</A><P></A>
+<td>
+<A NAME="1091881">
+アカウントが存在する場所。<P></A>
+
+<tr><td>
+<A NAME="1091884">
+<a href="attribut.htm#1281611">o</A><P></A>
+<td>
+<A NAME="1091886">
+アカウントが属する組織。<P></A>
+
+<tr><td>
+<A NAME="1091890">
+<a href="attribut.htm#1241174">ou</A><P></A>
+<td>
+<A NAME="1091892">
+アカウントが属する組織単位。<P></A>
+
+<tr><td>
+<A NAME="1091895">
+<a href="attribut.htm#1172500">seeAlso</A><P></A>
+<td>
+<A NAME="1091897">
+アカウントに関係する情報へのURL。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1089961">&nbsp;
+</A>
+<A NAME="alias">
+<H3> alias</H3>
+</A>
+
+
+
+<A NAME="1089993">
+ディレクトリ ツリーの他のエントリを指すために使用するオブジェクト クラス。このオブジェクト クラスは、X.500 Directory Servicesから継承されました。予約されています。<P></A>
+
+<A NAME="1096898">
+OID: <CODE>2.5.6.1</CODE><P></A>
+
+<A NAME="1090031">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1089996">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1089998">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1090103">
+<a href="attribut.htm#1201653">aliasedObjectName</A><P></A>
+<td>
+<A NAME="1090004">
+(必須) エイリアスであるこのエントリの元となるエントリの識別名。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091270">&nbsp;
+</A>
+<A NAME="applicationEntity">
+<H3> applicationEntity</H3>
+</A>
+
+
+
+<A NAME="1106068">
+ディレクトリでアプリケーション エンティティを表示するために使用するオブジェクト クラス。このオブジェクト クラスは、X.500 Directory Servicesから継承されました。予約されています。<P></A>
+
+<A NAME="1096990">
+OID: <CODE>2.5.6.12</CODE><P></A>
+
+<A NAME="1091320">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1091274">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1091276">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1091279">
+<a href="attribut.htm#1202620">presentationAddress</A><P></A>
+<td>
+<A NAME="1091282">
+(必須) エンティティのOSIプレゼンテーション アドレス。<P></A>
+
+<tr><td>
+<A NAME="1091285">
+<a href="attribut.htm#1171494">cn</A><P></A>
+<td>
+<A NAME="1091288">
+(必須) エンティティの一般名。<P></A>
+
+<tr><td>
+<A NAME="1091291">
+<a href="attribut.htm#1171528">description</A><P></A>
+<td>
+<A NAME="1091293">
+エンティティの説明文。<P></A>
+
+<tr><td>
+<A NAME="1091296">
+<a href="attribut.htm#1244534">l</A><P></A>
+<td>
+<A NAME="1091298">
+エンティティが存在する場所の地域性。<P></A>
+
+<tr><td>
+<A NAME="1103836">
+<a href="attribut.htm#1281611">o</A><P></A>
+<td>
+<A NAME="1091303">
+エンティティが属する組織。<P></A>
+
+<tr><td>
+<A NAME="1103841">
+<a href="attribut.htm#1241174">ou</A><P></A>
+<td>
+<A NAME="1091309">
+エンティティが属する組織単位。<P></A>
+
+<tr><td>
+<A NAME="1103846">
+<a href="attribut.htm#1172500">seeAlso</A><P></A>
+<td>
+<A NAME="1091314">
+エンティティに関係する情報へのURL。<P></A>
+
+<tr><td>
+<A NAME="1091317">
+<a href="attribut.htm#1202747">supportedApplicationContext</A><P></A>
+<td>
+<A NAME="1091319">
+OSIアプリケーション コンテキストの識別子。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1090381">&nbsp;
+</A>
+<A NAME="applicationProcess">
+<H3> applicationProcess</H3>
+</A>
+
+
+
+<A NAME="1106091">
+ディレクトリでアプリケーション プロセスを表示するエントリの定義に使用するオブジェクト クラス。このオブジェクト クラスは、X.500 Directory Servicesから継承されました。予約されています。<P></A>
+
+<A NAME="1096988">
+OID: <CODE>2.5.6.11</CODE><P></A>
+
+<A NAME="1090515">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1090555">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1090557">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1103871">
+<a href="attribut.htm#1171494">cn</A><P></A>
+<td>
+<A NAME="1090563">
+(必須) プロセスの一般名。<P></A>
+
+<tr><td>
+<A NAME="1103876">
+<a href="attribut.htm#1171528">description</A><P></A>
+<td>
+<A NAME="1090574">
+プロセスの説明文。<P></A>
+
+<tr><td>
+<A NAME="1103866">
+<a href="attribut.htm#1244534">l</A><P></A>
+<td>
+<A NAME="1090599">
+プロセスのある場所の地域性。<P></A>
+
+<tr><td>
+<A NAME="1103856">
+<a href="attribut.htm#1241174">ou</A><P></A>
+<td>
+<A NAME="1090585">
+プロセスが属する組織単位。<P></A>
+
+<tr><td>
+<A NAME="1103861">
+<a href="attribut.htm#1172500">seeAlso</A><P></A>
+<td>
+<A NAME="1090590">
+プロセスに関係する情報へのURL。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091421">&nbsp;
+</A>
+<A NAME="cacheObject">
+<H3> cacheObject</H3>
+</A>
+
+
+
+<A NAME="1093594">
+timeToLive (<a href="attribut.htm#1202798">ttl</A>)属性を含むエントリを可能にするオブジェクト クラス。<P></A>
+
+<A NAME="1098472">
+OID: <CODE>1.3.6.1.4.1.250.3.18</CODE><P></A>
+
+<A NAME="1093607">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1093597">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1093599">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1093604">
+<a href="attribut.htm#1202798">ttl</A><P></A>
+<td>
+<A NAME="1093606">
+エントリについてのキャッシュされた情報が有効であるとする時間(秒単位)。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091225">&nbsp;
+</A>
+<A NAME="certificationAuthority">
+<H3> certificationAuthority</H3>
+</A>
+
+
+
+<A NAME="1091226">
+ディレクトリの証明書発行権限(Certificate Authorities、CAs)に関する情報を保存するオブジェクト クラス。このオブジェクト クラスは、X.500 Directory Servicesから継承されました。予約されています。<P></A>
+
+<A NAME="1097006">
+OID: <CODE>2.5.6.16</CODE><P></A>
+
+<A NAME="1091261">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1091229">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1091231">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1091236">
+<a href="attribut.htm#1208584">cACertificate;binary</A><P></A>
+<td>
+<A NAME="1091239">
+(必須) 証明書認可者からの証明書がバイナリ形式。<P></A>
+
+<tr><td>
+<A NAME="1091243">
+<a href="attribut.htm#1207178">authorityRevocationList;binary</A><P></A>
+<td>
+<A NAME="1091246">
+すでに無効にされているので、有効あるいは安全とはみなされないCA証明書のリスト(バイナリ形式)。<P></A>
+
+<tr><td>
+<A NAME="1091250">
+<a href="attribut.htm#1208727">certificateRevocationList;binary</A><P></A>
+<td>
+<A NAME="1091253">
+すでに無効にされたユーザ証明書リスト(バイナリ形式)。<P></A>
+
+<tr><td>
+<A NAME="1091258">
+<a href="attribut.htm#1208791">crossCertificatePair;binary</A><P></A>
+<td>
+<A NAME="1091260">
+将来の使用に予約されています。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1097268">&nbsp;
+</A>
+<A NAME="dcObject">
+<H3> dcObject</H3>
+</A>
+
+
+
+<A NAME="1097806">
+エントリのドメイン コンポーネントの定義を可能にするオブジェクト クラス。このオブジェクト クラスは、通常、<a href="objclass.htm#1004980">organization</A>、<a href="objclass.htm#1005108">organizationalUnit</A>、または<a href="objclass.htm#1005427">locality</A>など、他のオブジェクト クラスとの組合せで使用されるので、副次的オブジェクトと定義されます。例えば、以下のものがあります。<P></A>
+<PRE><A NAME="1097855">
+dn: dc=airius,dc=com<br>objectClass: top<br>objectClass: organization<br>objectClass: dcObject<br>dc: airius<br>o: Airius Corp.
+</A>
+</PRE>
+<A NAME="1097270">
+OID: <CODE>1.3.6.1.4.1.1466.344</CODE><P></A>
+
+<A NAME="1097318">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1097273">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1097275">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1097278">
+<a href="attribut.htm#1245094">dc</A><P></A>
+<td>
+<A NAME="1097281">
+(必須) エントリのドメイン コンポーネント。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1090760">&nbsp;
+</A>
+<A NAME="device">
+<H3> device</H3>
+</A>
+
+
+
+<A NAME="1090817">
+プリンタなどのネットワーク デバイスの情報を、ディレクトリで保存するオブジェクト クラス。このオブジェクト クラスは、X.500 Directory Servicesから継承されました。予約されています。<P></A>
+
+<A NAME="1096996">
+OID: <CODE>2.5.6.14</CODE><P></A>
+
+<A NAME="1090828">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1103908">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1103910">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1103915">
+<a href="attribut.htm#1171494">cn</A><P></A>
+<td>
+<A NAME="1103917">
+(必須) デバイスの一般名。<P></A>
+
+<tr><td>
+<A NAME="1103922">
+<a href="attribut.htm#1171528">description</A><P></A>
+<td>
+<A NAME="1103924">
+デバイスの説明文。<P></A>
+
+<tr><td>
+<A NAME="1103960">
+<a href="attribut.htm#1244534">l</A><P></A>
+<td>
+<A NAME="1103929">
+デバイスのある場所の地域性。<P></A>
+
+<tr><td>
+<A NAME="1103965">
+<a href="attribut.htm#1281611">o</A><P></A>
+<td>
+<A NAME="1103934">
+デバイスが属する組織。<P></A>
+
+<tr><td>
+<A NAME="1103970">
+<a href="attribut.htm#1241174">ou</A><P></A>
+<td>
+<A NAME="1103940">
+デバイスが属する組織単位。<P></A>
+
+<tr><td>
+<A NAME="1103943">
+<a href="attribut.htm#1005719">owner</A><P></A>
+<td>
+<A NAME="1103945">
+デバイスの責任者の識別名。<P></A>
+
+<tr><td>
+<A NAME="1103948">
+<a href="attribut.htm#1172500">seeAlso</A><P></A>
+<td>
+<A NAME="1103950">
+デバイスに関係する情報へのURL。<P></A>
+
+<tr><td>
+<A NAME="1103953">
+<a href="attribut.htm#1202700">serialNumber</A><P></A>
+<td>
+<A NAME="1103955">
+デバイスのシリアル番号。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091390">&nbsp;
+</A>
+<A NAME="DNSDomain">
+<H3> DNSDomain</H3>
+</A>
+
+
+
+<A NAME="1093025">
+ドメインのサブクラスとして使用するオブジェクト クラスで、ディレクトリにDNSリソース レコードを保存します。予約されています。<P></A>
+
+<A NAME="1096887">
+OID: <CODE>0.9.2342.19200300.100.4.15</CODE><P></A>
+
+<A NAME="1093023">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1093008">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1093010">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1093013">
+<a href="attribut.htm#1201841">dNSRecord</A><P></A>
+<td>
+<A NAME="1093015">
+DNSリソース レコード。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091348">&nbsp;
+</A>
+<A NAME="document">
+<H3> document</H3>
+</A>
+
+
+
+<A NAME="1092549">
+ディレクトリでドキュメントを表示するエントリの定義に使用。予約されています。<P></A>
+
+<A NAME="1096874">
+OID: <CODE>0.9.2342.19200300.100.4.6</CODE><P></A>
+
+<A NAME="1091981">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1092165">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1092167">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1092172">
+<a href="attribut.htm#1201854">documentIdentifier</A><P></A>
+<td>
+<A NAME="1092175">
+(必須) ドキュメント固有の識別子。<P></A>
+
+<tr><td>
+<A NAME="1092180">
+<a href="attribut.htm#1201644">abstract</A><P></A>
+<td>
+<A NAME="1092182">
+ドキュメントの概要。<P></A>
+
+<tr><td>
+<A NAME="1092187">
+<a href="attribut.htm#1201689">authorCn</A><P></A>
+<td>
+<A NAME="1092189">
+著者の一般名、または名前。<P></A>
+
+<tr><td>
+<A NAME="1092194">
+<a href="attribut.htm#1201696">authorSn</A><P></A>
+<td>
+<A NAME="1092196">
+著者の姓。<P></A>
+
+<tr><td>
+<A NAME="1092201">
+<a href="attribut.htm#1171494">cn</A><P></A>
+<td>
+<A NAME="1092203">
+ドキュメントの一般名。<P></A>
+
+<tr><td>
+<A NAME="1092206">
+<a href="attribut.htm#1171528">description</A><P></A>
+<td>
+<A NAME="1092208">
+内容の説明文。<P></A>
+
+<tr><td>
+<A NAME="1092213">
+<a href="attribut.htm#1201847">documentAuthor</A><P></A>
+<td>
+<A NAME="1092215">
+ドキュメントの著者の識別名。<P></A>
+
+<tr><td>
+<A NAME="1092220">
+<a href="attribut.htm#1201861">documentLocation</A><P></A>
+<td>
+<A NAME="1092222">
+元のドキュメントの場所。<P></A>
+
+<tr><td>
+<A NAME="1092227">
+<a href="attribut.htm#1201868">documentPublisher</A><P></A>
+<td>
+<A NAME="1092229">
+ドキュメントをパブリッシュしたユーザまたは組織。<P></A>
+
+<tr><td>
+<A NAME="1092234">
+<a href="attribut.htm#1201877">documentStore</A><P></A>
+<td>
+<A NAME="1092236">
+未定義。<P></A>
+
+<tr><td>
+<A NAME="1092241">
+<a href="attribut.htm#1201884">documentTitle</A><P></A>
+<td>
+<A NAME="1092243">
+ドキュメントの題名。<P></A>
+
+<tr><td>
+<A NAME="1092248">
+<a href="attribut.htm#1201891">documentVersion</A><P></A>
+<td>
+<A NAME="1092250">
+ドキュメントの改訂番号。<P></A>
+
+<tr><td>
+<A NAME="1092255">
+<a href="attribut.htm#1202004">keyWords</A><P></A>
+<td>
+<A NAME="1092257">
+ドキュメントを記述するキーワード。<P></A>
+
+<tr><td>
+<A NAME="1103998">
+<a href="attribut.htm#1244534">l</A><P></A>
+<td>
+<A NAME="1092262">
+ドキュメントが存在する場所。<P></A>
+
+<tr><td>
+<A NAME="1104003">
+<a href="attribut.htm#1281611">o</A><P></A>
+<td>
+<A NAME="1092267">
+ドキュメントが属する組織。<P></A>
+
+<tr><td>
+<A NAME="1092272">
+<a href="attribut.htm#1202192">obsoletedByDocument</A><P></A>
+<td>
+<A NAME="1092274">
+このドキュメントを旧版にしたドキュメントの識別名。<P></A>
+
+<tr><td>
+<A NAME="1092279">
+<a href="attribut.htm#1202199">obsoletesDocument</A><P></A>
+<td>
+<A NAME="1092281">
+このドキュメントが旧版にしたドキュメントの識別名。<P></A>
+
+<tr><td>
+<A NAME="1104008">
+<a href="attribut.htm#1241174">ou</A><P></A>
+<td>
+<A NAME="1092299">
+ドキュメントが属する組織単位。<P></A>
+
+<tr><td>
+<A NAME="1104013">
+<a href="attribut.htm#1172500">seeAlso</A><P></A>
+<td>
+<A NAME="1092293">
+ドキュメントに関係する情報へのURL。<P></A>
+
+<tr><td>
+<A NAME="1092306">
+<a href="attribut.htm#1202732">subject</A><P></A>
+<td>
+<A NAME="1092308">
+ドキュメントの主題。<P></A>
+
+<tr><td>
+<A NAME="1092330">
+<a href="attribut.htm#1202817">updatedByDocument</A><P></A>
+<td>
+<A NAME="1092334">
+このドキュメントの更新版ドキュメントの識別名。<P></A>
+
+<tr><td>
+<A NAME="1092323">
+<a href="attribut.htm#1202824">updatesDocument</A><P></A>
+<td>
+<A NAME="1092340">
+この更新版ドキュメントの元のドキュメントの識別名。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091354">&nbsp;
+</A>
+<A NAME="documentSeries">
+<H3> documentSeries</H3>
+</A>
+
+
+
+<A NAME="1092560">
+ドキュメントのシリーズを表示するエントリの定義に使用。予約されています。<P></A>
+
+<A NAME="1096876">
+OID: <CODE>0.9.2342.19200300.100.4.9</CODE><P></A>
+
+<A NAME="1092547">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1092502">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1092504">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1092507">
+<a href="attribut.htm#1171494">cn</A><P></A>
+<td>
+<A NAME="1092579">
+(必須) シリーズの一般名。<P></A>
+
+<tr><td>
+<A NAME="1104028">
+<a href="attribut.htm#1171528">description</A><P></A>
+<td>
+<A NAME="1092515">
+シリーズの説明文。<P></A>
+
+<tr><td>
+<A NAME="1104033">
+<a href="attribut.htm#1244534">l</A><P></A>
+<td>
+<A NAME="1092520">
+シリーズのある場所の地域性。<P></A>
+
+<tr><td>
+<A NAME="1104038">
+<a href="attribut.htm#1281611">o</A><P></A>
+<td>
+<A NAME="1092525">
+シリーズが属する組織。<P></A>
+
+<tr><td>
+<A NAME="1104043">
+<a href="attribut.htm#1241174">ou</A><P></A>
+<td>
+<A NAME="1092531">
+シリーズが属する組織単位。<P></A>
+
+<tr><td>
+<A NAME="1104048">
+<a href="attribut.htm#1172500">seeAlso</A><P></A>
+<td>
+<A NAME="1092541">
+シリーズに関係する情報へのURL。<P></A>
+
+<tr><td>
+<A NAME="1092600">
+<a href="attribut.htm#1230129">telephoneNumber</A><P></A>
+<td>
+<A NAME="1092602">
+シリーズ責任者の電話番号。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091357">&nbsp;
+</A>
+<A NAME="domain">
+<H3> domain</H3>
+</A>
+
+
+
+<A NAME="1097945">
+ディレクトリで、DNSドメインを表示するエントリを定義するオブジェクト クラス。このオブジェクト クラスのエントリの命名には、domainComponent属性を使用する必要があります。予約されています。<P></A>
+
+<A NAME="1096879">
+OID: <CODE>0.9.2342.19200300.100.4.13</CODE><P></A>
+
+<A NAME="1092674">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1092632">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1092634">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1092639">
+<a href="attribut.htm#1245094">dc</A><P></A>
+<td>
+<A NAME="1092642">
+(必須) ドメイン名のコンポーネントの1つ。<P></A>
+
+<tr><td>
+<A NAME="1092701">
+<a href="attribut.htm#1201675">associatedName</A><P></A>
+<td>
+<A NAME="1092708">
+DNSドメインとに関連した組織のディレクトリ ツリー内のエントリ。<P></A>
+
+<tr><td>
+<A NAME="1092721">
+<a href="attribut.htm#1171367">businessCategory</A><P></A>
+<td>
+<A NAME="1092723">
+このドメインが従事する事業タイプ。<P></A>
+
+<tr><td>
+<A NAME="1092645">
+<a href="attribut.htm#1171528">description</A><P></A>
+<td>
+<A NAME="1092647">
+ドメインの説明文。<P></A>
+
+<tr><td>
+<A NAME="1092735">
+<a href="attribut.htm#1292809">destinationIndicator</A><P></A>
+<td>
+<A NAME="1092737">
+この属性は、このドメインへの電報サービスに使用されます。<P></A>
+
+<tr><td>
+<A NAME="1092741">
+<a href="attribut.htm#1171637">facsimileTelephoneNumber</A><P></A>
+<td>
+<A NAME="1092744">
+ドメインに関係するファックス番号。<P></A>
+
+<tr><td>
+<A NAME="1092749">
+<a href="attribut.htm#1224256">internationalIsdnNumber</A><P></A>
+<td>
+<A NAME="1092751">
+ドメインに関係するISDN番号。<P></A>
+
+<tr><td>
+<A NAME="1092650">
+<a href="attribut.htm#1244534">l</A><P></A>
+<td>
+<A NAME="1092652">
+ドメインのある場所の地域性。<P></A>
+
+<tr><td>
+<A NAME="1092778">
+<a href="attribut.htm#1007859">manager</A><P></A>
+<td>
+<A NAME="1092780">
+ドメインに関係するマネージャの識別名。<P></A>
+
+<tr><td>
+<A NAME="1092655">
+<a href="attribut.htm#1281611">o</A><P></A>
+<td>
+<A NAME="1092657">
+ドメインが属する組織。<P></A>
+
+<tr><td>
+<A NAME="1092789">
+<a href="attribut.htm#1003072">physicalDeliveryOfficeName</A><P></A>
+<td>
+<A NAME="1092791">
+物理的な配送ができる場所。<P></A>
+
+<tr><td>
+<A NAME="1092794">
+<a href="attribut.htm#1230025">postalAddress</A><P></A>
+<td>
+<A NAME="1092796">
+ドメインに関係する郵便住所。<P></A>
+
+<tr><td>
+<A NAME="1092799">
+<a href="attribut.htm#1230036">postalCode</A><P></A>
+<td>
+<A NAME="1092801">
+ドメインの組織の郵便番号(米国における郵便番号など)。<P></A>
+
+<tr><td>
+<A NAME="1092804">
+<a href="attribut.htm#1230043">postOfficeBox</A><P></A>
+<td>
+<A NAME="1092806">
+ドメインの私書箱。<P></A>
+
+<tr><td>
+<A NAME="1092809">
+<a href="attribut.htm#1202605">preferredDeliveryMethod</A><P></A>
+<td>
+<A NAME="1092811">
+ドメインが希望する連絡方法または配達方法。<P></A>
+
+<tr><td>
+<A NAME="1092824">
+<a href="attribut.htm#1202644">registeredAddress</A><P></A>
+<td>
+<A NAME="1092826">
+緊急の書類の受け取りなど、受取人が配達を確認する必要のあるものを配達するのにふさわしい郵送用の住所。<P></A>
+
+<tr><td>
+<A NAME="1092857">
+<a href="attribut.htm#1202682">searchGuide</A><P></A>
+<td>
+<A NAME="1092859">
+検索動作のためにディレクトリ ツリーのベース オブジェクトとしてエントリを使用する際に、提案される検索基準の情報を指定します。<P></A>
+
+<tr><td>
+<A NAME="1092871">
+<a href="attribut.htm#1172500">seeAlso</A><P></A>
+<td>
+<A NAME="1092873">
+ドメインに関係する情報へのURL。<P></A>
+
+<tr><td>
+<A NAME="1092829">
+<a href="attribut.htm#1203417">st</A><P></A>
+<td>
+<A NAME="1092831">
+ドメインの存在する州または都道府県。<P></A>
+
+<tr><td>
+<A NAME="1092834">
+<a href="attribut.htm#1202721">street</A><P></A>
+<td>
+<A NAME="1092836">
+ドメインに関係する街路と番地。<P></A>
+
+<tr><td>
+<A NAME="1092882">
+<a href="attribut.htm#1230129">telephoneNumber</A><P></A>
+<td>
+<A NAME="1092884">
+ドメインに関係する電話番号。<P></A>
+
+<tr><td>
+<A NAME="1092839">
+<a href="attribut.htm#1205004">teletexTerminalIdentifier</A><P></A>
+<td>
+<A NAME="1092841">
+ドメインに関係するテレテックス ターミナルの識別子。<P></A>
+
+<tr><td>
+<A NAME="1092844">
+<a href="attribut.htm#1205120">telexNumber</A><P></A>
+<td>
+<A NAME="1092846">
+ドメインに関係するテレックス番号。<P></A>
+
+<tr><td>
+<A NAME="1092909">
+<a href="attribut.htm#1196547">userPassword</A><P></A>
+<td>
+<A NAME="1092911">
+将来の使用に予約されています。<P></A>
+
+<tr><td>
+<A NAME="1092851">
+<a href="attribut.htm#1281763">x121Address</A><P></A>
+<td>
+<A NAME="1092853">
+ドメインに関係する X.121アドレス。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091384">&nbsp;
+</A>
+<A NAME="domainRelatedObject">
+<H3> domainRelatedObject</H3>
+</A>
+
+
+
+<A NAME="1093633">
+通常、組織または組織単位であるX.500ドメインに等しいDNSドメインを示すエントリの定義に使用するオブジェクト クラス。予約されています。<P></A>
+
+<A NAME="1098880">
+OID: <CODE>0.9.2342.19200300.100.4.17</CODE><P></A>
+
+<A NAME="1097753">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1097743">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1097745">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1097750">
+<a href="attribut.htm#1201668">associatedDomain</A><P></A>
+<td>
+<A NAME="1097752">
+ディレクトリ ツリー内のオブジェクトに関係するDNSドメイン。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1097756">&nbsp;
+</A>
+<A NAME="dSA">
+<H3> dSA</H3>
+</A>
+
+
+
+<A NAME="1097757">
+ディレクトリで、DSAを表示するエントリの定義に使用するオブジェクト クラス。このオブジェクト クラスは、X.500 Directory Servicesから継承されました。予約されています。<P></A>
+
+<A NAME="1096993">
+OID: <CODE>2.5.6.13</CODE><P></A>
+
+<A NAME="1091405">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1091397">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1091399">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1091402">
+<a href="attribut.htm#1202013">knowledgeInformation</A><P></A>
+<td>
+<A NAME="1091404">
+この属性は現在使用されていません。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091415">&nbsp;
+</A>
+<A NAME="friendlyCountry">
+<H3> friendlyCountry</H3>
+</A>
+
+
+
+<A NAME="1093062">
+ディレクトリ ツリーで、国のエントリを定義するオブジェクト クラス。このオブジェクト クラスを使用すると、国オブジェクト クラスで許されているよりも、もっとユーザ フレンドリな国名が可能になります。予約されています。<P></A>
+
+<A NAME="1098883">
+OID: <CODE>0.9.2342.19200300.100.4.18</CODE><P></A>
+
+<A NAME="1093060">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1093050">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1093052">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1093057">
+<a href="attribut.htm#1265915">co</A><P></A>
+<td>
+<A NAME="1093059">
+国名を保持しています。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091443">&nbsp;
+</A>
+<A NAME="labeledURIObject">
+<H3> labeledURIObject</H3>
+</A>
+
+
+
+<A NAME="1096833">
+このオブジェクト クラスは、既存のディレクトリ オブジェクトに追加して、URI値に含めることができます。このアプローチは、labeledURI属性を他のオブジェクト クラスに直接入れるのを妨げません(適切な場合)。予約されています。<P></A>
+
+<A NAME="1096829">
+OID: <CODE>1.3.6.1.4.1.250.3.15</CODE><P></A>
+
+<A NAME="1093588">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1093578">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1093580">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1093585">
+<a href="attribut.htm#1202020">labeledUri</A><P></A>
+<td>
+<A NAME="1093587">
+エントリに関係するUniform Resource Identifier (URI)。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091410">&nbsp;
+</A>
+<A NAME="pilotObject">
+<H3> pilotObject</H3>
+</A>
+
+
+
+<A NAME="1091508">
+他のすべてのオブジェクト クラスのエントリに追加の属性を割り当てられるようにするサブクラスとして使用するオブジェクト クラス。予約されています。<P></A>
+
+<A NAME="1096860">
+OID: <CODE>0.9.2342.19200300.100.4.3</CODE><P></A>
+
+<A NAME="1091544">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1091536">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1091538">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1091541">
+<a href="attribut.htm#1201684">audio</A><P></A>
+<td>
+<A NAME="1091543">
+サウンド ファイル。<P></A>
+
+<tr><td>
+<A NAME="1091579">
+<a href="attribut.htm#1201831">ditRedirect</A><P></A>
+<td>
+<A NAME="1091581">
+エントリのリダイレクションに使用する識別名。<P></A>
+
+<tr><td>
+<A NAME="1091575">
+<a href="attribut.htm#1201965">info</A><P></A>
+<td>
+<A NAME="1091577">
+オブジェクトの情報。<P></A>
+
+<tr><td>
+<A NAME="1091571">
+<a href="attribut.htm#1201995">jpegPhoto</A><P></A>
+<td>
+<A NAME="1091573">
+JPEG形式の写真。<P></A>
+
+<tr><td>
+<A NAME="1091567">
+<a href="attribut.htm#1100733">lastModifiedBy</A><P></A>
+<td>
+<A NAME="1091569">
+オブジェクトの最終変更者の識別名。<P></A>
+
+<tr><td>
+<A NAME="1091563">
+<a href="attribut.htm#1202035">lastModifiedTime</A><P></A>
+<td>
+<A NAME="1091565">
+オブジェクトの最終変更時刻。<P></A>
+
+<tr><td>
+<A NAME="1091559">
+<a href="attribut.htm#1007859">manager</A><P></A>
+<td>
+<A NAME="1091561">
+オブジェクトのマネージャの識別名。<P></A>
+
+<tr><td>
+<A NAME="1091555">
+<a href="attribut.htm#1202247">photo</A><P></A>
+<td>
+<A NAME="1091557">
+オブジェクトの写真。<P></A>
+
+<tr><td>
+<A NAME="1091551">
+<a href="attribut.htm#1202809">uniqueIdentifier</A><P></A>
+<td>
+<A NAME="1091553">
+識別名が再使用されている場合に、2つのエントリを区別するのに使用する特定項目。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091437">&nbsp;
+</A>
+<A NAME="pilotOrganization">
+<H3> pilotOrganization</H3>
+</A>
+
+
+
+<A NAME="1093224">
+organizationとorganizationalUnitのオブジェクト クラスのエントリに追加の属性を割り当てられるようにするサブクラスとして使用するオブジェクト クラス。予約されています。<P></A>
+
+<A NAME="1096890">
+OID: <CODE>0.9.2342.19200300.100.4.20</CODE><P></A>
+
+<A NAME="1093387">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1093251">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1093253">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1093394">
+<a href="attribut.htm#1281611">o</A><P></A>
+<td>
+<A NAME="1093396">
+(必須) エントリが属する組織。<P></A>
+
+<tr><td>
+<A NAME="1093400">
+<a href="attribut.htm#1241174">ou</A><P></A>
+<td>
+<A NAME="1093402">
+(必須) エントリが属する組織単位。<P></A>
+
+<tr><td>
+<A NAME="1093418">
+<a href="attribut.htm#1201711">buildingName</A><P></A>
+<td>
+<A NAME="1093420">
+エントリがある建物の名前。<P></A>
+
+<tr><td>
+<A NAME="1093258">
+<a href="attribut.htm#1171367">businessCategory</A><P></A>
+<td>
+<A NAME="1093260">
+このエントリが従事する事業タイプ。<P></A>
+
+<tr><td>
+<A NAME="1093265">
+<a href="attribut.htm#1171528">description</A><P></A>
+<td>
+<A NAME="1093267">
+エントリの説明文。<P></A>
+
+<tr><td>
+<A NAME="1093433">
+<a href="attribut.htm#1292809">destinationIndicator</A><P></A>
+<td>
+<A NAME="1093435">
+この属性は、このエントリへの電報サービスに使用されます。<P></A>
+
+<tr><td>
+<A NAME="1093439">
+<a href="attribut.htm#1171637">facsimileTelephoneNumber</A><P></A>
+<td>
+<A NAME="1093442">
+エントリに関係するファックス番号。<P></A>
+
+<tr><td>
+<A NAME="1093447">
+<a href="attribut.htm#1224256">internationalIsdnNumber</A><P></A>
+<td>
+<A NAME="1093449">
+エントリに関係するISDN番号。<P></A>
+
+<tr><td>
+<A NAME="1093452">
+<a href="attribut.htm#1244534">l</A><P></A>
+<td>
+<A NAME="1093454">
+エントリが存在する場所の地域性。<P></A>
+
+<tr><td>
+<A NAME="1093516">
+<a href="attribut.htm#1003072">physicalDeliveryOfficeName</A><P></A>
+<td>
+<A NAME="1093518">
+物理的にものを配達するためのエントリの場所。<P></A>
+
+<tr><td>
+<A NAME="1104165">
+<a href="attribut.htm#1230025">postalAddress</A><P></A>
+<td>
+<A NAME="1093513">
+エントリの勤務先郵送用住所。<P></A>
+
+<tr><td>
+<A NAME="1104170">
+<a href="attribut.htm#1230036">postalCode</A><P></A>
+<td>
+<A NAME="1093508">
+エントリの勤務先郵便番号(米国における郵便番号など)。<P></A>
+
+<tr><td>
+<A NAME="1104175">
+<a href="attribut.htm#1230043">postOfficeBox</A><P></A>
+<td>
+<A NAME="1093503">
+エントリの勤務先の私書箱。<P></A>
+
+<tr><td>
+<A NAME="1104180">
+<a href="attribut.htm#1202605">preferredDeliveryMethod</A><P></A>
+<td>
+<A NAME="1093498">
+エントリが希望する連絡方法または配達方法。<P></A>
+
+<tr><td>
+<A NAME="1104185">
+<a href="attribut.htm#1202644">registeredAddress</A><P></A>
+<td>
+<A NAME="1106134">
+緊急の書類の受け取りなど、受取人が配達を確認する必要のあるものを配達するのにふさわしい郵送用の住所。<P></A>
+
+<tr><td>
+<A NAME="1104190">
+<a href="attribut.htm#1202682">searchGuide</A><P></A>
+<td>
+<A NAME="1093532">
+検索動作のためにディレクトリ ツリーのベース オブジェクトとしてエントリを使用する際に、提案される検索基準の情報を指定します。<P></A>
+
+<tr><td>
+<A NAME="1104195">
+<a href="attribut.htm#1172500">seeAlso</A><P></A>
+<td>
+<A NAME="1093544">
+エントリに関係する情報へのURL。<P></A>
+
+<tr><td>
+<A NAME="1104200">
+<a href="attribut.htm#1203417">st</A><P></A>
+<td>
+<A NAME="1093488">
+エントリの存在する州または都道府県。<P></A>
+
+<tr><td>
+<A NAME="1104205">
+<a href="attribut.htm#1202721">street</A><P></A>
+<td>
+<A NAME="1093483">
+エントリのある街路と番地。<P></A>
+
+<tr><td>
+<A NAME="1104210">
+<a href="attribut.htm#1230129">telephoneNumber</A><P></A>
+<td>
+<A NAME="1093557">
+エントリに関連する電話番号。<P></A>
+
+<tr><td>
+<A NAME="1104215">
+<a href="attribut.htm#1205004">teletexTerminalIdentifier</A><P></A>
+<td>
+<A NAME="1093478">
+エントリのテレテックス ターミナルの識別子。<P></A>
+
+<tr><td>
+<A NAME="1104220">
+<a href="attribut.htm#1205120">telexNumber</A><P></A>
+<td>
+<A NAME="1093473">
+エントリのテレックス番号。<P></A>
+
+<tr><td>
+<A NAME="1104225">
+<a href="attribut.htm#1196547">userPassword</A><P></A>
+<td>
+<A NAME="1093572">
+エントリのパスワードと暗号化方法。<P></A>
+
+<tr><td>
+<A NAME="1104230">
+<a href="attribut.htm#1281763">x121Address</A><P></A>
+<td>
+<A NAME="1093468">
+エントリのX.121アドレス。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091375">&nbsp;
+</A>
+<A NAME="RFC822LocalPart">
+<H3> RFC822LocalPart</H3>
+</A>
+
+
+
+<A NAME="1092973">
+RFC822メール アドレスのローカル部分を表示するエントリの定義に使用するオブジェクト クラス。ディレクトリは、RFC822アドレスのこの部分をドメインとして取り扱います。予約されています。<P></A>
+
+<A NAME="1096884">
+OID: <CODE>0.9.2342.19200300.100.4.14</CODE><P></A>
+
+<A NAME="1092966">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1092920">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1092922">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1092931">
+<a href="attribut.htm#1171494">cn</A><P></A>
+<td>
+<A NAME="1092934">
+エントリの一般名または名前。<P></A>
+
+<tr><td>
+<A NAME="1092963">
+<a href="attribut.htm#1290325">sn</A><P></A>
+<td>
+<A NAME="1092965">
+エントリの姓<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091363">&nbsp;
+</A>
+<A NAME="room">
+<H3> room</H3>
+</A>
+
+
+
+<A NAME="1092427">
+ディレクトリで、部屋についての情報を保存するオブジェクト クラス。予約されています。<P></A>
+
+<A NAME="1098891">
+OID: <CODE>0.9.2342.19200300.100.4.7</CODE><P></A>
+
+<A NAME="1098892">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1092361">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1092363">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1092443">
+<a href="attribut.htm#1171494">cn</A><P></A>
+<td>
+<A NAME="1092446">
+(必須) 部屋の一般名。<P></A>
+
+<tr><td>
+<A NAME="1092449">
+<a href="attribut.htm#1171528">description</A><P></A>
+<td>
+<A NAME="1092451">
+部屋の説明文。<P></A>
+
+<tr><td>
+<A NAME="1092468">
+<a href="attribut.htm#1204477">roomNumber</A><P></A>
+<td>
+<A NAME="1092470">
+部屋番号。<P></A>
+
+<tr><td>
+<A NAME="1092477">
+<a href="attribut.htm#1172500">seeAlso</A><P></A>
+<td>
+<A NAME="1092479">
+部屋に関係する情報へのURL。<P></A>
+
+<tr><td>
+<A NAME="1092491">
+<a href="attribut.htm#1230129">telephoneNumber</A><P></A>
+<td>
+<A NAME="1092493">
+部屋の電話番号<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091431">&nbsp;
+</A>
+<A NAME="simpleSecurityObject">
+<H3> simpleSecurityObject</H3>
+</A>
+
+
+
+<A NAME="1093131">
+主オブジェクト クラスが属性タイプとしてuserPasswordを許さない場合に、userPassword属性を含むエントリを可能にするオブジェクト クラス。予約されています。<P></A>
+
+<A NAME="1093125">
+OID: <CODE>0.9.2342.19200300.100.4.19</CODE><P></A>
+
+<A NAME="1098903">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1093106">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1093108">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1093113">
+<a href="attribut.htm#1196547">userPassword</A><P></A>
+<td>
+<A NAME="1093116">
+(必須) エントリのパスワードと暗号化方法。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1089871">&nbsp;
+</A>
+<A NAME="strongAuthenticationUser">
+<H3> strongAuthenticationUser</H3>
+</A>
+
+
+
+<A NAME="1090921">
+クライアントと証明書の情報を、ディレクトリで保存するオブジェクト クラス。このオブジェクト クラスは、X.500 Directory Servicesから継承されました。予約されています。<P></A>
+
+<A NAME="1106458">
+OID: <CODE>2.5.6.15</CODE><P></A>
+
+<A NAME="1106478">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1106461">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1106463">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1106468">
+<a href="attribut.htm#1208938">userCertificate</A><P></A>
+<td>
+<A NAME="1106470">
+未使用。<P></A>
+
+<tr><td>
+<A NAME="1106475">
+<a href="attribut.htm#1278425">userCertificate;binary</A><P></A>
+<td>
+<A NAME="1106477">
+(必須) バイナリ形式のユーザの証明書。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1106481">&nbsp;
+</A>
+<A NAME="top">
+<H3> top</H3>
+</A>
+
+
+
+<A NAME="1106482">
+ディレクトリで、他のすべてのオブジェクト クラスのサブクラスとして使用されるオブジェクト クラス。このオブジェクト クラスは、X.500 Directory Servicesから継承されました。予約されています。<P></A>
+
+<A NAME="1106020">
+OID: <CODE>2.5.6.0</CODE><P></A>
+
+<A NAME="1106503">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1106486">
+<B>属性</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1106488">
+<B>属性の説明</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1106493">
+<a href="attribut.htm#1229677">objectClass</A><P></A>
+<td>
+<A NAME="1106495">
+(必須) すべてのオブジェクト クラスに必須の属性。<P></A>
+
+<tr><td>
+<A NAME="1106500">
+<a href="attribut.htm#1171292">aci</A><P></A>
+<td>
+<A NAME="1106502">
+このエントリに対するDirectory Serverアクセス制御情報を保存してあります。<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+<A NAME="1106011">
+<P></A>
+
+</HTML>
+
diff --git a/ldap/clients/dsgw/html/manual/ja/search.htm b/ldap/clients/dsgw/html/manual/ja/search.htm
new file mode 100644
index 00000000..7593acfc
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/ja/search.htm
@@ -0,0 +1,380 @@
+<!--
+ PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
+ license terms. Copyright 2001 Sun Microsystems, Inc.
+ Some preexisting portions Copyright 2001 Netscape Communications Corp.
+ All rights reserved.
+ -->
+
+<html>
+<!-- HEAD -->
+<title>ディレクトリ ツリーの検索</title>
+</head>
+
+<body>
+
+<h1><a name="search"></a>ディレクトリ ツリーの検索</h1>
+
+<p>Directory Serverには、企業のユーザとリソースに関する貴重な情報が含まれています。Directory Serverのインタフェースを使用して、必要な情報を簡単に見つけることができます。検索プロセスを簡略化するため、このインタフェースでは2種類の検索を提供しています。</p>
+
+<ul>
+ <li><a href="#standard">標準検索</a> -- 指定した値に基づいて適切な検索方法が選択されます。例えば、moz@airius.comを指定すると、標準検索では一致する電子メール アドレスが検索されます。</li>
+<P>
+ <li><a href="#advanced">拡張検索</a>特定のエントリ属性に対する簡単な検索方法を提供します。例えば、名字が<b>k</b>で始まり、電話番号が<b>2110</b>で終わるユーザを検索するように指定できます。</li>
+</ul>
+
+<p>いずれのタイプの検索を使用する場合でも、検索するエントリのタイプを選択できます。以下のエントリ タイプを検索できます。</p>
+
+<table border="2">
+ <tr>
+ <th><a name="type"></a><b>エントリ タイプ</b></th>
+ <th>説明</th>
+ </tr>
+ <tr>
+ <td valign="top">ユーザ</td>
+ <td valign="top">ユーザを記述するエントリ。</td>
+ </tr>
+ <tr>
+ <td valign="top">NTユーザ</td>
+ <td valign="top">NTユーザを記述するエントリ。</td>
+ </tr>
+ <tr>
+ <td valign="top">グループ<b> </b></td>
+ <td valign="top">グループを記述するエントリ。グループは、1つまたは複数のディレクトリ エントリの集まりです。例えば、システム管理者のグループ、テクニカルライターのグループ、釣りに興味のある全ユーザのグループなどをサイトで定義できます。グループは必ずしもユーザの集まりである必要はありません。例えば、サイトにおけるすべてのカラー プリンタやファクシミリのグループなどを定義できます。また、グループに他のグループを含めることもできます。</td>
+ </tr>
+ <tr>
+ <td>NTグループ</td>
+ <td>NTユーザのグループを記述するエントリ。</td>
+ </tr>
+ <tr>
+ <td valign="top">組織</td>
+ <td valign="top">組織を記述するエントリ。一般に、組織は、企業や大学などの単一の大規模の組織を表します。通常はユーザやデバイスの集まりであるグループは、ディレクトリに実体が追加または削除されると変化することがあり、この点で組織はグループとは異なります。これに対して組織は、ディレクトリの比較的安定した主要部分またはブランチを表します。組織エントリは、ディレクトリ内でのエンティティの追加や削除によって影響を受けることはあまりありません。</td>
+ </tr>
+ <tr>
+ <td valign="top">組織単位</td>
+ <td valign="top">組織単位を記述するエントリ。一般に、組織単位は、比較的大きな組織内での主要部門を表します。企業や大学などの単一の大規模な組織エントリとは異なり、組織単位は、会計部、販売部、人文学部、生物学部など、より小さな組織を表します。</td>
+ </tr>
+ <tr>
+ <td valign="top">任意のタイプ</td>
+ <td valign="top">ディレクトリ内で検索基準に一致する任意のタイプのエントリ。任意のタイプは、ディレクトリ内のエントリがディレクトリ管理者によってどのように指定されているか不明な場合に使用します。検索するエントリ タイプがユーザ、グループ、組織のいずれでもない場合には、任意のタイプが便利です。</td>
+ </tr>
+</table>
+
+<p>Directory Serverが検索を完了した後、一致したすべてのエントリへのリンクを示す<a href="#results">検索結果</a>がインタフェースによって表示されます。検索結果リストに表示されるエントリをクリックすると、そのエントリに関する詳細情報が表示されます。エントリがユーザの場合、<a href="#vCard">そのユーザのデジタル名刺、つまりvCardを表示</a>するように選択することもできます。vCardを使用すると、ボタンをクリックするだけで、ユーザをCommunicatorのアドレス帳に簡単に追加できます。</p>
+
+<h2><a name="standard"></a>標準検索</h2>
+
+<p>標準検索は、指定されたデータの性質によって異なるタイプの検索を実行します。つまり、検索フィールドに入力した内容によって、一致する<a href="#Name">氏名</a>、<a href="#phone">電話番号</a>、<a href="#email">電子メール アドレス</a>などの検索ができます。</p>
+
+<p>入力した内容に応じて、標準検索では、基準に完全に一致するエントリ、基準を含むエントリ、基準に類似した音の語を含むエントリのいずれを検索するかが判定されます。また、[標準検索] フィールドに LDAP (Lightweight Directory Access Protocol) <a href="#filter">検索フィルタ</a>を指定して検索することもできます。</p>
+
+<h3><a name="Performing a Standard Search"></a>標準検索の実行</h3>
+
+<ol>
+ <li>[標準検索] タブをクリックします。</li>
+ <li>[検索] のドロップダウン リストから、検索したい<a href="#type">エントリ タイプ</a>を選択します。</li>
+ <li>[検索対象] フィールドに、検索したい値を入力します。[検索対象] フィールドは大文字/小文字を区別しません。以下のいずれでも入力できます。
+ <ul type="disc">
+ <li><a href="#Name">氏名</a>または氏名の一部</li>
+ <li>ユーザの<a href="#initials">イニシャル</a> </li>
+ <li><a href="#phone">電話番号</a>の一部または全部
+ </li>
+ <li><a href="#email">電子メール アドレス</a>の一部または全部</li>
+ <li>LDAP <a href="#filter">検索フィルタ</a></li>
+ </ul>
+ </li>
+ <li>[送信] をクリックします。<br>
+ フォーム データをDirectory Serverに送信すると、入力した値に完全一致、部分一致、または類似するエントリが検索されます。一致結果は、<a href="#results">検索結果</a>テーブルに表示されます。</li>
+</ol>
+
+<h4><a name="Name"></a>氏名を検索する</h4>
+
+<p>以下のような文字列を指定した場合:</p>
+
+<ul>
+ <li>数字以外の文字を含む</li>
+ <li>アット (@) 記号を含まない</li>
+</ul>
+
+<p>標準検索では、指定した値に完全一致、部分一致、または類似する氏名、名、名字の検索が試みられます。</p>
+
+<p>例えば、文字列「<font face="Courier">son</font>」を指定すると、以下のような結果が戻されます。</p>
+
+<p>
+<ul>
+ <li>Gary Stevenson</li>
+ <li>Mary Sun</li>
+ <li>Allison Barker</li>
+</ul>
+
+<h4><a name="initials"></a>イニシャルを伴なう氏名を検索する</h4>
+
+<p>以下の順序で以下の項目を含む値を指定した場合:</p>
+
+<ol>
+ <li>1文字</li>
+ <li>スペース ( )、ピリオド (.)、またはピリオドとスペースを任意の順序で</li>
+ <li>1つまたは複数の文字</li>
+</ol>
+
+標準検索では、名を表すイニシャルの後に名字が続くものが検索されます。例えば、文字列「S.Anderson」を指定すると、以下のような結果が戻されます。</p>
+
+<ul>
+ <li>Sally Anderson</li>
+ <li>Steve Anderson</li>
+ <li>Sue Anderson</li>
+</ul>
+
+<p>同様に、以下の順序で以下の項目を含む値を指定した場合:</p>
+
+<ol>
+ <li>複数の文字</li>
+ <li>スペース ( )、ピリオド (.)、またはピリオドとスペースを任意の順序で</li>
+ <li>1文字</li>
+</ol>
+
+<p>標準検索では、名の後に名字を表すイニシャルが続くものが検索されます。例えば、文字列「<font face="Courier New"></font>Mark
+.P」を指定すると、以下のような結果が戻されます。</p>
+
+<ul>
+ <li>Mark Payne</li>
+ <li>Mark Peck</li>
+ <li>Mark Polk</li>
+</ul>
+
+<blockquote>
+ <p><b>注: </b></p>
+ <p>イニシャルを使用した場合、標準検索では完全一致の検索だけが実行されます。検索で指定した通りのイニシャルと名前を持つエントリのみが戻されます。類似 (発音が似ている) 検索と副文字列検索は実行されません。</p>
+</blockquote>
+
+<h4><a name="phone"></a>電話番号を検索する</h4>
+
+<p>標準検索では、入力した値が数字だけから成る場合、電話番号が自動的に検索されます。少なくとも1つの数字の後に続く1つのハイフン (-) を使用することもできます。</p>
+
+<p>このタイプの検索は、「終了文字」検索です。つまり、Directory Serverは指定された値で終了する電話番号を検索します。例えば、値<tt>123</tt>を入力した場合、123で終了するすべての電話番号が検索されます。</p>
+
+<h4><a name="email"></a>電子メール アドレスを検索する</h4>
+
+<p>標準検索では、入力した値にアット (@) 記号が含まれる場合、一致する電子メール アドレスが自動的に検索されます。まず、入力値に完全に一致する電子メール アドレスが検索されます。一致エントリが見つからなかった場合は、入力値で開始されるエントリが検索されます。</p>
+
+<p>例えば、文字列「<font face="Courier">son@</font>」を指定すると、次のような結果が戻されます。</p>
+
+<ul>
+ <li>son@</li>
+</ul>
+または、ディレクトリ内で一致エントリが見つからなかった場合は、次のような結果が戻されます。
+<ul>
+ <li>son@aardvark.org</li>
+ <li>son@acme.com</li>
+</ul>
+
+<h4><a name="filter"></a>検索フィルタを使用する</h4>
+
+<p>標準検索に正しい検索のタイプを判定させる代りに、LDAP検索フィルタを明示的に指定することもできます。LDAP検索フィルタを使用すると、特定の<a HREF="attribut.htm">属性</a>値を対象にエントリを検索できます。標準検索では、等号記号 (=) を含む文字列はすべてLDAP検索フィルタであるとみなされます。例えば、</p>
+
+<pre>cn=*eve*</pre>
+
+<p>はLDAP検索フィルタであり、文字列<tt>eve</tt>を含む一般名 (common name - CN) を探す副文字列検索を実行します。LDAP検索フィルタ内で属性を指定するとき、Directory Serverのインタフェースで表示される属性フィールド名ではなく、Directory Server内部で使用される属性ラベル (内部ID) を使用する必要があることに注意してください。例えば、[氏名] 属性フィールドの内部IDは、<TT>cn</TT>です。標準検索で検索フィルタを入力するには、次のように、属性フィールド名 (氏名) ではなく、内部ID (commonName) を使用してください。
+</P>
+<P><TT>commonName=Smith Fukuda</TT></P>
+
+<P>属性フィールドの中には、第二の省略形の内部IDを持つものがあります。例えば、[氏名] フィールドには、commonNameとcnの2つの内部IDがあります。検索フィルタでは、これらのいずれでも使用できます。</p>
+
+<p>検索フィルタの詳細は、『<em>Directory Server管理者用ガイド</em>』を参照してください。</p>
+
+<h2><a name="advanced"></a>拡張検索</h2>
+
+<p>拡張検索を使用して、特定の属性が指定の値を持つようなエントリを検索できます。例えば、指定した値の電子メール アドレスを持つユーザを検索できます。また、指定した属性値を<i>含まない</i>エントリを検索することもできます。例えば、名字がSmithでないすべてのユーザを検索できます (このような検索では大量の結果が戻されるため、この種の検索の実行は避けてください)。</p>
+
+<p>拡張検索では、入力した語に完全に一致するエントリを戻す完全一致検索が行われます。検索を構築するための [拡張検索] フォームには、4つのフィールドがあります。これら4つのフィールドによって、検索を指定する文が示されます。一般に、この文のは次のように構成されます。</p>
+
+<p><a href="#type">検索:</a><i> [エントリ タイプ] </i><a
+href="search.htm#wherethe">ただし:</a><i> [属性] </i><a
+href="search.htm#typeofsearch">[検索タイプ]</a><i> [検索文字列]</i></p>
+
+<p>これらの最初の3つのフィールドのオプションはプルダウン メニューで選択できます。最後のフィールドには、実際の検索文字列を入力します。例えば、次のように検索を構築できます。</p>
+
+<p><b>検索:</b><i> </i>[ユーザ]<i> </i><b>ただし: </b>[名字] [is (一致)] [Bowker]</p>
+
+<p>または、次のように検索を構築できます。</p>
+
+<p><b>検索: </b>[ユーザ] <b>ただし: </b>[氏名] [sounds like (類似)] [tree]</p>
+
+<h3><a name="Performing an Advanced Search"></a>拡張検索の実行</h3>
+
+<ol>
+ <li>[拡張検索] タブをクリックします。</li>
+ <li>[検索] のドロップダウン リストから、検索したい<a href="#type">エントリ タイプ</a>を選択します。</li>
+ <li>[ただし] フィールドのドロップダウン リストから、検索したい属性を選択します。選択肢は、[検索] フィールドで選択したエントリ タイプによって異なります。下表に、選択可能なオプションとその説明を示します。<br>
+<P>
+ <table border="2">
+ <tr>
+ <th><a name="wherethe"></a><b>[検索]フィールドの内容. . .</b></th>
+ <th><b>選択肢. . .</b></th>
+ </tr>
+ <tr>
+ <td>ユーザまたはNTユーザ</td>
+ <td><a HREF="attribut.htm#cn">氏名</a>、
+ <a HREF="attribut.htm#sn">名字</a>、<a
+ HREF="attribut.htm#telephoneNumber">電話番号</a>、
+ <a HREF="attribut.htm#mail">電子メール アドレス</a>、<a
+ HREF="attribut.htm#uid">ユーザID</a>、または<a
+ HREF="attribut.htm#title">役職</a></td>
+ </tr>
+ <tr>
+ <td>グループまたはNTグループ</td>
+ <td><a HREF="attribut.htm#description">記述</a>、
+ <a HREF="attribut.htm#owner">所有者</a>、または
+ <a HREF="attribut.htm#ntGroupType">NTグループ タイプ</a> (NTグループの場合)</td>
+ </tr>
+ <tr>
+ <td>組織</td>
+ <td><a HREF="attribut.htm#l">場所</a>、
+ <a HREF="attribut.htm#telephoneNumber">電話番号
+ </a>、または<a HREF="attribut.htm#description">記述</a></td>
+ </tr>
+ <tr>
+ <td>任意のタイプ</td>
+ <td><a HREF="attribut.htm#cn">名</a>または
+ <a HREF="attribut.htm#description">記述</a></td>
+ </tr>
+ </table>
+ </li>
+<P>
+ <li>実行したい検索のタイプを選択します。<br>
+ <br>
+ 一般に、このフィールドは、検索が等号検索、副文字列検索、類似
+ (発音が似ている) 検索のいずれであるかを示します。下表に、使用可能な各キーワードと、それぞれが表す検索タイプの定義を示します。これらのキーワードのすべてが各検索で使用できるわけではありません。実際に使用できるキーワードは、[検索] フィールドと [ただし] フィールドで選択した値によって異なります。以下のいずれか1つを選択できます。
+<p>
+ <table border="2">
+ <tr>
+ <th><a name="typeofsearch"></a><b>検索タイプ</b></th>
+ <th><b>説明</b></th>
+ </tr>
+ <tr>
+ <td>is (一致)</td>
+ <td>完全一致が検索されます。つまり、このオプションは等号検索を指定します。エントリの属性の完全な値が分かっている場合にこのオプションを使用します。例えば、ユーザの名字の完全なスペルが分かっている場合に使用します。</td>
+ </tr>
+ <tr>
+ <td>is not (不一致)</td>
+ <td>検索文字列に完全に一致しない属性値を持つエントリがすべて戻されます。例えば、名字がSmithでないすべてのユーザをディレクトリで検索する場合にこのオプションを使用します。ただし、このオプションを使用すると、大量のエントリが戻されることがあるので注意してください。</td>
+ </tr>
+ <tr>
+ <td>sounds like (類似)</td>
+ <td>発音に即した検索が実行されます。属性値は分かっているが、スペルが不明の場合にこのオプションを使用します。例えば、ユーザの名字のスペルがSarret、Sarette、Sarettのいずれであるか不明の場合に使用します。</td>
+ </tr>
+ <tr>
+ <td>starts with (開始文字)</td>
+ <td>副文字列検索が実行されます。指定した検索文字列で開始する値を持つ属性が戻されます。例えば、ユーザの名がSteveであると分かっているが、名字が不明の場合に、このオプションを使用して氏名を検索できます。</td>
+ </tr>
+ <tr>
+ <td>ends with (終了文字)</td>
+ <td>副文字列検索が実行されます。指定した検索文字列で終了する値を持つ属性が戻されます。例えば、ユーザの電話番号の最後の4桁が9876であると分かっている場合に、このオプションを使用してそのユーザのエントリを検索します。</td>
+ </tr>
+ <tr>
+ <td>contains (含有)</td>
+ <td>副文字列検索が実行されます。指定した検索文字列を含む値を持つ属性が戻されます。例えば、組織の記述におそらくsupportという語が含まれると思う場合に、このオプションで検索文字列「support」を使用してその組織のエントリを検索します。</td>
+ </tr>
+ </table>
+ </li>
+<p>
+ <li>検索したい文字列をテキストボックスに入力し、[検索] をクリックします。<br>
+ Directory Serverにフォーム データを送信すると、指定した値に完全に一致するエントリが検索されます。一致結果は検索結果リストとして表示されます。</li>
+</ol>
+
+<h3><a name="Advanced Search Examples"></a>拡張検索の例</h3>
+
+<p>以下は、[拡張検索]フォームの使用例です。垂直バー (|) はフォーム上のフィールドの区切りを表します。</p>
+
+<table border="2">
+ <tr>
+ <th><b>検索項目. . .</b></th>
+ <th><b>入力内容. . .</b></th>
+ </tr>
+ <tr>
+ <td>Darleneという名のすべてのユーザ</td>
+ <td><b>検索:</b> ユーザ | <b>ただし:</b> 氏名 |
+ starts with (開始文字) | Darlene</td>
+ </tr>
+ <tr>
+ <td>名字がSweeneyのすべてのユーザ</td>
+ <td><b>検索:</b> ユーザ | <b>ただし:</b> 名字 |
+ is (一致) | Sweeny</td>
+ </tr>
+ <tr>
+ <td>Vice President (副社長) であるすべてのユーザ</td>
+ <td><b>検索:</b> ユーザ | <b>ただし:</b> 役職 |
+ contains (含有) | Vice President</td>
+ </tr>
+ <tr>
+ <td>Accounting (会計) という名前の組織</td>
+ <td><b>検索:</b> 組織 | <b>ただし:</b> 名前 |
+ is (一致) | Accounting</td>
+ </tr>
+ <tr>
+ <td>Scuba Diving (スキューバダイビング) に興味のあるグループ</td>
+ <td><b>検索:</b> グループ | <b>ただし:</b> 記述 |
+ contains (含有) | scuba</td>
+ </tr>
+ <tr>
+ <td>printerという語を含む名を持つエントリ</td>
+ <td><b>検索:</b> 任意のタイプ | <b>ただし:</b> 名前 |
+ contains (含有) | printer</td>
+ </tr>
+</table>
+
+<h2><a name="results"></a>検索結果の表示</h2>
+
+<p>標準検索または拡張検索を実行するとき、検索データがDirectory ServerインタフェースによってDirectory Serverへ送信されます。Directory Serverで検索が実行され、一致したエントリがDirectory Serverのインタフェースへ戻されます。結果の表示方法は、以下のような一致の種類によって異なります。</p>
+
+<ul>
+ <li><a href="#nomatch">一致なし</a></li>
+ <li><a href="#single">1件の一致</a></li>
+ <li><a href="#multiple">複数の一致</a></li>
+</ul>
+
+<p>このセクションでは、ディレクトリ ツリーで検索を試みるときに遭遇する<a href="#problems">その他の問題</a>についても説明しています。</p>
+
+<h3><a name="nomatch"></a>一致なし</h3>
+
+<p>検索結果として一致なしが戻された場合、以下のいずれかを意味します。</p>
+
+<ul>
+ <li>検索基準に一致するエントリがディレクトリ内に存在しないこと。これが正しくないと思われる場合は、他の結果が得られるかどうか、多少異なるパラメータを使用して別の検索を試みてください。</li>
+ <li>検索を実行する前に<a href="auth.htm#1016877">認証</a>を行わなかったこと。認証の必要条件はディレクトリ管理者が決定します。ディレクトリ管理者は、ディレクトリにアクセス制御を設定することにより、ツリーを検索する前にユーザが認証しなければならないようにできます。アクセス制御は、ディレクトリ ツリー全体またはツリーの一部のみを対象に設定できます。ディレクトリ ツリーを検索する前に認証する必要があるのに、検索の実行前に認証しなかった場合、Directory Serverはディレクトリで一致エントリが見つからなかったかのように動作します。セキュリティの理由から、認証が必要であることを知らせるメッセージはまったく表示されません。検索の実行前にDirectory Serverに認証する必要があるかどうかは、ディレクトリ管理者にお尋ねください。認証の詳細は、「ディレクトリへの認証」を参照してください。</li>
+ <li>認証の必要性に関わらず、ツリーのアクセス制御により、エントリの表示が禁止されていること。</li>
+</ul>
+
+<h3><a name="single"></a>1件の一致<b> </b></h3>
+
+<p>「is (一致)」検索に対して1件だけの一致が戻された場合、Directory Serverインタフェースによって、そのエントリに関する情報が検索結果として表示されます。この1件の一致が他の検索方法でも見つかった場合はテーブルに表示されるので、リンクをクリックしてそのエントリの詳細情報を表示する必要があります。このフォームには、エントリを<a href="mod.htm">編集</a>するためのボタンが含まれています。エントリを編集するには適切な許可が必要です。また、エントリを編集する前に、<a href="auth.htm#userauth">認証</a>する必要があります。</p>
+
+<h3><a name="multiple"></a>複数の一致<b> </b></h3>
+
+<p>検索に対して複数の一致が戻された場合、Directory Serverインタフェースによって、一致したすべてのエントリと、各エントリの関連情報 (エントリの電話番号や電子メールアドレスなど) がテーブルに表示されます。実際に表示される情報は、検索中のエントリのタイプによって決定されます。特定のエントリについて詳細を表示するには、テーブルの最初の列にあるエントリの名前をクリックします。</p>
+
+<h3><a name="problems"></a><b>その他の問題</b></h3>
+
+<p>数値を検索する場合、奇妙な結果が表示されることがあります。これは、Directory Serverでは、実際に数値 (電話番号や部屋番号) であるかどうかに関わず、すべての値が文字列として保存されるためです。このため、数値を検索するときは、スペースや先行するゼロがある場合、それらもすべて含めるように注意してください。</p>
+
+<p>また、Directory Serverインタフェースによって、先行および後続の空白スペースが検索基準からすべて除去されることに注意してください。実際にディレクトリ エントリの値に先行または後続の空白スペースが含まれることはほとんどありませんが、含まれる場合もあります。このために、先行または後続の空白スペースが含まれる値に対する完全一致の検索が失敗します。この問題が発生した場合は、完全一致検索の代わりに、<a
+href="filters.htm#1018345">副文字列検索</a> (contains (含有) 検索) を使用すると良いでしょう。</p>
+
+<h2><a name="vCard"></a>vCardの表示</h2>
+
+<p>vCardとはデジタル式の名刺です。普通の名刺と同様、vCardには、ユーザの名前、役職、電話およびファックス番号、電子メール アドレスなどの連絡先情報が含まれています。ただし、普通の名刺と異なり、vCardには、画像、音声、ビデオなどのマルチメディア要素も含めることができます。vCardを表示するには、以下に従ってください。</p>
+
+<ol>
+ <li><a href="#standard">標準検索</a>または<a
+ href="#advanced">拡張検索</a>機能を使用して、表示したいvCardの所有者を検索します。</li>
+ <li>[View Card] ボタンをクリックします。<br>
+ Directory Serverインタフェースによって、vCardの縮小版が表示されます。</li>
+ <li>詳細を表示するには、[View
+ Complete Card] をクリックします。</li>
+ <li>Communicatorのアドレス帳にそのユーザを追加するには、
+ [Add to Address Book] をクリックして [OK] をクリックします。</li>
+</ol>
+</body>
+</html>
+
+
+
diff --git a/ldap/clients/dsgw/html/manual/mod.htm b/ldap/clients/dsgw/html/manual/mod.htm
new file mode 100644
index 00000000..1cb9e64d
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/mod.htm
@@ -0,0 +1,828 @@
+<!--
+ PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
+ license terms. Copyright 2001 Sun Microsystems, Inc.
+ Portions copyright 1999, 2002-2003 Netscape Communications Corporation.
+ All rights reserved.
+ -->
+<HTML>
+<HEAD>
+<TITLE>Editing Directory Entries</TITLE>
+</HEAD>
+<BODY>
+
+<H1><A NAME="editing"></A>Editing Entries</H1>
+
+You can modify existing entries in
+the directory using the Directory Server interface. Modify an entry
+by <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm">searching for the entry</A>, <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#results">viewing
+it</A>, and then clicking the edit button.
+
+<P>If you have not <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#userauth">authenticated</A> before
+you attempt to edit an entry, or if your authentication has expired, the
+Directory Server prompts you to authenticate before continuing.
+
+<P>You can edit:
+<UL>
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#people">people</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#ntpeople">NT people</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#groups">groups</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#NTgroups">NT groups</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#o">organizations</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#dc">domains</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#ou">organizational units</A></LI>
+</UL>
+
+<H2>
+<A NAME="people"></A>Editing People</H2>
+To edit a person's entry, do the following:
+<OL>
+<LI>
+Search for the entry using the <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#standard">Standard Search</A>
+or <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#advanced">Advanced Search</A> mechanism.</LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#results">View the entry</A>.</LI>
+
+<LI>
+Click the Edit Person button.</LI>
+
+<LI>
+If you have not authenticated before you attempt to edit an entry, or if
+your authentication has expired, the Directory Server prompts you to
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#userauth">authenticate</A> before continuing.</LI>
+
+<LI>
+To edit the person's entry, type the value you desire for each
+field. You must supply values for the required fields. The required fields
+for a person are:</LI>
+
+<UL type="disc">
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#commonName">Full Name</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#surname">Last Name</A></LI>
+</UL>
+
+<LI>
+You can provide values for the optional fields now, or edit them later.
+The optional fields for a person are:</LI>
+
+<P>
+<CENTER><TABLE BORDER=2>
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#givenName">First Name</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#telephoneNumber">Phone </A></TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#mail">Email Address</A> </TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#fax">Fax</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#userid">User ID </A></TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#pager">Pager </A></TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#mobile">Mobile Phone</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#businessCategory">Business Category</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#title">Title </A></TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#organizationalUnitName">Organizational Unit</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#manager">Manager</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#roomNumber">Room Number </A></TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#secretary">Admin </A></TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#departmentNumber">Dept# </A></TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#employeeNumber">Emp#</A> </TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#carLicnese">Car License# </A></TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#postalAddress">Mailing Address </A></TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#description">Description</A> </TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#seeAlso">See Also </A></TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#labeledURI">URL </A></TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#userPassword">Password</A> </TD>
+</TR>
+</TABLE></CENTER>
+<P>
+<LI>
+You may <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#addmanager">add values to the Manager and Admin
+fields</A> by clicking the corresponding Edit button.</LI>
+
+<LI>
+You may <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#addowner">add values to the See Also field</A>
+by clicking the corresponding Edit button.</LI>
+
+<LI>
+When you are done editing the fields, click Save Changes.</LI>
+</OL>
+From this window you can also:
+<UL>
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#rename">Rename an entry</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#delete">Delete an entry</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#changepw">Change a password</A></LI>
+</UL>
+
+<H3><A NAME="addmanager"></A>Adding Values to the Manager and Admin Fields</H3>
+
+When you click the Edit button in the Manager or Admin field,
+a new form that allows you to add or delete the corresponding
+attribute value is displayed. To add an individual to the Manager or Admin attribute,
+do the following:
+<OL>
+<LI>
+In the text box, enter a search string to be used to locate the entry of
+the person who is the manager or admin. Enter any of the following:</LI>
+
+<UL type="disc">
+<LI>
+A name. Enter a full name or a partial name. All entries that equally match
+the search string are returned. If no such entries are found, all entries
+that contain the search string are returned. If no such entries are found,
+any entries that sound like the search string are returned.</LI>
+
+<LI>
+A user ID (if you are searching for user entries).</LI>
+
+<LI>
+A telephone number. If you enter only a partial number, any entries that
+have telephone numbers ending in the search number are returned.</LI>
+
+<LI>
+An email address. Any search string containing an at (@) symbol is assumed
+to be an email address. If an exact match cannot be found, then a search
+is performed to find all email addresses that begin with the search string.</LI>
+
+<LI>
+An asterisk (*) to see all of the entries or groups currently residing
+in your directory.</LI>
+
+<LI>
+Any <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#filter">LDAP search filter</A>. Any string that
+contains an equal sign (=) is considered to be a search filter.</LI>
+</UL>
+
+<LI>
+Click "Find and Add" to find the matching entry and add it to the
+list. If any entries that you do not want to designate as manager
+or admin are listed, click the box in the "Remove from list" column. You can
+also construct a search filter to match the entries you want removed and
+then click "Find and Remove."</LI>
+
+<LI>
+When the list of group members is complete, click Save Changes.
+The currently displayed entry is now the value for the manager or admin
+attribute field.</LI>
+</OL>
+
+<H2>
+<A NAME="ntpeople"></A>Editing NT People</H2>
+To edit an NT person's entry, do the following:
+<OL>
+<LI>
+Search for the entry using the <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#standard">Standard Search</A>
+or <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#advanced">Advanced Search</A> mechanism.</LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#results">View the entry</A>.</LI>
+
+<LI>
+Click the Edit NT Person button.</LI>
+
+<LI>
+If you have not authenticated before you attempt to edit an entry, or if
+your authentication has expired, the Directory Server prompts you to
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#userauth">authenticate</A> before continuing.</LI>
+
+<LI>
+To edit the person's entry, type in the new value for each
+field. You must supply values for the required fields. The required fields
+for an NT person are:</LI>
+
+<UL type="disc">
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#commonName">Full Name</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#surname">Last Name</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#ntUserDomainId">NT Domain Name</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#uid">NT User ID</A></LI>
+</UL>
+
+<LI>
+You can provide values for the optional fields now, or add them later.
+The optional fields for an NT person are:</LI>
+
+<P>
+<CENTER><TABLE BORDER=2>
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#givenName">First Name</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#telephoneNumber">Phone </A></TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#mail">Email Address</A> </TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#fax">Fax </A></TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#userPassword">Directory Server Password</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#pager">Pager</A> </TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#mobile">Mobile Phone</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#businessCategory">Business Category</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#title">Title</A> </TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#organizationalUnitName">Organizational Unit</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#manager">Manager</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#roomNumber">Room Number</A> </TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#secretary">Admin </A></TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#departmentNumber">Dept#</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#employeeNumber">Emp#</A> </TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#carLicnese">Car License#</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#postalAddress">Mailing Address</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#description">Description</A> </TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#seeAlso">See Also</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#labeledURI">URL</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#userid">User Id</A> </TD>
+</TR>
+</TABLE></CENTER>
+<P>
+<LI>
+You can also change the value for the <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#ntUserDeleteAccount">Delete
+NT Account if Person deleted</A> option.</LI>
+
+<LI>
+To <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#addmanager">add values to the Manager and Admin
+fields</A>, click the corresponding Edit button.</LI>
+
+<LI>
+To <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#addowner">add values to the See Also field</A>,
+click the corresponding Edit button.</LI>
+
+<LI>
+When you are done editing the fields, click Save Changes.</LI>
+</OL>
+From this window you can also:
+<UL>
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#rename">Rename the entry</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#delete">Delete an entry</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#changepw">Change the password</A></LI>
+</UL>
+
+<H2><A NAME="groups"></A>Editing Groups</H2>
+
+To edit a group entry, do the following:
+<OL>
+<LI>
+Search for the entry using the <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#standard">Standard Search</A>
+or <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#advanced">Advanced Search</A> mechanism.</LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#results">View the entry</A>.</LI>
+
+<LI>
+Click the Edit Group button.</LI>
+
+<LI>
+If you have not authenticated before you attempt to edit an entry, or if
+your authentication has expired, the Directory Server prompts you to
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#userauth">authenticate</A> before continuing.</LI>
+
+<LI>
+To edit the group's entry, type the new value for each
+field. You must supply values for the required field,
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#name">Name</A>.
+
+<LI>
+You can provide values for the optional fields now, or edit them later.
+The optional fields for a group are:</LI>
+
+<P>
+<CENTER><TABLE BORDER=2>
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#description">Description</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#owner">Owner</A> </TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#member">Group Members</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#seeAlso">See Also</A></TD>
+</TR>
+</TABLE></CENTER>
+<P>
+<LI>
+To <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#addowner">add values to the See Also, Owners, and Group
+Members fields</A> click the corresponding Edit button.</LI>
+
+<LI>
+When you are done editing the fields, click Save Changes.</LI>
+</OL>
+From this window you can also:
+<UL>
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#rename">Rename the entry</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#delete">Delete an entry</A></LI>
+</UL>
+
+<H3><A NAME="addowner"></A>Adding Values to the Owner, See Also, and
+Group Member Fields</H3>
+
+When you click the Edit button for Owner, See Also, or Group
+Members, a new form that allows you to add or delete members is displayed.
+An owner, see also, or group member can be either an individual or a group.
+That is, if you add a group as an owner, see also, or group member, anyone
+belonging to the group becomes a member of the list. For example,
+if Barbara Jensen is a member of the Marketing Managers group, and you make
+the Marketing Managers group a member of the Marketing Personnel group,
+then Barbara Jensen is also a member of the Marketing Personnel group. To add
+members, owners, or see alsos, do the following:
+<OL>
+<LI>
+If you want to add user entries to the list, make sure People is shown
+in the first dialog box. If you want to add group entries to the group,
+make sure Group is shown.</LI>
+
+<LI>
+In the second dialog box, enter a search string. Enter any of the following:</LI>
+
+<UL type="disc">
+<LI>
+A name. Enter a full name or a partial name. All entries that equally match
+the search string are returned. If no such entries are found, all entries
+that contain the search string are found. If no such entries are found,
+any entries that sounds like the search string are returned.</LI>
+
+<LI>
+A user ID, (if you are searching for user entries).</LI>
+
+<LI>
+A telephone number. If you enter only a partial number, any entries that
+have telephone numbers ending in the search number are returned.</LI>
+
+<LI>
+An email address. Any search string containing an at (@) symbol is assumed
+to be an email address. If an exact match cannot be found, then a search
+is performed to find all email addresses that begin with the search string.</LI>
+
+<LI>
+An asterisk (*) to see all of the entries or groups currently residing
+in your directory.</LI>
+
+<LI>
+Any <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#filter">LDAP search filter</A>. Any string that
+contains an equal sign (=) is considered to be a search filter.</LI>
+</UL>
+
+<LI>
+Click "Find and Add" to find all the matching entries and add them
+to the list. If any entries are shown that you do not want to include in
+the list, click the box in the "Remove from list" column. You
+can also construct a search filter to match the entries you want removed
+and then click "Find and Remove."</LI>
+
+<LI>
+When the list of group members is complete, click Save Changes.
+The currently displayed entries now belong to the list.</LI>
+</OL>
+
+<H2>
+<A NAME="NTgroups"></A>Editing NT Groups</H2>
+To edit an NT group entry, do the following:
+<OL>
+<LI>
+Search for the entry using the <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#standard">Standard Search</A>
+or <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#advanced">Advanced Search</A> mechanism.</LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#results">View the entry</A>.</LI>
+
+<LI>
+Click the Edit NT Group button.</LI>
+
+<LI>
+If you have not authenticated before you attempt to edit an entry, or if
+your authentication has expired, the Directory Server prompts you to
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#userauth">authenticate</A> before continuing.</LI>
+
+<LI>
+To edit the group's entry, type in the value for each
+field. You must supply values for the required fields. The required fields
+for an NT group are:</LI>
+
+<UL type="disc">
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#cn">Name</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#ntGroupId">NT Group Name</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#ntGroupDomainId">NT Domain Name</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#ntGroupType">NT Group Type</A></LI>
+
+</UL>
+
+<LI>
+You can provide values for the optional fields now, or add them later.
+The optional fields for an NT group are:</LI>
+
+<P>
+<CENTER><TABLE BORDER=2>
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#description">Description</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#owner">Owner</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#l">Locale</A></TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#uniqueMember">Group Members</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#seeAlso">See Also</A></TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#organizationalUnitName">Organizational Unit</A></TD>
+</TR>
+</TABLE></CENTER>
+<LI>
+You can also change the value for the <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#ntGroupDeleteGroup">Delete NT Group if Group Deleted</A> option.</LI>
+
+<LI>
+You can <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#addowner">add values to the See Also, Owners, and Group
+Members fields</A> by clicking the corresponding "Edit" button.</LI>
+
+<LI>
+When you are done editing, click Save Changes.</LI>
+</OL>
+From this window you can also:
+<UL>
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#rename">Rename an entry</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#delete">Delete an entry</A></LI>
+</UL>
+
+<H2>
+<A NAME="ou"></A>Editing Organizational Units</H2>
+To edit an organizational unit, do the following:
+<OL>
+<LI>
+Search for the entry using the <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#standard">Standard Search</A>
+or <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#advanced">Advanced Search</A> mechanism.</LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#results">View the entry</A>.</LI>
+
+<LI>
+Click the Edit Organizational Unit button.</LI>
+
+<LI>
+If you have not authenticated before you attempt to edit an entry, or if
+your authentication has expired, the Directory Server prompts you to
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#userauth">authenticate</A> before continuing.</LI>
+
+<LI>
+To edit the organizational unit's entry, type in the value
+for each field. You must supply values for the required fields.</LI>
+
+<LI>
+The required field for an organizational unit is <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#organizationalUnitName">Unit Name</A>.</LI>
+
+<LI>
+You can provide values for the optional fields now, or add them later.
+The optional fields for an organizational unit are:</LI>
+
+<P>
+<CENTER><TABLE BORDER=2>
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#description">Description</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#telephoneNumber">Phone</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#businessCategory">Business Category</A> </TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#fax">Fax</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#localityName">Location</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#postalAddress">Mailing Address</A> </TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#seeAlso">See Also</A> </TD>
+
+<TD> </TD>
+
+<TD> </TD>
+</TR>
+</TABLE></CENTER>
+<P>
+<LI>
+When you are done editing, click Save Changes.</LI>
+</OL>
+From this window you can also:
+<UL>
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#rename">Rename an entry</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#delete">Delete an entry</A></LI>
+</UL>
+
+<H2>
+<A NAME="dc"></A>Editing Domain Components</H2>
+To edit a domain, do the following:
+<OL>
+<LI>
+Search for the entry using the <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#standard">Standard Search</A>
+or <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#advanced">Advanced Search</A> mechanism.</LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#results">View the entry</A>.</LI>
+
+<LI>
+Click the Edit Domaincomponent button.</LI>
+
+<LI>
+If you have not authenticated before you attempt to edit an entry, or if
+your authentication has expired, the Directory Server prompts you to
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#userauth">authenticate</A> before continuing.</LI>
+
+<LI>
+To edit the domain's entry, type in the value
+for each field. You must supply values for the required fields.</LI>
+
+<LI>
+The required field for a domain is <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#name">Domaincomponent Name</A>.</LI>
+
+<LI>
+You can provide values for the optional fields now, or add them later.
+The optional fields for a domain are:</LI>
+
+<P>
+<CENTER><TABLE BORDER=2>
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#description">Description</A></TD>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#telephoneNumber">Phone</A></TD>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#businessCategory">Business Category</A></TD></TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#fax">Fax</A></TD>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#localityName">Location</A></TD>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#postalAddress">Mailing Address</A></TD></TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#seeAlso">See Also</A></TD>
+<TD>&nbsp;</TD>
+<TD>&nbsp;</TD></TR>
+</TABLE></CENTER>
+<P>
+<LI>
+When you are done editing, click Save Changes.</LI>
+</OL>
+From this window you can also:
+<UL>
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#rename">Rename an entry</A></LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm#delete">Delete an entry</A></LI>
+</UL>
+
+<H2>
+<A NAME="o"></A>Editing Organizations</H2>
+To edit an organization entry, do the following:
+<OL>
+<LI>
+Search for the entry using the <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#standard">Standard Search</A>
+or <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#advanced">Advanced Search</A> mechanism.</LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#results">View the entry</A>.</LI>
+
+<LI>
+Click the Edit Organization button.</LI>
+
+<LI>
+If you have not authenticated before you attempt to edit an entry, or if
+your authentication has expired, the Directory Server prompts you to
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#userauth">authenticate</A> before continuing.</LI>
+
+<LI>
+To edit the organizational unit's entry, type in the value
+for each field. You must supply values for the required fields.</LI>
+
+<LI>
+The required fields for an organization is <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#organizationName">Organization Name</A>.</LI>
+
+<LI>
+You may provide values for the optional fields now, or edit them later.
+The optional fields for an organization are:</LI>
+
+<P>
+<CENTER><TABLE BORDER=2>
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#description">Description</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#telephoneNumber">Phone</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#businessCategory">Business Category</A> </TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#fax">Fax</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#l">Location</A> </TD>
+
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#postalAddress">Mailing Address</A> </TD>
+</TR>
+
+<TR>
+<TD><A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#seeAlso">See Also</A> </TD>
+
+<TD> </TD>
+
+<TD> </TD>
+</TR>
+</TABLE></CENTER>
+<LI>
+When you are done editing, click Save Changes.</LI>
+</OL>
+
+<H2><A NAME="rename"></A>Renaming Entries</H2>
+To rename an entry, do the following:
+<OL>
+<LI>
+Search for the entry using the <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#standard">Standard Search</A>
+or <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#advanced">Advanced Search</A> mechanism.</LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#results">View the entry</A>.</LI>
+
+<LI>
+Click the Edit button.</LI>
+
+<LI>
+Enter the new common name for the entry.</LI>
+
+<LI>
+Click Save Changes.</LI>
+</OL>
+Note the following rules about renaming an entry:
+<UL>
+<LI>
+You can change only the left-most value in an entry's <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/add.htm#DN">distinguished
+name</A>. This effectively means you can only change the entry's name;
+you cannot move the entry to another branch in the directory through this
+mechanism. For example, if you have an entry that has a DN of:</LI>
+
+<PRE>uid=tandrew, ou=Accounting, o=Example.com</PRE>
+
+you can rename only the user ID (uid) part of this entry. You cannot, however,
+move user tandrew to the Marketing subtree. To do that, you must create
+a new entry for tandrew in the Marketing subtree, and then delete his old
+entry in the Accounting tree.
+<LI>
+You cannot rename an organizational unit if it has any entries below it
+in the tree. To rename a branch point in the directory tree, you must first
+delete everything below that point in the tree, and then rename the entry.</LI>
+</UL>
+
+<H2>
+<A NAME="delete"></A>Deleting Entries</H2>
+To delete an entry, do the following:
+<OL>
+<LI>
+Search for the entry using the <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#standard">Standard Search</A>
+or <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#advanced">Advanced Search</A> mechanism.</LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#results">View the entry</A>.</LI>
+
+<LI>
+Click the Edit button.</LI>
+
+<LI>
+Click the Delete button.</LI>
+</OL>
+Note that you cannot delete an entry if it has any child entries. Specifically,
+you cannot delete an organizational unit if it has any entries below it
+in the tree. To delete a branch point in the directory tree, you must first
+delete everything below that point in the tree, and then delete the entry.
+<H2>
+<A NAME="changepw"></A>Changing Passwords</H2>
+In the Directory Server interface, you can change your own password. You
+can also change another person's password if you are the directory manager
+or an unrestricted user with write privileges to the password attribute.
+
+<P>To change a password, do the following:
+<OL>
+<LI>
+Search for the entry using the <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#standard">Standard Search</A>
+or <A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#advanced">Advanced Search</A> mechanism.</LI>
+
+<LI>
+<A href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#results">View the entry</A>.</LI>
+
+<LI>
+Click the Edit button.</LI>
+
+<LI>
+Click the Change Password button.</LI>
+
+<BR>If you are changing your own password, you must enter the old password
+for the change command to succeed. (If you are authenticated as
+anyone besides the current entry, you are not prompted to enter the
+old password.)
+<LI>
+Click the Change Password button.</LI>
+
+</OL>
+
+</BODY>
+</HTML>
diff --git a/ldap/clients/dsgw/html/manual/n.gif b/ldap/clients/dsgw/html/manual/n.gif
new file mode 100644
index 00000000..1dd64dbf
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/n.gif
Binary files differ
diff --git a/ldap/clients/dsgw/html/manual/objclass.htm b/ldap/clients/dsgw/html/manual/objclass.htm
new file mode 100644
index 00000000..708746fa
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/objclass.htm
@@ -0,0 +1,7246 @@
+<!--
+ PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
+ license terms. Copyright 2001 Sun Microsystems, Inc.
+ Portions copyright 1999, 2002-2003 Netscape Communications Corporation.
+ All rights reserved.
+ -->
+<A NAME="1096805">
+<P>
+</A><A NAME="1096807">
+<P>
+</A><A NAME="1002619">
+<H1>Object Classes
+</H1>
+</A>
+
+<A NAME="996830">
+<br>
+This appendix includes information on object class definitions. Most of the schema elements used in the Directory Server are part of the standard LDAP protocol, which is in turn based on the X.500 standard. However, some of the Directory Server's object classes are extensions created by Netscape for use with its implementation of LDAP. If an object class was created by Netscape and is not part of the standard LDAP schema, a note is made in the description of that object class. <P></A>
+
+<A NAME="1080540">
+For information on what the Directory Server schema is and what it is used for, refer to the <i>Netscape Directory Server Deployment Guide</i>.<P></A>
+
+<A NAME="1080543">
+For information on the attributes in the schema, see <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1002619">Appendix B, "Attributes."</a><P></A>
+<A NAME="1080587">
+The following types of object classes are described here:<P>
+</A><ul><A NAME="1080589">
+<LI><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1005608">Groups</a><P>
+</A>
+<A NAME="1080591">
+<LI><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1005780">Replication</a><P>
+</A>
+<A NAME="1011931">
+<LI><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1005591">Locations</a><P>
+</A>
+<A NAME="1002658">
+<LI><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1004915">Organizations</a><P>
+</A>
+<A NAME="1002659">
+<LI><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1004958">People</a><P>
+</A>
+<A NAME="1021627">
+<LI><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1078660">Calendar Server Extensions</a><P>
+</A>
+<A NAME="1085862">
+<LI><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1078479">Certificate Server Extensions</a><P>
+</A>
+<A NAME="1085922">
+<LI><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1078576">Collabra Server Extensions</a><P>
+</A>
+<A NAME="1085927">
+<LI><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1078655">Compass Server Extensions</a><P>
+</A>
+<A NAME="1085932">
+<LI><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1097229">Directory Server Extensions</a><P>
+</A>
+<A NAME="1085945">
+<LI><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1097091">Media Server Extensions</a><P>
+</A>
+<A NAME="1100342">
+<LI><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1097135">Messaging Server Extensions</a><P>
+</A>
+<A NAME="1085950">
+<LI><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1086191">Proxy Server Extensions</a><P>
+</A>
+<A NAME="1085955">
+<LI><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1081607">Web Server Extensions</a><P>
+</A>
+<A NAME="1089730">
+<LI><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1108799">Reserved Object Classes</a><P>
+</A>
+</ul>
+<A NAME="1108856">
+The base OID for the Netscape Directory Server is:<P></A>
+<PRE><A NAME="1108857">
+2.16.840.1.113730.3
+</A>
+</PRE>
+<A NAME="1108858">
+All Netscape defined object classes have the base:<P></A>
+<PRE><A NAME="1108859">
+2.16.840.1.113730.3.2
+</A>
+</PRE>
+
+<A NAME="1005608"> 
+</A>
+<A NAME="Groups">
+<H2> Groups</H2>
+</A>
+
+<A NAME="1080703">
+The following object classes describe entries representing an unordered set of names that represent individual objects or other groups of objects. Membership of a group is static: only administrative action can modify a group (such as adding a member), the membership is not determined dynamically each time a reference is made to the group. Each object class contains attributes that describe the group and its members. The object classes described here are <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1080708">groupOfNames</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1005294">groupOfUniqueNames</a>, and <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1100399">NTGroup</a>.<P></A>
+
+
+<A NAME="1080708"> 
+</A>
+<A NAME="groupOfNames">
+<H3> groupOfNames</H3>
+</A>
+
+
+
+<A NAME="1080709">
+Defines entries for a group of names. This object class was inherited from X.500 Directory Services. <P></A>
+
+<A NAME="1096982">
+OID: <code>2.5.6.9</code><P></A>
+
+<A NAME="1067760">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1075396">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1075398">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1069038">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171494">cn</a><P></A>
+<td>
+<A NAME="1069041">
+(Required) The group's common name.<P></A>
+
+<tr><td>
+<A NAME="1069044">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171811">member</a><P></A>
+<td>
+<A NAME="1069047">
+(Required) A group member in distinguished name format.<P></A>
+
+<tr><td>
+<A NAME="1069050">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171367">businessCategory</a><P></A>
+<td>
+<A NAME="1069052">
+Type of business in which the group is engaged.<P></A>
+
+<tr><td>
+<A NAME="1069055">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171528">description</a><P></A>
+<td>
+<A NAME="1069057">
+Text description of the group's purpose.<P></A>
+
+<tr><td>
+<A NAME="1104361">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1246271">memberURL</a><P></A>
+<td>
+<A NAME="1104363">
+URL to information relevant to a group member.<P></A>
+
+<tr><td>
+<A NAME="1069060">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1281611">o</a><P></A>
+<td>
+<A NAME="1069062">
+Organization to which the group belongs.<P></A>
+
+<tr><td>
+<A NAME="1104337">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1241174">ou</a><P></A>
+<td>
+<A NAME="1069067">
+Organizational unit to which the group belongs.<P></A>
+
+<tr><td>
+<A NAME="1104340">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1005719">owner</a><P></A>
+<td>
+<A NAME="1069072">
+The group's owner.<P></A>
+
+<tr><td>
+<A NAME="1069075">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1172500">seeAlso</a><P></A>
+<td>
+<A NAME="1069077">
+URL to information relevant to the group.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1005294"> 
+</A>
+<A NAME="groupOfUniqueNames">
+<H3> groupOfUniqueNames</H3>
+</A>
+
+
+
+<A NAME="1005764">
+Defines entries for a group of unique names. This object class was inherited from X.500 Directory Services. <P></A>
+
+<A NAME="1097009">
+OID: <code>2.5.6.17</code><P></A>
+
+<A NAME="1067761">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1075392">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1075394">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1069137">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171494">cn</a><P></A>
+<td>
+<A NAME="1069140">
+(Required) The group's common name.<P></A>
+
+<tr><td>
+<A NAME="1069144">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1172624">uniqueMember</a><P></A>
+<td>
+<A NAME="1069147">
+(Required) A unique group member in distinguished name format.<P></A>
+
+<tr><td>
+<A NAME="1104391">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171367">businessCategory</a><P></A>
+<td>
+<A NAME="1069152">
+Type of business in which the group is engaged.<P></A>
+
+<tr><td>
+<A NAME="1104396">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171528">description</a><P></A>
+<td>
+<A NAME="1069157">
+Text description of the group's purpose.<P></A>
+
+<tr><td>
+<A NAME="1104401">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1281611">o</a><P></A>
+<td>
+<A NAME="1069162">
+Organization to which the group belongs.<P></A>
+
+<tr><td>
+<A NAME="1104406">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1241174">ou</a><P></A>
+<td>
+<A NAME="1069167">
+Organizational unit to which the group belongs.<P></A>
+
+<tr><td>
+<A NAME="1104411">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1005719">owner</a><P></A>
+<td>
+<A NAME="1069172">
+The group's owner.<P></A>
+
+<tr><td>
+<A NAME="1104416">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1172500">seeAlso</a><P></A>
+<td>
+<A NAME="1069177">
+URL to information relevant to the group.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1100399"> 
+</A>
+<A NAME="NTGroup">
+<H3> NTGroup</H3>
+</A>
+
+
+
+<A NAME="1100400">
+Object class used by the NT synchronization service to map the attributes of an NT group to an entry in the directory. This object class is a Netscape extension to the standard LDAP schema.<P></A>
+
+<A NAME="1100401">
+OID: <code>2.16.840.1.113730.3.2.9</code><P></A>
+
+<A NAME="1100458">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1100404">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1100406">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1100410">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1103684">ntGroupDomainId</a><P></A>
+<td>
+<A NAME="1100412">
+(Required) Used by the NT synchronization service to store the NT Global Groupname/Domain.<P></A>
+
+<tr><td>
+<A NAME="1100415">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171528">description</a><P></A>
+<td>
+<A NAME="1100417">
+Text description of the NT group.<P></A>
+
+<tr><td>
+<A NAME="1100420">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1244534">l</a><P></A>
+<td>
+<A NAME="1100422">
+Locality in which the server resides.<P></A>
+
+<tr><td>
+<A NAME="1104514">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1122623">ntGroupAttributes</a><P></A>
+<td>
+<A NAME="1104516">
+Used by the NT synchronization service to store attributes for an NT group.<P></A>
+
+<tr><td>
+<A NAME="1104538">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1122633">ntGroupCreateNewGroup</a><P></A>
+<td>
+<A NAME="1104540">
+Reserved for use by the NT synchronization service.<P></A>
+
+<tr><td>
+<A NAME="1104480">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1103799">ntGroupDeleteGroup</a><P></A>
+<td>
+<A NAME="1104482">
+Reserved for use by the NT synchronization service.<P></A>
+
+<tr><td>
+<A NAME="1104557">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1104232">ntGroupId</a><P></A>
+<td>
+<A NAME="1104559">
+Used by the NT synchronization service to store the identifier for the group.<P></A>
+
+<tr><td>
+<A NAME="1100425">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1241174">ou</a><P></A>
+<td>
+<A NAME="1100427">
+Organizational unit to which the group belongs.<P></A>
+
+<tr><td>
+<A NAME="1100435">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1172500">seeAlso</a><P></A>
+<td>
+<A NAME="1100437">
+URL to information relevant to the group.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1005780"> 
+</A>
+<A NAME="Replication">
+<H2> Replication</H2>
+</A>
+
+<A NAME="1005974">
+The following object classes define Directory Servers. The first object class identifies the master or supplier server. The second object class identifies consumer servers and the entries to be supplied to those consumers. The object classes are <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1100614">cirReplicaSource</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1005781">LDAPServer</a>, and <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1005782">LDAPReplica</a>. <P></A>
+
+
+<A NAME="1100614"> 
+</A>
+<A NAME="cirReplicaSource">
+<H3> cirReplicaSource</H3>
+</A>
+
+
+
+<A NAME="1100615">
+Object class used by the Netscape Directory Server for consumer initiated replication that contains all the replication information for a particular subtree of the directory. This object class is a Netscape extension to the standard LDAP schema.<P></A>
+
+<A NAME="1100616">
+OID: <code>2.16.840.1.113730.3.2.11</code><P></A>
+
+<A NAME="1100703">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1100619">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1100621">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1100624">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171494">cn</a><P></A>
+<td>
+<A NAME="1100626">
+(Required) unique identifier of the supplier server.<P></A>
+
+<tr><td>
+<A NAME="1104680">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1103818">cirBeginORC</a><P></A>
+<td>
+<A NAME="1104682">
+Defines whether or not the consumer server should erase the contents of its directory before replication.<P></A>
+
+<tr><td>
+<A NAME="1104646">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1101818">cirBindCredentials</a><P></A>
+<td>
+<A NAME="1104648">
+Bind credentials used to connect to the supplier server.<P></A>
+
+<tr><td>
+<A NAME="1104607">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1101379">cirBindDn</a><P></A>
+<td>
+<A NAME="1104609">
+Distinguished name used to bind to the supplier server.<P></A>
+
+<tr><td>
+<A NAME="1104731">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1101250">cirHost</a><P></A>
+<td>
+<A NAME="1104733">
+Hostname of the supplier server.<P></A>
+
+<tr><td>
+<A NAME="1104629">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1101860">cirLastUpdateApplied</a><P></A>
+<td>
+<A NAME="1104631">
+Last date and time that synchronization occurred between the consumer and supplier servers.<P></A>
+
+<tr><td>
+<A NAME="1100639">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1101283">cirPort</a><P></A>
+<td>
+<A NAME="1100641">
+Port number of the supplier server.<P></A>
+
+<tr><td>
+<A NAME="1104589">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1101135">cirReplicaRoot</a><P></A>
+<td>
+<A NAME="1104591">
+Root of the subtree on the supplier server to be replicated on the consumer.<P></A>
+
+<tr><td>
+<A NAME="1104766">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1102148">cirSyncInterval</a><P></A>
+<td>
+<A NAME="1104768">
+Periodically, the consumer server queries the supplier to find out if any changes have been made to the replicated portion of the directory. This attribute defines, in seconds, the interval between consumer queries of the supplier server.<P></A>
+
+<tr><td>
+<A NAME="1104811">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1102114">cirUpdateFailedat</a><P></A>
+<td>
+<A NAME="1104813">
+Timestamp of the last failed update attempt.<P></A>
+
+<tr><td>
+<A NAME="1104814">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1102001">cirUpdateSchedule</a><P></A>
+<td>
+<A NAME="1104792">
+Hours between which replication can occur.<P></A>
+
+<tr><td>
+<A NAME="1100650">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1101691">cirUsePersistentSearch</a><P></A>
+<td>
+<A NAME="1100652">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1100655">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1101735">cirUseSsl</a><P></A>
+<td>
+<A NAME="1100657">
+Tells the consumer server to use an SSL connection when binding to the supplier server.<P></A>
+
+<tr><td>
+<A NAME="1104823">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1148497">replicaEntryFilter</a><P></A>
+<td>
+<A NAME="1104699">
+Specifies which attributes should be replicated or omitted during replication.<P></A>
+
+<tr><td>
+<A NAME="1100690">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1148453">replicaNickName</a><P></A>
+<td>
+<A NAME="1100692">
+Freeform name that describes a particular set of replication rules between a single supplier and a single consumer server.<P></A>
+
+<tr><td>
+<A NAME="1100700">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1281126">replicatedAttributeList</a><P></A>
+<td>
+<A NAME="1100702">
+Specifies which attributes should be replicated or omitted during replication.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1105809"> 
+</A>
+<A NAME="glue">
+<H3> glue</H3>
+</A>
+
+
+
+<A NAME="1105810">
+Extensible object class used by the Netscape Directory Server to facilitate replication. For more information about extensible object classes, see "Types of Object Classes" in the Netscape Directory Server Deployment Guide. Reserved. This object class is a Netscape extension to the standard LDAP schema.<P></A>
+
+<A NAME="1105811">
+OID: <code>2.16.840.1.113730.3.2.30</code><P></A>
+
+
+<A NAME="1005781"> 
+</A>
+<A NAME="LDAPServer">
+<H3> LDAPServer</H3>
+</A>
+
+
+
+<A NAME="1042902">
+Identifies the local server. This object class is a Netscape extension to the standard LDAP schema.<P></A>
+
+<A NAME="1098493">
+OID: <code>2.16.840.1.113730.3.2.35</code><P></A>
+
+<A NAME="1067762">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1075388">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1075390">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1069192">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171494">cn</a><P></A>
+<td>
+<A NAME="1069195">
+(Required) The server's common name.<P></A>
+
+<tr><td>
+<A NAME="1069199">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171397">changeLogMaximumAge</a><P></A>
+<td>
+<A NAME="1100535">
+Maximum age permitted for the server's change log.<P></A>
+
+<tr><td>
+<A NAME="1069204">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171405">changeLogMaximumSize</a><P></A>
+<td>
+<A NAME="1069206">
+Maximum size permitted for the server's change log.<P></A>
+
+<tr><td>
+<A NAME="1069209">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171528">description</a><P></A>
+<td>
+<A NAME="1069211">
+Text description of the server.<P></A>
+
+<tr><td>
+<A NAME="1069214">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1284708">generation</a><P></A>
+<td>
+<A NAME="1069216">
+Unique byte vector that identifies the server for replication purposes.<P></A>
+
+<tr><td>
+<A NAME="1069219">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1244534">l</a><P></A>
+<td>
+<A NAME="1069221">
+Locality in which the server resides.<P></A>
+
+<tr><td>
+<A NAME="1069224">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1241174">ou</a><P></A>
+<td>
+<A NAME="1069226">
+Organizational unit to which the server belongs.<P></A>
+
+<tr><td>
+<A NAME="1069229">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1172500">seeAlso</a><P></A>
+<td>
+<A NAME="1069231">
+URL to information relevant to the server.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1005782"> 
+</A>
+<A NAME="LDAPReplica">
+<H3> LDAPReplica</H3>
+</A>
+
+
+
+<A NAME="1006031">
+Identifies entries in the local server that are replicated to a remote server, and identifies the remote server to which the entries are replicated. This object class is a Netscape extension to the standard LDAP schema.<P></A>
+
+<A NAME="1098496">
+OID: <code>2.16.840.1.113730.3.2.36</code><P></A>
+
+<A NAME="1067881">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1075384">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1075386">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1069247">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171494">cn</a><P></A>
+<td>
+<A NAME="1069250">
+(Required) The entry's common name.<P></A>
+
+<tr><td>
+<A NAME="1069253">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171528">description</a><P></A>
+<td>
+<A NAME="1069255">
+Text description of the entry.<P></A>
+
+<tr><td>
+<A NAME="1104907">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1244534">l</a><P></A>
+<td>
+<A NAME="1069260">
+Locality in which the entry resides.<P></A>
+
+<tr><td>
+<A NAME="1104912">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1241174">ou</a><P></A>
+<td>
+<A NAME="1069265">
+Organizational unit in which the entry resides.<P></A>
+
+<tr><td>
+<A NAME="1106807">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1092877">replicaBeginOrc</a><P></A>
+<td>
+<A NAME="1106809">
+Defines whether or not the supplier server should erase the contents of the consumer server before replication.<P></A>
+
+<tr><td>
+<A NAME="1069268">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1006496">replicaBindDn</a><P></A>
+<td>
+<A NAME="1069270">
+DN used by the local server to bind to the consumer server.<P></A>
+
+<tr><td>
+<A NAME="1069273">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1006636">replicaBindMethod</a><P></A>
+<td>
+<A NAME="1069275">
+Method used by the local server to bind to the consumer. Currently this attribute must be set to <code>simple</code>.<P></A>
+
+<tr><td>
+<A NAME="1069278">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230073">replicaCredentials</a><P></A>
+<td>
+<A NAME="1069280">
+Password used by the local server to bind to the consumer.<P></A>
+
+<tr><td>
+<A NAME="1106878">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1148497">replicaEntryFilter</a><P></A>
+<td>
+<A NAME="1106880">
+Specifies which attributes should be replicated or omitted in a filtered replication agreement.<P></A>
+
+<tr><td>
+<A NAME="1069283">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1148445">replicaHost</a><P></A>
+<td>
+<A NAME="1069285">
+Hostname of the consumer server.<P></A>
+
+<tr><td>
+<A NAME="1106816">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1148453">replicaNickName</a><P></A>
+<td>
+<A NAME="1106818">
+Contains a freeform name for the replication agreement.<P></A>
+
+<tr><td>
+<A NAME="1069288">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1007660">replicaPort</a><P></A>
+<td>
+<A NAME="1069290">
+Port used by the consumer server for LDAP communications.<P></A>
+
+<tr><td>
+<A NAME="1069293">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1006384">replicaRoot</a><P></A>
+<td>
+<A NAME="1069295">
+Distinguished name representing the subtree on the local server that is to be supplied to the consumer server.<P></A>
+
+<tr><td>
+<A NAME="1106928">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1281126">replicatedAttributeList</a><P></A>
+<td>
+<A NAME="1106930">
+Specifies which attributes should be replicated or omitted in a selected attribute replication agreement.<P></A>
+
+<tr><td>
+<A NAME="1069298">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1006918">replicaUpdateFailedAt</a><P></A>
+<td>
+<A NAME="1069300">
+Time stamp when an update to the consumer server failed.<P></A>
+
+<tr><td>
+<A NAME="1069303">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1012768">replicaUpdateReplayed</a><P></A>
+<td>
+<A NAME="1069305">
+Change number of the last change supplied to the consumer server.<P></A>
+
+<tr><td>
+<A NAME="1069308">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1006817">replicaUpdateSchedule</a><P></A>
+<td>
+<A NAME="1069310">
+Schedule when the local server begins an update to the consumer server.<P></A>
+
+<tr><td>
+<A NAME="1069313">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1006741">replicaUseSSL</a><P></A>
+<td>
+<A NAME="1069315">
+Indicates whether SSL is to be used for communications with the consumer server.<P></A>
+
+<tr><td>
+<A NAME="1069318">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1172500">seeAlso</a><P></A>
+<td>
+<A NAME="1069320">
+URL to information relevant to the server.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1005591"> 
+</A>
+<A NAME="Locations">
+<H2> Locations</H2>
+</A>
+
+<A NAME="1005809">
+The following object classes describe locations in the directory tree. Each object class contains attributes that describe a location, such as the country name and description. The object classes described here are <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1005812">country</a> and <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1005427">locality</a>.<P></A>
+
+
+<A NAME="1005812"> 
+</A>
+<A NAME="country">
+<H3> country</H3>
+</A>
+
+
+
+<A NAME="1005813">
+Defines entries that represent countries. This object class was inherited from X.500 Directory Services. <P></A>
+
+<A NAME="1096900">
+OID: <code>2.5.6.2</code><P></A>
+
+<A NAME="1068820">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1088379">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1088381">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1088384">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1240535">c</a><P></A>
+<td>
+<A NAME="1088387">
+(Required) The entry's country name.<P></A>
+
+<tr><td>
+<A NAME="1088390">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171528">description</a><P></A>
+<td>
+<A NAME="1088392">
+Text description of the country.<P></A>
+
+<tr><td>
+<A NAME="1088397">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202682">searchGuide</a><P></A>
+<td>
+<A NAME="1088399">
+Specifies information for suggested search criteria when using the entry as the base object in the directory tree for a search operation.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1005427"> 
+</A>
+<A NAME="locality">
+<H3> locality</H3>
+</A>
+
+
+
+<A NAME="1005428">
+Defines entries that represent localities or geographic areas. This object class was inherited from X.500 Directory Services. <P></A>
+
+<A NAME="1096910">
+OID: <code>2.5.6.3</code><P></A>
+
+<A NAME="1068821">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1075380">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1075382">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1071009">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171528">description</a><P></A>
+<td>
+<A NAME="1071011">
+Text description of the locality.<P></A>
+
+<tr><td>
+<A NAME="1071014">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1244534">l</a><P></A>
+<td>
+<A NAME="1071016">
+The entry's locality.<P></A>
+
+<tr><td>
+<A NAME="1106986">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202682">searchGuide</a><P></A>
+<td>
+<A NAME="1106988">
+Specifies information for a suggested search criteria when using the entry as the base object in the directory tree for a search operation.<P></A>
+
+<tr><td>
+<A NAME="1071019">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1172500">seeAlso</a><P></A>
+<td>
+<A NAME="1071021">
+URL to information relevant to the locality.<P></A>
+
+<tr><td>
+<A NAME="1071024">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1203417">st</a><P></A>
+<td>
+<A NAME="1071026">
+State or province to which the locality belongs.<P></A>
+
+<tr><td>
+<A NAME="1071029">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202721">street</a><P></A>
+<td>
+<A NAME="1071031">
+Street address associated with the locality.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1004915"> 
+</A>
+<A NAME="Organizations">
+<H2> Organizations</H2>
+</A>
+
+<A NAME="1004913">
+The following object classes describe entries representing organizations in the directory tree. Each object class contains attributes that describe an organization, such as its name and description. The object classes described here are <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1004980">organization</a> and <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1005108">organizationalUnit</a>.<P></A>
+
+
+<A NAME="1004980"> 
+</A>
+<A NAME="organization">
+<H3> organization</H3>
+</A>
+
+
+
+<A NAME="1004981">
+Defines entries that represent organizations. An organization is generally assumed to be a large, relatively static grouping within a larger corporation or enterprise. This object class was inherited from X.500 Directory Services. <P></A>
+
+<A NAME="1096920">
+OID: <code>2.5.6.4</code><P></A>
+
+<A NAME="1068822">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1107038">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1107040">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1107045">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1281611">o</a><P></A>
+<td>
+<A NAME="1107047">
+(Required) The organization's name.<P></A>
+
+<tr><td>
+<A NAME="1107052">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171367">businessCategory</a><P></A>
+<td>
+<A NAME="1107054">
+Business in which the organization is involved.<P></A>
+
+<tr><td>
+<A NAME="1107059">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171528">description</a><P></A>
+<td>
+<A NAME="1107061">
+Text description of the organization.<P></A>
+
+<tr><td>
+<A NAME="1107065">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171637">facsimileTelephoneNumber</a><P></A>
+<td>
+<A NAME="1107068">
+Fax number associated with the organization.<P></A>
+
+<tr><td>
+<A NAME="1107073">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1244534">l</a><P></A>
+<td>
+<A NAME="1107075">
+The organization's location.<P></A>
+
+<tr><td>
+<A NAME="1107079">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1003072">physicalDeliveryOfficeName</a><P></A>
+<td>
+<A NAME="1107082">
+A location where physical deliveries can be made to the organization.<P></A>
+
+<tr><td>
+<A NAME="1107087">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230025">postalAddress</a><P></A>
+<td>
+<A NAME="1107089">
+The organization's mailing address.<P></A>
+
+<tr><td>
+<A NAME="1107094">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230036">postalCode</a><P></A>
+<td>
+<A NAME="1107096">
+The organization's postal code (such as a United States zip code).<P></A>
+
+<tr><td>
+<A NAME="1107101">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230043">postOfficeBox</a><P></A>
+<td>
+<A NAME="1107103">
+The organization's post office box.<P></A>
+
+<tr><td>
+<A NAME="1107108">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202605">preferredDeliveryMethod</a><P></A>
+<td>
+<A NAME="1107110">
+The organization's preferred method of contact or delivery.<P></A>
+
+<tr><td>
+<A NAME="1107115">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202682">searchGuide</a><P></A>
+<td>
+<A NAME="1107117">
+Specifies information for suggested search criteria when using the entry as the base object in the directory tree for a search operation.<P></A>
+
+<tr><td>
+<A NAME="1107122">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1172500">seeAlso</a><P></A>
+<td>
+<A NAME="1107124">
+URL to information relevant to the organization.<P></A>
+
+<tr><td>
+<A NAME="1107129">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1203417">st</a><P></A>
+<td>
+<A NAME="1107131">
+State or province in which the organization resides.<P></A>
+
+<tr><td>
+<A NAME="1107136">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202721">street</a><P></A>
+<td>
+<A NAME="1107138">
+Street address at which the organization is located.<P></A>
+
+<tr><td>
+<A NAME="1107143">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230129">telephoneNumber</a><P></A>
+<td>
+<A NAME="1107145">
+Telephone number associated with the organization.<P></A>
+
+<tr><td>
+<A NAME="1107150">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1205004">teletexTerminalIdentifier</a><P></A>
+<td>
+<A NAME="1107152">
+Identifier for the teletex terminal of the organization.<P></A>
+
+<tr><td>
+<A NAME="1107157">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1205120">telexNumber</a><P></A>
+<td>
+<A NAME="1107159">
+Telex number of the organization.<P></A>
+
+<tr><td>
+<A NAME="1107171">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1196547">userPassword</a><P></A>
+<td>
+<A NAME="1107173">
+Password with which the entry can bind to the directory.<P></A>
+
+<tr><td>
+<A NAME="1107164">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1281763">x121Address</a><P></A>
+<td>
+<A NAME="1107166">
+X.121 address of the organization.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1005108"> 
+</A>
+<A NAME="organizationalUnit">
+<H3> organizationalUnit</H3>
+</A>
+
+
+
+<A NAME="1005109">
+Defines entries that represent organizational units. An organizational unit is generally assumed to be a relatively static grouping within a larger organization. This object class was inherited from X.500 Directory Services. <P></A>
+
+<A NAME="1096923">
+OID: <code>2.5.6.5</code><P></A>
+
+<A NAME="1068823">
+.
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1107182">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1107184">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1107189">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1241174">ou</a><P></A>
+<td>
+<A NAME="1107191">
+(Required) The organizational unit's name.<P></A>
+
+<tr><td>
+<A NAME="1107196">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171367">businessCategory</a><P></A>
+<td>
+<A NAME="1107198">
+Business in which the organizational unit is involved.<P></A>
+
+<tr><td>
+<A NAME="1107203">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171528">description</a><P></A>
+<td>
+<A NAME="1107205">
+Text description of the organizational unit.<P></A>
+
+<tr><td>
+<A NAME="1107326">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1292809">destinationIndicator</a><P></A>
+<td>
+<A NAME="1107328">
+The country and city associated with the organizational unit needed to provide Public Telegram Service.<P></A>
+
+<tr><td>
+<A NAME="1107209">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171637">facsimileTelephoneNumber</a><P></A>
+<td>
+<A NAME="1107212">
+Fax number associated with the organizational unit.<P></A>
+
+<tr><td>
+<A NAME="1107337">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1224256">internationalIsdnNumber</a><P></A>
+<td>
+<A NAME="1107339">
+Contains an ISDN number for the organizational unit.<P></A>
+
+<tr><td>
+<A NAME="1107217">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1244534">l</a><P></A>
+<td>
+<A NAME="1107219">
+The organizational unit's location.<P></A>
+
+<tr><td>
+<A NAME="1107223">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1003072">physicalDeliveryOfficeName</a><P></A>
+<td>
+<A NAME="1107226">
+Location where physical deliveries can be made to the organizational unit.<P></A>
+
+<tr><td>
+<A NAME="1107231">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230025">postalAddress</a><P></A>
+<td>
+<A NAME="1107233">
+The organizational unit's mailing address.<P></A>
+
+<tr><td>
+<A NAME="1107238">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230036">postalCode</a><P></A>
+<td>
+<A NAME="1107240">
+The organizational unit's postal code (such as a United States zip code).<P></A>
+
+<tr><td>
+<A NAME="1107245">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230043">postOfficeBox</a><P></A>
+<td>
+<A NAME="1107247">
+The organizational unit's post office box.<P></A>
+
+<tr><td>
+<A NAME="1107252">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202605">preferredDeliveryMethod</a><P></A>
+<td>
+<A NAME="1107254">
+The organizational unit's preferred method of contact or delivery.<P></A>
+
+<tr><td>
+<A NAME="1107352">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202644">registeredAddress</a><P></A>
+<td>
+<A NAME="1107366">
+Postal address suitable for reception of expedited documents, where the recipient must verify delivery.<P></A>
+
+<tr><td>
+<A NAME="1107259">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202682">searchGuide</a><P></A>
+<td>
+<A NAME="1107261">
+Specifies information for suggested search criteria when using the entry as the base object in the directory tree for a search operation.<P></A>
+
+<tr><td>
+<A NAME="1107266">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1172500">seeAlso</a><P></A>
+<td>
+<A NAME="1107268">
+URL to information relevant to the organizational unit.<P></A>
+
+<tr><td>
+<A NAME="1107273">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1203417">st</a><P></A>
+<td>
+<A NAME="1107275">
+State or province in which the organizational unit resides.<P></A>
+
+<tr><td>
+<A NAME="1107280">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202721">street</a><P></A>
+<td>
+<A NAME="1107282">
+Street address at which the organizational unit is located.<P></A>
+
+<tr><td>
+<A NAME="1107287">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230129">telephoneNumber</a><P></A>
+<td>
+<A NAME="1107289">
+Telephone number associated with the organizational unit.<P></A>
+
+<tr><td>
+<A NAME="1107322">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1205004">teletexTerminalIdentifier</a><P></A>
+<td>
+<A NAME="1107324">
+Identifier for the teletex terminal of the organization.<P></A>
+
+<tr><td>
+<A NAME="1107315">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1205120">telexNumber</a><P></A>
+<td>
+<A NAME="1107317">
+Telex number of the organization.<P></A>
+
+<tr><td>
+<A NAME="1107308">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1196547">userPassword</a><P></A>
+<td>
+<A NAME="1107310">
+Password with which the entry can bind to the directory.<P></A>
+
+<tr><td>
+<A NAME="1107301">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1281763">x121Address</a><P></A>
+<td>
+<A NAME="1107303">
+X.121 address of the organization.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1004958"> 
+</A>
+<A NAME="People">
+<H2> People</H2>
+</A>
+
+<A NAME="1100949">
+The following object classes describe entries representing people in the directory. Each object class contains attributes that describe a person, such as name, telephone number, and address. The object classes described here are <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1089249">inetOrgPerson</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1100980">newPilotPerson</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1100862">nsLicenseUser</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1089442">ntUser</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1002805">organizationalPerson</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1088567">organizationalRole</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1089681">person</a>, and <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1106267">residentialPerson</a>. <P></A>
+
+
+<A NAME="1089249"> 
+</A>
+<A NAME="inetOrgPerson">
+<H3> inetOrgPerson</H3>
+</A>
+
+
+
+<A NAME="1089250">
+Defines entries representing people in an organization's intranet. This object class is a Netscape extension to the standard LDAP schema.<P></A>
+
+<A NAME="1096822">
+OID: <code>2.16.840.1.113730.3.2.2</code><P></A>
+
+<A NAME="1089439">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1089253">
+<I></I>Attribute<P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1089255">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1102952">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1201684">audio</a><P></A>
+<td>
+<A NAME="1102954">
+Contains a sound file in binary format.<P></A>
+
+<tr><td>
+<A NAME="1089270">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171367">businessCategory</a><P></A>
+<td>
+<A NAME="1089272">
+Business in which the person is involved.<P></A>
+
+<tr><td>
+<A NAME="1089275">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1003044">carLicense</a><P></A>
+<td>
+<A NAME="1089277">
+The license plate number of the person's vehicle.<P></A>
+
+<tr><td>
+<A NAME="1089280">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1095560">departmentNumber</a><P></A>
+<td>
+<A NAME="1089282">
+Department for which the person works.<P></A>
+
+<tr><td>
+<A NAME="1089290">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1111357">employeeNumber</a><P></A>
+<td>
+<A NAME="1089292">
+The person's employee number.<P></A>
+
+<tr><td>
+<A NAME="1089295">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1009035">employeeType</a><P></A>
+<td>
+<A NAME="1089297">
+The person's type of employment (for example, full time).<P></A>
+
+<tr><td>
+<A NAME="1089305">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1229534">givenName</a><P></A>
+<td>
+<A NAME="1089307">
+The person's given, or first, name.<P></A>
+
+<tr><td>
+<A NAME="1089310">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1201936">homePhone</a><P></A>
+<td>
+<A NAME="1089312">
+The person's home phone number.<P></A>
+
+<tr><td>
+<A NAME="1089315">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1201947">homePostalAddress</a><P></A>
+<td>
+<A NAME="1089317">
+The person's home mailing address.<P></A>
+
+<tr><td>
+<A NAME="1089320">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1229543">initials</a><P></A>
+<td>
+<A NAME="1089322">
+The person's initials.<P></A>
+
+<tr><td>
+<A NAME="1089325">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1201995">jpegPhoto</a><P></A>
+<td>
+<A NAME="1089327">
+An image in JPEG format.<P></A>
+
+<tr><td>
+<A NAME="1107552">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202020">labeledUri</a><P></A>
+<td>
+<A NAME="1089337">
+Universal resource locator that is relevant to the person.<P></A>
+
+<tr><td>
+<A NAME="1089340">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1189404">mail</a><P></A>
+<td>
+<A NAME="1089342">
+The person's electronic mailing address.<P></A>
+
+<tr><td>
+<A NAME="1089345">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1007859">manager</a><P></A>
+<td>
+<A NAME="1089347">
+Distinguished name representing the person's manager.<P></A>
+
+<tr><td>
+<A NAME="1089350">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202056">mobile</a><P></A>
+<td>
+<A NAME="1089352">
+The person's mobile phone number.<P></A>
+
+<tr><td>
+<A NAME="1089361">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1003070">pager</a><P></A>
+<td>
+<A NAME="1089363">
+The person's pager number.<P></A>
+
+<tr><td>
+<A NAME="1107511">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202247">photo</a><P></A>
+<td>
+<A NAME="1107514">
+Contains a photo, in binary form.<P></A>
+
+<tr><td>
+<A NAME="1107521">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1103495">preferredLanguage</a><P></A>
+<td>
+<A NAME="1107523">
+Defines a person's preffered written or spoken language.<P></A>
+
+<tr><td>
+<A NAME="1089391">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1204477">roomNumber</a><P></A>
+<td>
+<A NAME="1089393">
+The room number in which the person is located.<P></A>
+
+<tr><td>
+<A NAME="1089396">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202691">secretary</a><P></A>
+<td>
+<A NAME="1089398">
+The person's secretary or administrator.<P></A>
+
+<tr><td>
+<A NAME="1089406">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1296804">uid</a><P></A>
+<td>
+<A NAME="1089408">
+Identifies the entry's userid (usually the logon ID).<P></A>
+
+<tr><td>
+<A NAME="1089431">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1208938">userCertificate</a><P></A>
+<td>
+<A NAME="1089433">
+Contains a user's certificate in cleartext (not used).<P></A>
+
+<tr><td>
+<A NAME="1107557">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1278425">userCertificate;binary</a><P></A>
+<td>
+<A NAME="1107559">
+Contains a user's certificate in binary form.<P></A>
+
+<tr><td>
+<A NAME="1089436">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1103595">userSMIMECertificate;binary</a><P></A>
+<td>
+<A NAME="1107562">
+Contains a user's certificate in binary form. Used by Netscape Communicator for S/MIME.<P></A>
+
+<tr><td>
+<A NAME="1095842">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1292796">x500UniqueIdentifier</a><P></A>
+<td>
+<A NAME="1095844">
+Undefined.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1100980"> 
+</A>
+<A NAME="newPilotPerson">
+<H3> newPilotPerson</H3>
+</A>
+
+
+
+<A NAME="1100981">
+Used as a subclass of person, to allow the use of a number of additional attributes to be assigned to entries of the person object class. Reserved.<P></A>
+
+<A NAME="1100982">
+OID: <code>0.9.2342.19200300.100.4.4</code><P></A>
+
+<A NAME="1101121">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1100985">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1100987">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1100992">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171367">businessCategory</a><P></A>
+<td>
+<A NAME="1100994">
+Type of business this person is engaged in.<P></A>
+
+<tr><td>
+<A NAME="1100999">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1201909">drink</a><P></A>
+<td>
+<A NAME="1101001">
+The person's favorite drink.<P></A>
+
+<tr><td>
+<A NAME="1101006">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1201936">homePhone</a><P></A>
+<td>
+<A NAME="1101008">
+The person's home phone number.<P></A>
+
+<tr><td>
+<A NAME="1101013">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1201947">homePostalAddress</a><P></A>
+<td>
+<A NAME="1101015">
+The person's home address.<P></A>
+
+<tr><td>
+<A NAME="1101020">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1201988">janetMailbox</a><P></A>
+<td>
+<A NAME="1101022">
+An email address for the person.<P></A>
+
+<tr><td>
+<A NAME="1101027">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1189404">mail</a><P></A>
+<td>
+<A NAME="1101029">
+An email address for the person.<P></A>
+
+<tr><td>
+<A NAME="1101034">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202044">mailPreferenceOption</a><P></A>
+<td>
+<A NAME="1101036">
+Indicates a preference for inclusion of the person's name on mailing lists (electronic or physical).<P></A>
+
+<tr><td>
+<A NAME="1101041">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202056">mobile</a><P></A>
+<td>
+<A NAME="1101043">
+The person's mobile phone number.<P></A>
+
+<tr><td>
+<A NAME="1101048">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1281714">organizationalStatus</a><P></A>
+<td>
+<A NAME="1101175">
+The person's type of employment (for example, full time).<P></A>
+
+<tr><td>
+<A NAME="1101055">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202220">otherMailbox</a><P></A>
+<td>
+<A NAME="1101057">
+Values for electronic mailbox types other than X.400 and rfc822.<P></A>
+
+<tr><td>
+<A NAME="1101062">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1003070">pager</a><P></A>
+<td>
+<A NAME="1101064">
+The person's pager number.<P></A>
+
+<tr><td>
+<A NAME="1101069">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202229">personalSignature</a><P></A>
+<td>
+<A NAME="1101071">
+The person's signature file.<P></A>
+
+<tr><td>
+<A NAME="1101076">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202238">personalTitle</a><P></A>
+<td>
+<A NAME="1101078">
+The person's personal title.<P></A>
+
+<tr><td>
+<A NAME="1101083">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202605">preferredDeliveryMethod</a><P></A>
+<td>
+<A NAME="1101085">
+The person's preferred contact or delivery method.<P></A>
+
+<tr><td>
+<A NAME="1101090">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1204477">roomNumber</a><P></A>
+<td>
+<A NAME="1101092">
+Room number of the person.<P></A>
+
+<tr><td>
+<A NAME="1101097">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202691">secretary</a><P></A>
+<td>
+<A NAME="1101099">
+Distinguished name of the person's secretary or administrative assistant.<P></A>
+
+<tr><td>
+<A NAME="1101104">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202782">textEncodedORAddress</a><P></A>
+<td>
+<A NAME="1101106">
+Text-encoded Originator/Recipient (X.400) address of the person.<P></A>
+
+<tr><td>
+<A NAME="1101111">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1296804">uid</a><P></A>
+<td>
+<A NAME="1101113">
+Logon ID of the person.<P></A>
+
+<tr><td>
+<A NAME="1101118">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202840">userClass</a><P></A>
+<td>
+<A NAME="1101120">
+Category of user.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1100862"> 
+</A>
+<A NAME="nsLicenseUser">
+<H3> nsLicenseUser</H3>
+</A>
+
+
+
+<A NAME="1100863">
+Object class used to track licenses for Netscape servers that are licensed on a per-client basis. nsLicenseUser is intended to be used with the inetOrgPerson object class. You can manage the contents of this object class through the Users and Groups area of the Netscape Administration Server. This object class is a Netscape extension to the standard LDAP schema.<P></A>
+
+<A NAME="1100864">
+OID: <code>2.16.840.1.113730.3.2.7</code><P></A>
+
+<A NAME="1100891">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1100867">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1100869">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1100873">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1091847">nsLicensedFor</a><P></A>
+<td>
+<A NAME="1100875">
+Netscape server that the user is licensed to use.<P></A>
+
+<tr><td>
+<A NAME="1107587">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1091864">nsLicenseEndTime</a><P></A>
+<td>
+<A NAME="1107589">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1100880">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1091859">nsLicenseStartTime</a><P></A>
+<td>
+<A NAME="1100882">
+Reserved for future use.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1089442"> 
+</A>
+<A NAME="ntUser">
+<H3> ntUser</H3>
+</A>
+
+
+
+<A NAME="1089443">
+Defines entries that are to be synchronized between the Directory Server and a Windows NT network. The attributes defined by ntUser assist in NT Synchronization. This object class is a Netscape extension to the standard LDAP schema.<P></A>
+
+<A NAME="1098670">
+OID: <code>2.16.840.1.113730.3.2.8</code><P></A>
+<a name="1089444">
+<B>
+<UL>
+
+Note
+
+</B>
+</UL>
+</a>
+
+
+<A NAME="1089445">
+All ntUser attributes are read-only, except for ntUserCreateNewAccount, ntUserDomainId, and ntUserDeleteAccount. Any modifications you make to read-only ntUser attributes will be deleted and the original values will be replaced when the next NT Synchronization occurs.<P></A>
+
+<A NAME="1089446">
+Several Directory Server attributes correspond directly to NT user account fields. When you create a new person entry in the Directory Server that is to be synchronized with NT, Directory Server attributes will be assigned to NT user account fields as follows:
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><td>
+<A NAME="1089449">
+Directory Server attribute<P></A>
+<td>
+<A NAME="1089451">
+NT user account field<P></A>
+
+<tr><td>
+<A NAME="1089453">
+cn or commonName<P></A>
+<td>
+<A NAME="1089455">
+full_name<P></A>
+
+<tr><td>
+<A NAME="1089457">
+description<P></A>
+<td>
+<A NAME="1089459">
+comment<P></A>
+
+<tr><td>
+<A NAME="1089461">
+userid<P></A>
+<td>
+<A NAME="1089463">
+name<P></A>
+
+<tr><td>
+<A NAME="1089465">
+userPassword<P></A>
+<td>
+<A NAME="1089467">
+password<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+<A NAME="1098497">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1089470">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1089472">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1107594">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171528">description</a><P></A>
+<td>
+<A NAME="1107596">
+Text description of the user.<P></A>
+
+<tr><td>
+<A NAME="1107601">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1244534">l</a><P></A>
+<td>
+<A NAME="1107603">
+The user's locality.<P></A>
+
+<tr><td>
+<A NAME="1107608">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1241174">ou</a><P></A>
+<td>
+<A NAME="1107610">
+The organizational unit to which the user belongs.<P></A>
+
+<tr><td>
+<A NAME="1107615">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1172500">seeAlso</a><P></A>
+<td>
+<A NAME="1107617">
+URL to information relevant to the user.<P></A>
+
+<tr><td>
+<A NAME="1089476">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015403">ntUserDomainId</a><P></A>
+<td>
+<A NAME="1089479">
+(Required) Corresponding NT user and domain name.<P></A>
+
+<tr><td>
+<A NAME="1089482">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1013839">ntUserAcctExpires</a><P></A>
+<td>
+<A NAME="1089484">
+Identifies when the user's NT account will expire.<P></A>
+
+<tr><td>
+<A NAME="1089487">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1014052">ntUserAuthFlags</a><P></A>
+<td>
+<A NAME="1089489">
+The user's privileges on the NT network.<P></A>
+
+<tr><td>
+<A NAME="1089492">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1038772">ntUserBadPwCount</a><P></A>
+<td>
+<A NAME="1089494">
+Number of times that a failed login attempt occurred in NT using the user's NT login ID.<P></A>
+
+<tr><td>
+<A NAME="1089497">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1014973">ntUserCodePage</a><P></A>
+<td>
+<A NAME="1089499">
+The user's code page.<P></A>
+
+<tr><td>
+<A NAME="1089502">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1246829">ntUserComment</a><P></A>
+<td>
+<A NAME="1089504">
+Description for the user's NT account.<P></A>
+
+<tr><td>
+<A NAME="1089507">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015155">ntUserCountryCode</a><P></A>
+<td>
+<A NAME="1089509">
+The user's country code.<P></A>
+
+<tr><td>
+<A NAME="1089512">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015239">ntUserCreateNewAccount</a><P></A>
+<td>
+<A NAME="1089514">
+Identifies whether an NT account should be created when this entry is created in the Directory Server.<P></A>
+
+<tr><td>
+<A NAME="1089517">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015309">ntUserDeleteAccount</a><P></A>
+<td>
+<A NAME="1089519">
+Identifies whether the user's NT account should be deleted when this entry is deleted from the Directory Server.<P></A>
+
+<tr><td>
+<A NAME="1089522">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015534">ntUserFlags</a><P></A>
+<td>
+<A NAME="1089524">
+Identifies various NT account flags.<P></A>
+
+<tr><td>
+<A NAME="1089527">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015584">ntUserHomeDir</a><P></A>
+<td>
+<A NAME="1089529">
+Path to the user's home directory.<P></A>
+
+<tr><td>
+<A NAME="1089532">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015624">ntUserHomeDirDrive</a><P></A>
+<td>
+<A NAME="1089534">
+Drive letter assigned to the user's home directory.<P></A>
+
+<tr><td>
+<A NAME="1089537">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015682">ntUserLastLogoff</a><P></A>
+<td>
+<A NAME="1089539">
+Time of the user's last logoff from NT.<P></A>
+
+<tr><td>
+<A NAME="1089542">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015722">ntUserLastLogon</a><P></A>
+<td>
+<A NAME="1089544">
+Time of the user's last logon to NT.<P></A>
+
+<tr><td>
+<A NAME="1089547">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015746">ntUserLogonHours</a><P></A>
+<td>
+<A NAME="1089549">
+Times when the user is allowed to log on to NT.<P></A>
+
+<tr><td>
+<A NAME="1101276">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015839">ntUserLogonServer</a><P></A>
+<td>
+<A NAME="1089554">
+Server to which the user's NT logon requests are sent.<P></A>
+
+<tr><td>
+<A NAME="1089557">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1015984">ntUserMaxStorage</a><P></A>
+<td>
+<A NAME="1089559">
+Maximum disk space available to the user under NT.<P></A>
+
+<tr><td>
+<A NAME="1089562">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1016030">ntUserNumLogons</a><P></A>
+<td>
+<A NAME="1089564">
+Number of successful logins to the user's NT account.<P></A>
+
+<tr><td>
+<A NAME="1101297">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1021575">ntUserParms</a><P></A>
+<td>
+<A NAME="1101299">
+Unicode string reserved for use by applications.<P></A>
+
+<tr><td>
+<A NAME="1089567">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1016157">ntUserPasswordExpired</a><P></A>
+<td>
+<A NAME="1089569">
+Identifies if the user's NT password has expired.<P></A>
+
+<tr><td>
+<A NAME="1089572">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1016246">ntUserPrimaryGroupId</a><P></A>
+<td>
+<A NAME="1089574">
+The user's primary global group.<P></A>
+
+<tr><td>
+<A NAME="1101331">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1017849">ntUserPriv</a><P></A>
+<td>
+<A NAME="1101333">
+User's level of privilege on the Windows NT Network.<P></A>
+
+<tr><td>
+<A NAME="1089577">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1016298">ntUserProfile</a><P></A>
+<td>
+<A NAME="1089579">
+Path to the user's NT profile.<P></A>
+
+<tr><td>
+<A NAME="1089582">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1016395">ntUserScriptPath</a><P></A>
+<td>
+<A NAME="1089584">
+Path to the user's NT login script.<P></A>
+
+<tr><td>
+<A NAME="1089587">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1016531">ntUserUniqueId</a><P></A>
+<td>
+<A NAME="1089589">
+Identifies the user's NT RID.<P></A>
+
+<tr><td>
+<A NAME="1089592">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1016632">ntUserUnitsPerWeek</a><P></A>
+<td>
+<A NAME="1089594">
+Value used to compute the user's NTUserLogonHours.<P></A>
+
+<tr><td>
+<A NAME="1089597">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1016696">ntUserUsrComment</a><P></A>
+<td>
+<A NAME="1089599">
+Comments regarding the user's NT entry.<P></A>
+
+<tr><td>
+<A NAME="1089607">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1016728">ntUserWorkstations</a><P></A>
+<td>
+<A NAME="1089609">
+NT workstations from which the user is allowed to log into the NT domain.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1002805"> 
+</A>
+<A NAME="organizationalPerson">
+<H3> organizationalPerson</H3>
+</A>
+
+
+
+<A NAME="1002806">
+Defines entries for people employed by or associated with an organization. The organizationalPerson object class is an extension of the person object class. This object class was inherited from X.500 Directory Services. <P></A>
+
+<A NAME="1096977">
+OID: <code>2.5.6.7</code><P></A>
+
+<A NAME="1068825">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1070698">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1070700">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1070715">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1292809">destinationIndicator</a><P></A>
+<td>
+<A NAME="1070717">
+The country and city associated with the person needed to provide Public Telegram Service.<P></A>
+
+<tr><td>
+<A NAME="1070720">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171637">facsimileTelephoneNumber</a><P></A>
+<td>
+<A NAME="1070722">
+The person's fax number.<P></A>
+
+<tr><td>
+<A NAME="1107649">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1224256">internationalIsdnNumber</a><P></A>
+<td>
+<A NAME="1107651">
+The person's ISDN number.<P></A>
+
+<tr><td>
+<A NAME="1070725">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1244534">l</a><P></A>
+<td>
+<A NAME="1070727">
+Location at which the person resides.<P></A>
+
+<tr><td>
+<A NAME="1070731">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1241174">ou</a><P></A>
+<td>
+<A NAME="1070733">
+Organizational unit to which the person belongs.<P></A>
+
+<tr><td>
+<A NAME="1070736">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1003072">physicalDeliveryOfficeName</a><P></A>
+<td>
+<A NAME="1070738">
+Location where physical deliveries can be made to this person.<P></A>
+
+<tr><td>
+<A NAME="1070741">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230025">postalAddress</a><P></A>
+<td>
+<A NAME="1070743">
+The person's mailing address.<P></A>
+
+<tr><td>
+<A NAME="1070746">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230036">postalCode</a><P></A>
+<td>
+<A NAME="1070748">
+The person's postal code (such as a United States zip code).<P></A>
+
+<tr><td>
+<A NAME="1070751">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230043">postOfficeBox</a><P></A>
+<td>
+<A NAME="1070753">
+The person's post office box.<P></A>
+
+<tr><td>
+<A NAME="1070756">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202605">preferredDeliveryMethod</a><P></A>
+<td>
+<A NAME="1070758">
+The person's preferred method of contact or delivery.<P></A>
+
+<tr><td>
+<A NAME="1107658">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202644">registeredAddress</a><P></A>
+<td>
+<A NAME="1107671">
+Postal address suitable for reception of expedited documents, where the recipient must verify delivery.<P></A>
+
+<tr><td>
+<A NAME="1070766">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1203417">st</a><P></A>
+<td>
+<A NAME="1070768">
+State or province in which the person resides.<P></A>
+
+<tr><td>
+<A NAME="1070771">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202721">street</a><P></A>
+<td>
+<A NAME="1070773">
+Street address at which the person is located.<P></A>
+
+<tr><td>
+<A NAME="1107723">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1205004">teletexTerminalIdentifier</a><P></A>
+<td>
+<A NAME="1107725">
+Identifier for the teletex terminal of the organization.<P></A>
+
+<tr><td>
+<A NAME="1107716">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1205120">telexNumber</a><P></A>
+<td>
+<A NAME="1107718">
+Telex number of the organization.<P></A>
+
+<tr><td>
+<A NAME="1107709">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1266248">title</a><P></A>
+<td>
+<A NAME="1107711">
+The person's job title.<P></A>
+
+<tr><td>
+<A NAME="1107702">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1281763">x121Address</a><P></A>
+<td>
+<A NAME="1107704">
+X.121 address of the organization.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1088567"> 
+</A>
+<A NAME="organizationalRole">
+<H3> organizationalRole</H3>
+</A>
+
+
+
+<A NAME="1088568">
+Defines entries that represent roles held by people within an organization. This object class was inherited from X.500 Directory Services. <P></A>
+
+<A NAME="1096979">
+OID: <code>2.5.6.8</code><P></A>
+
+<A NAME="1088606">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1088571">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1088573">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1088576">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171494">cn</a><P></A>
+<td>
+<A NAME="1088579">
+(Required) The role's common name.<P></A>
+
+<tr><td>
+<A NAME="1088588">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171528">description</a><P></A>
+<td>
+<A NAME="1088590">
+Text description of the role.<P></A>
+
+<tr><td>
+<A NAME="1088716">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1292809">destinationIndicator</a><P></A>
+<td>
+<A NAME="1088718">
+This attribute is used for telegram services to the person in this role.<P></A>
+
+<tr><td>
+<A NAME="1088780">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171637">facsimileTelephoneNumber</a><P></A>
+<td>
+<A NAME="1088782">
+Fax number of the person in the role.<P></A>
+
+<tr><td>
+<A NAME="1088726">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1224256">internationalIsdnNumber</a><P></A>
+<td>
+<A NAME="1088728">
+ISDN number of the person in the role.<P></A>
+
+<tr><td>
+<A NAME="1088806">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1244534">l</a><P></A>
+<td>
+<A NAME="1088808">
+Location in which the person in the role resides.<P></A>
+
+<tr><td>
+<A NAME="1088812">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1241174">ou</a><P></A>
+<td>
+<A NAME="1088814">
+Organizational unit to which the person in the role belongs.<P></A>
+
+<tr><td>
+<A NAME="1088817">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1003072">physicalDeliveryOfficeName</a><P></A>
+<td>
+<A NAME="1088819">
+Location where physical deliveries can be made to the person in this role.<P></A>
+
+<tr><td>
+<A NAME="1101602">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230025">postalAddress</a><P></A>
+<td>
+<A NAME="1088824">
+Business mailing address for the person in this role.<P></A>
+
+<tr><td>
+<A NAME="1101607">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230036">postalCode</a><P></A>
+<td>
+<A NAME="1088829">
+Business postal code (such as a United States zip code) for the person in this role.<P></A>
+
+<tr><td>
+<A NAME="1101612">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230043">postOfficeBox</a><P></A>
+<td>
+<A NAME="1088834">
+Business post office box for the person in this role.<P></A>
+
+<tr><td>
+<A NAME="1101617">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202605">preferredDeliveryMethod</a><P></A>
+<td>
+<A NAME="1088839">
+Preferred method of contact or delivery of the person in this role.<P></A>
+
+<tr><td>
+<A NAME="1088771">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202644">registeredAddress</a><P></A>
+<td>
+<A NAME="1106144">
+Postal address suitable for reception of expedited documents, where the recipient must verify delivery.<P></A>
+
+<tr><td>
+<A NAME="1088863">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202666">roleOccupant</a><P></A>
+<td>
+<A NAME="1088865">
+Distinguished name of the person in this role.<P></A>
+
+<tr><td>
+<A NAME="1088593">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1172500">seeAlso</a><P></A>
+<td>
+<A NAME="1088595">
+URL to information relevant to the person in the role.<P></A>
+
+<tr><td>
+<A NAME="1101632">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1203417">st</a><P></A>
+<td>
+<A NAME="1088879">
+State or province in which the person in this role resides.<P></A>
+
+<tr><td>
+<A NAME="1101637">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202721">street</a><P></A>
+<td>
+<A NAME="1088884">
+Street address at which the person in this role is located.<P></A>
+
+<tr><td>
+<A NAME="1101642">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230129">telephoneNumber</a><P></A>
+<td>
+<A NAME="1088600">
+The person's telephone number.<P></A>
+
+<tr><td>
+<A NAME="1088888">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1205004">teletexTerminalIdentifier</a><P></A>
+<td>
+<A NAME="1088890">
+Identifier for the teletex terminal of the person in this role.<P></A>
+
+<tr><td>
+<A NAME="1088937">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1205120">telexNumber</a><P></A>
+<td>
+<A NAME="1088939">
+Telex number of the person in this role.<P></A>
+
+<tr><td>
+<A NAME="1088978">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1281763">x121Address</a><P></A>
+<td>
+<A NAME="1088980">
+X.121 address of the person in this role.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1089681"> 
+</A>
+<A NAME="person">
+<H3> person</H3>
+</A>
+
+
+
+<A NAME="1089682">
+Defines entries that generically represent people. This object class is the base class for the organizationalPerson object class. This object class was inherited from X.500 Directory Services. <P></A>
+
+<A NAME="1096975">
+OID: <code>2.5.6.6</code><P></A>
+
+<A NAME="1089720">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1089685">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1089687">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1089690">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171494">cn</a><P></A>
+<td>
+<A NAME="1089693">
+(Required) The person's common name.<P></A>
+
+<tr><td>
+<A NAME="1089696">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1290325">sn</a><P></A>
+<td>
+<A NAME="1089699">
+(Required) The person's surname, or last name.<P></A>
+
+<tr><td>
+<A NAME="1089702">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171528">description</a><P></A>
+<td>
+<A NAME="1089704">
+Text description of the person.<P></A>
+
+<tr><td>
+<A NAME="1089707">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1172500">seeAlso</a><P></A>
+<td>
+<A NAME="1089709">
+URL to information relevant to the person.<P></A>
+
+<tr><td>
+<A NAME="1089712">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230129">telephoneNumber</a><P></A>
+<td>
+<A NAME="1089714">
+The person's telephone number.<P></A>
+
+<tr><td>
+<A NAME="1089717">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1196547">userPassword</a><P></A>
+<td>
+<A NAME="1089719">
+Password with which the person can bind to the directory.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1106267"> 
+</A>
+<A NAME="residentialPerson">
+<H3> residentialPerson</H3>
+</A>
+
+
+
+<A NAME="1106268">
+Object class used by the Directory Server to contain a person's residential information. This object class was inherited from X.500 Directory Services.<P></A>
+
+<A NAME="1106269">
+OID: <code>2.5.6.10</code><P></A>
+
+<A NAME="1106387">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1106272">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1106274">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1106279">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1244534">l</a><P></A>
+<td>
+<A NAME="1106281">
+(Required) Locality in which the person resides.<P></A>
+
+<tr><td>
+<A NAME="1106286">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171367">businessCategory</a><P></A>
+<td>
+<A NAME="1106288">
+Business in which the person is involved.<P></A>
+
+<tr><td>
+<A NAME="1106293">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1292809">destinationIndicator</a><P></A>
+<td>
+<A NAME="1106295">
+This attribute is used for telegram services to this person.<P></A>
+
+<tr><td>
+<A NAME="1106299">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171637">facsimileTelephoneNumber</a><P></A>
+<td>
+<A NAME="1106302">
+Fax number for the person.<P></A>
+
+<tr><td>
+<A NAME="1106307">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1224256">internationalIsdnNumber</a><P></A>
+<td>
+<A NAME="1106309">
+ISDN number of the person.<P></A>
+
+<tr><td>
+<A NAME="1106313">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1003072">physicalDeliveryOfficeName</a><P></A>
+<td>
+<A NAME="1106316">
+Location where physical deliveries can be made.<P></A>
+
+<tr><td>
+<A NAME="1106321">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230025">postalAddress</a><P></A>
+<td>
+<A NAME="1106323">
+Business mailing address for the person.<P></A>
+
+<tr><td>
+<A NAME="1106328">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230036">postalCode</a><P></A>
+<td>
+<A NAME="1106330">
+Business postal code (such as a United States zip code) for the person.<P></A>
+
+<tr><td>
+<A NAME="1106335">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230043">postOfficeBox</a><P></A>
+<td>
+<A NAME="1106337">
+Business post office box for the person.<P></A>
+
+<tr><td>
+<A NAME="1106342">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202605">preferredDeliveryMethod</a><P></A>
+<td>
+<A NAME="1106344">
+Preferred method of contact or delivery of the person.<P></A>
+
+<tr><td>
+<A NAME="1106349">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202644">registeredAddress</a><P></A>
+<td>
+<A NAME="1106351">
+Postal address suitable for reception of expedited documents, where the recipient must verify delivery.<P></A>
+
+<tr><td>
+<A NAME="1106356">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1203417">st</a><P></A>
+<td>
+<A NAME="1106358">
+State or province in which the person resides.<P></A>
+
+<tr><td>
+<A NAME="1106363">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202721">street</a><P></A>
+<td>
+<A NAME="1106365">
+Street address at which the person is located.<P></A>
+
+<tr><td>
+<A NAME="1106370">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1205004">teletexTerminalIdentifier</a><P></A>
+<td>
+<A NAME="1106372">
+Identifier for the teletex terminal of the person.<P></A>
+
+<tr><td>
+<A NAME="1106377">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1205120">telexNumber</a><P></A>
+<td>
+<A NAME="1106379">
+Telex number of the person.<P></A>
+
+<tr><td>
+<A NAME="1106384">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1281763">x121Address</a><P></A>
+<td>
+<A NAME="1106386">
+X.121 address of the person.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1078660"> 
+</A>
+<A NAME="Calendar Server Extensions">
+<H2> Calendar Server Extensions</H2>
+</A>
+
+<A NAME="1081153">
+The following object classes are used by the Netscape Calendar Server. The object classes described here include <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1078663">netscapeCalendarServer</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1097420">nsCalAdmin</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1084445">nsCalResource</a>, and <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1078672">nsCalUser</a>.<P></A>
+
+
+<A NAME="1078663"> 
+</A>
+<A NAME="netscapeCalendarServer">
+<H3> netscapeCalendarServer</H3>
+</A>
+
+
+
+<A NAME="1078664">
+Object class used to store information about the Netscape Calendar Server in the directory. This object class is a Netscape extension to the standard LDAP schema. Reserved for future use.<P></A>
+
+<A NAME="1097056">
+OID: <code>2.16.840.1.113730.3.2.17</code><P></A>
+
+<A NAME="1107920">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1107742">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1107744">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1107749">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1229677">objectClass</a><P></A>
+<td>
+<A NAME="1107751">
+(Required) Reserved.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+<A NAME="1097417">
+<P></A>
+
+
+<A NAME="1097420"> 
+</A>
+<A NAME="nsCalAdmin">
+<H3> nsCalAdmin</H3>
+</A>
+
+
+
+<A NAME="1097421">
+Object class used by the Netscape Calendar Server to store information about the calendar server administrator in the directory. This object class is a Netscape extension to the standard LDAP schema.<P></A>
+
+<A NAME="1097052">
+OID: <code>2.16.840.1.113730.3.2.15</code><P></A>
+
+<A NAME="1084442">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1102028">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1102030">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108105">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1229677">objectClass</a><P></A>
+<td>
+<A NAME="1108107">
+(Required) Reserved.<P></A>
+
+<tr><td>
+<A NAME="1108100">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171494">cn</a><P></A>
+<td>
+<A NAME="1102037">
+The administrator's common name.<P></A>
+
+<tr><td>
+<A NAME="1102042">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171637">facsimileTelephoneNumber</a><P></A>
+<td>
+<A NAME="1102044">
+The administrator's fax number.<P></A>
+
+<tr><td>
+<A NAME="1102049">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1104309">generationQualifier</a><P></A>
+<td>
+<A NAME="1102051">
+Same as generation Qualifier in the Lightweight Internet Person Schema (LIPS).<P></A>
+
+<tr><td>
+<A NAME="1102056">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1229534">givenName</a><P></A>
+<td>
+<A NAME="1102058">
+The administrator's given, or first name.<P></A>
+
+<tr><td>
+<A NAME="1102063">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1229543">initials</a><P></A>
+<td>
+<A NAME="1102065">
+The administrator's initials.<P></A>
+
+<tr><td>
+<A NAME="1102193">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1104932">nsCalAccess</a><P></A>
+<td>
+<A NAME="1102195">
+Defines whether the administrator should be allowed or denied access to the calendar server.<P></A>
+
+<tr><td>
+<A NAME="1102198">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1166044">nsCalAccessDomain</a><P></A>
+<td>
+<A NAME="1102200">
+Internet domain or IP address from which the calendar administrator is allowed to access calendar data. This attribute is reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1102203">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1104994">nsCalAdmd</a><P></A>
+<td>
+<A NAME="1102205">
+X.400 Administration Management Domain Name of the administrator.<P></A>
+
+<tr><td>
+<A NAME="1102208">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1164493">nsCalFlags</a><P></A>
+<td>
+<A NAME="1102210">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1102213">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1157806">nsCalHost</a><P></A>
+<td>
+<A NAME="1102215">
+Hostname, or IP address, of the computer hosting the calendar administrator's information.<P></A>
+
+<tr><td>
+<A NAME="1102218">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1105333">nsCalLanguageId</a><P></A>
+<td>
+<A NAME="1102220">
+Language in which the administrator prefers to receive email.<P></A>
+
+<tr><td>
+<A NAME="1102223">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1157846">nsCalNodeAlias</a><P></A>
+<td>
+<A NAME="1102225">
+Mnemonic name of the node on which the administrator's data is stored.<P></A>
+
+<tr><td>
+<A NAME="1102228">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1105739">nsCalOrgUnit2</a><P></A>
+<td>
+<A NAME="1102230">
+X.400 Organization Unit 2 (OU2).<P></A>
+
+<tr><td>
+<A NAME="1102233">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1105752">nsCalOrgUnit3</a><P></A>
+<td>
+<A NAME="1102235">
+X.400 Organization Unit 3 (OU3).<P></A>
+
+<tr><td>
+<A NAME="1102238">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1105815">nsCalOrgUnit4</a><P></A>
+<td>
+<A NAME="1102240">
+X.400 Organization Unit 4 (OU4).<P></A>
+
+<tr><td>
+<A NAME="1102243">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1105834">nsCalPasswordRequired</a><P></A>
+<td>
+<A NAME="1102245">
+Specifies whether a calendar administrator must supply a password to access calendar data.<P></A>
+
+<tr><td>
+<A NAME="1102248">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1105891">nsCalPrmd</a><P></A>
+<td>
+<A NAME="1102250">
+X.400 Private Management Domain Name of the administrator.<P></A>
+
+<tr><td>
+<A NAME="1102253">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1106093">nsCalServerVersion</a><P></A>
+<td>
+<A NAME="1102255">
+Version number of the calendar server hosting the calendar administrator's data.<P></A>
+
+<tr><td>
+<A NAME="1102258">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1106115">nsCalSysopCanWritePassword</a><P></A>
+<td>
+<A NAME="1102260">
+Specifies if the calendar server administrator can overwrite user passwords.<P></A>
+
+<tr><td>
+<A NAME="1102263">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1106218">nsCalXItemId</a><P></A>
+<td>
+<A NAME="1102265">
+Identification number of the node on which the calendar administrator's data is stored.<P></A>
+
+<tr><td>
+<A NAME="1102070">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1241174">ou</a><P></A>
+<td>
+<A NAME="1102072">
+Organizational unit to which the administrator belongs.<P></A>
+
+<tr><td>
+<A NAME="1102077">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230025">postalAddress</a><P></A>
+<td>
+<A NAME="1102079">
+The administrator's postal address.<P></A>
+
+<tr><td>
+<A NAME="1102084">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1290325">sn</a><P></A>
+<td>
+<A NAME="1102086">
+The administrator's surname or last name.<P></A>
+
+<tr><td>
+<A NAME="1102091">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230129">telephoneNumber</a><P></A>
+<td>
+<A NAME="1102093">
+The administrator's telephone number.<P></A>
+
+<tr><td>
+<A NAME="1102098">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1196547">userPassword</a><P></A>
+<td>
+<A NAME="1102100">
+The administrator's password.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1084445"> 
+</A>
+<A NAME="nsCalResource">
+<H3> nsCalResource</H3>
+</A>
+
+
+
+<A NAME="1084446">
+Object class used by the Netscape Calendar Server to store information about calendar resources, such as conference rooms, in the directory. This object class is a Netscape extension to the standard LDAP schema.<P></A>
+
+<A NAME="1097054">
+OID: <code>2.16.840.1.113730.3.2.16</code><P></A>
+
+<A NAME="1079532">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1079408">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1079410">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108114">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1229677">objectClass</a><P></A>
+<td>
+<A NAME="1108116">
+(Required) Reserved.<P></A>
+
+<tr><td>
+<A NAME="1102373">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171494">cn</a><P></A>
+<td>
+<A NAME="1080905">
+The resource's common name.<P></A>
+
+<tr><td>
+<A NAME="1102378">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171637">facsimileTelephoneNumber</a><P></A>
+<td>
+<A NAME="1081264">
+Fax number associated with the resource.<P></A>
+
+<tr><td>
+<A NAME="1102455">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1104932">nsCalAccess</a><P></A>
+<td>
+<A NAME="1083840">
+Defines whether the resource should be allowed or denied access to the calendar server.<P></A>
+
+<tr><td>
+<A NAME="1102460">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1166044">nsCalAccessDomain</a><P></A>
+<td>
+<A NAME="1083873">
+Internet domain or IP address from which the calendar resource is allowed to access calendar data. This attribute is reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1079434">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1105005">nsCalDefaultNoteReminder</a><P></A>
+<td>
+<A NAME="1084773">
+Type (if any) of note reminder.<P></A>
+
+<tr><td>
+<A NAME="1079439">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1162428">nsCalDefaultReminder</a><P></A>
+<td>
+<A NAME="1084609">
+Type (if any) of event reminder.<P></A>
+
+<tr><td>
+<A NAME="1079444">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1105139">nsCalDefaultTaskReminder</a><P></A>
+<td>
+<A NAME="1084642">
+Type (if any) of task reminder.<P></A>
+
+<tr><td>
+<A NAME="1079449">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1105164">nsCalDisplayPrefs</a><P></A>
+<td>
+<A NAME="1084565">
+Display preferences for the resource.<P></A>
+
+<tr><td>
+<A NAME="1102485">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1164493">nsCalFlags</a><P></A>
+<td>
+<A NAME="1079456">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1102490">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1157806">nsCalHost</a><P></A>
+<td>
+<A NAME="1083661">
+Hostname, or IP address, of the computer hosting the calendar resource's information.<P></A>
+
+<tr><td>
+<A NAME="1102495">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1105333">nsCalLanguageId</a><P></A>
+<td>
+<A NAME="1085033">
+Language in which the person responsible for the resource prefers to receive email notification.<P></A>
+
+<tr><td>
+<A NAME="1102500">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1157846">nsCalNodeAlias</a><P></A>
+<td>
+<A NAME="1083631">
+Mnemonic name of the node on which the resource's data is stored.<P></A>
+
+<tr><td>
+<A NAME="1079474">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1118755">nsCalNotifMechanism</a><P></A>
+<td>
+<A NAME="1079476">
+Mechanism used to notify event attendees (usually email).<P></A>
+
+<tr><td>
+<A NAME="1079479">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1105631">nsCalOperatingPrefs</a><P></A>
+<td>
+<A NAME="1084552">
+Operating preferences for the resource. Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1079613">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1105834">nsCalPasswordRequired</a><P></A>
+<td>
+<A NAME="1084950">
+Specifies whether a calendar user must supply a password to access calendar data about this resource.<P></A>
+
+<tr><td>
+<A NAME="1079509">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1105943">nsCalRefreshPrefs</a><P></A>
+<td>
+<A NAME="1079511">
+Defines whether the resource's preferences should be refreshed and how often.<P></A>
+
+<tr><td>
+<A NAME="1079626">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1105996">nsCalResourceCapacity</a><P></A>
+<td>
+<A NAME="1079619">
+Capacity of the resource, such as maximum room occupancy.<P></A>
+
+<tr><td>
+<A NAME="1079631">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1209242">nsCalResourceNumber</a><P></A>
+<td>
+<A NAME="1079623">
+The resource's identification number.<P></A>
+
+<tr><td>
+<A NAME="1079514">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1106093">nsCalServerVersion</a><P></A>
+<td>
+<A NAME="1083778">
+Version number of the calendar server hosting the calendar resource's data.<P></A>
+
+<tr><td>
+<A NAME="1079519">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1106115">nsCalSysopCanWritePassword</a><P></A>
+<td>
+<A NAME="1085009">
+Specifies if the calendar server administrator can overwrite the resource's password.<P></A>
+
+<tr><td>
+<A NAME="1079524">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1106160">nsCalTimezone</a><P></A>
+<td>
+<A NAME="1079526">
+The current timezone in which the resource is located.<P></A>
+
+<tr><td>
+<A NAME="1079529">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1106218">nsCalXItemId</a><P></A>
+<td>
+<A NAME="1084486">
+Identification number of the node on which the calendar resource's data is stored.<P></A>
+
+<tr><td>
+<A NAME="1102416">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230025">postalAddress</a><P></A>
+<td>
+<A NAME="1102418">
+Postal address of the resource.<P></A>
+
+<tr><td>
+<A NAME="1102409">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230129">telephoneNumber</a><P></A>
+<td>
+<A NAME="1102411">
+The resource's telephone number.<P></A>
+
+<tr><td>
+<A NAME="1102402">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1196547">userPassword</a><P></A>
+<td>
+<A NAME="1102404">
+Reserved for future use.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1078672"> 
+</A>
+<A NAME="nsCalUser">
+<H3> nsCalUser</H3>
+</A>
+
+
+
+<A NAME="1078673">
+Object class used by the Netscape Calendar Server to store information about calendar users in the directory. This object class is a Netscape extension to the standard LDAP schema.<P></A>
+
+<A NAME="1097050">
+OID: <code>2.16.840.1.113730.3.2.14</code><P></A>
+
+<A NAME="1078727">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1078677">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1078679">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108154">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1229677">objectClass</a><P></A>
+<td>
+<A NAME="1108156">
+(Required) Reserved.<P></A>
+
+<tr><td>
+<A NAME="1078683">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1104309">generationQualifier</a><P></A>
+<td>
+<A NAME="1078686">
+Same as generation Qualifier in the Lightweight Internet Person Schema (LIPS).<P></A>
+
+<tr><td>
+<A NAME="1102672">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1104932">nsCalAccess</a><P></A>
+<td>
+<A NAME="1083848">
+Defines whether the user should be allowed or denied access to the calendar server.<P></A>
+
+<tr><td>
+<A NAME="1102677">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1166044">nsCalAccessDomain</a><P></A>
+<td>
+<A NAME="1078696">
+Internet domain or IP address from which the calendar user is allowed to access calendar data. This attribute is reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1102682">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1104994">nsCalAdmd</a><P></A>
+<td>
+<A NAME="1083983">
+X.400 Administration Management Domain Name of the user.<P></A>
+
+<tr><td>
+<A NAME="1102697">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1105005">nsCalDefaultNoteReminder</a><P></A>
+<td>
+<A NAME="1084798">
+Type (if any) of note reminder.<P></A>
+
+<tr><td>
+<A NAME="1102702">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1162428">nsCalDefaultReminder</a><P></A>
+<td>
+<A NAME="1078711">
+Type (if any) of event reminder.<P></A>
+
+<tr><td>
+<A NAME="1102707">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1105139">nsCalDefaultTaskReminder</a><P></A>
+<td>
+<A NAME="1084619">
+Type (if any) of task reminder.<P></A>
+
+<tr><td>
+<A NAME="1102712">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1105164">nsCalDisplayPrefs</a><P></A>
+<td>
+<A NAME="1078721">
+Display preferences for the user.<P></A>
+
+<tr><td>
+<A NAME="1102717">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1164493">nsCalFlags</a><P></A>
+<td>
+<A NAME="1078726">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1102722">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1157806">nsCalHost</a><P></A>
+<td>
+<A NAME="1083672">
+Hostname, or IP address, of the computer hosting the calendar user's information.<P></A>
+
+<tr><td>
+<A NAME="1102727">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1105333">nsCalLanguageId</a><P></A>
+<td>
+<A NAME="1085040">
+Language in which the user prefers to receive email.<P></A>
+
+<tr><td>
+<A NAME="1102732">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1157846">nsCalNodeAlias</a><P></A>
+<td>
+<A NAME="1083651">
+Mnemonic name of the node on which the user's data is stored.<P></A>
+
+<tr><td>
+<A NAME="1102737">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1118755">nsCalNotifMechanism</a><P></A>
+<td>
+<A NAME="1084582">
+Mechanism used to notify event attendees (usually email).<P></A>
+
+<tr><td>
+<A NAME="1102742">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1105631">nsCalOperatingPrefs</a><P></A>
+<td>
+<A NAME="1078828">
+Operating preferences for the user. Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1078821">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1105739">nsCalOrgUnit2</a><P></A>
+<td>
+<A NAME="1078823">
+X.400 Organization Unit 2 (OU2).<P></A>
+
+<tr><td>
+<A NAME="1078816">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1105752">nsCalOrgUnit3</a><P></A>
+<td>
+<A NAME="1083904">
+X.400 Organization Unit 3 (OU3).<P></A>
+
+<tr><td>
+<A NAME="1078811">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1105815">nsCalOrgUnit4</a><P></A>
+<td>
+<A NAME="1083922">
+X.400 Organization Unit 4 (OU4).<P></A>
+
+<tr><td>
+<A NAME="1102762">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1105834">nsCalPasswordRequired</a><P></A>
+<td>
+<A NAME="1082746">
+Specifies whether the user must supply a password to access calendar data.<P></A>
+
+<tr><td>
+<A NAME="1102767">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1105891">nsCalPrmd</a><P></A>
+<td>
+<A NAME="1083961">
+X.400 Private Management Domain Name of the user.<P></A>
+
+<tr><td>
+<A NAME="1078796">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1105943">nsCalRefreshPrefs</a><P></A>
+<td>
+<A NAME="1084526">
+Defines whether the user's calendar information should be refreshed and how often.<P></A>
+
+<tr><td>
+<A NAME="1078791">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1106093">nsCalServerVersion</a><P></A>
+<td>
+<A NAME="1083785">
+Version number of the calendar server hosting the calendar user's data.<P></A>
+
+<tr><td>
+<A NAME="1078786">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1106115">nsCalSysopCanWritePassword</a><P></A>
+<td>
+<A NAME="1085016">
+Specifies if the calendar server administrator can overwrite the user's password.<P></A>
+
+<tr><td>
+<A NAME="1078781">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1106160">nsCalTimezone</a><P></A>
+<td>
+<A NAME="1085063">
+The user's current timezone.<P></A>
+
+<tr><td>
+<A NAME="1078836">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1106218">nsCalXItemId</a><P></A>
+<td>
+<A NAME="1084493">
+Identification number of the node on which the calendar user's data is stored.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1078479"> 
+</A>
+<A NAME="Certificate Server Extensions">
+<H2> Certificate Server Extensions</H2>
+</A>
+
+<A NAME="1080510">
+This section describes the <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1078501">netscapeCertificateServer</a> object class used by the Netscape Certificate Server.<P></A>
+
+
+<A NAME="1078501"> 
+</A>
+<A NAME="netscapeCertificateServer">
+<H3> netscapeCertificateServer</H3>
+</A>
+
+
+
+<A NAME="1078564">
+Object class used to store information about the Netscape Certificate Server in the directory. This object class is a Netscape extension to the standard LDAP schema. Reserved for future use.<P></A>
+
+<A NAME="1097058">
+OID: <code>2.16.840.1.113730.3.2.18</code><P></A>
+
+<A NAME="1108183">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1108173">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1108175">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108180">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1229677">objectClass</a><P></A>
+<td>
+<A NAME="1108182">
+(Required) Reserved.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1078576"> 
+</A>
+<A NAME="Collabra Server Extensions">
+<H2> Collabra Server Extensions</H2>
+</A>
+
+<A NAME="1080748">
+The object classes in this section are used by the Netscape Collabra Server. The object classes described here include <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1078579">netscapeNewsServer</a> and <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1078583">nginfo</a>.<P></A>
+
+
+<A NAME="1078579"> 
+</A>
+<A NAME="netscapeNewsServer">
+<H3> netscapeNewsServer</H3>
+</A>
+
+
+
+<A NAME="1108221">
+Object class used to store information about the Netscape Collabra Server in the directory. This object class is a Netscape extension to the standard LDAP schema. Reserved for future use.<P></A>
+
+<A NAME="1097154">
+OID: <code>2.16.840.1.113730.3.2.27</code><P></A>
+
+<A NAME="1108205">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1108195">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1108197">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108202">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1229677">objectClass</a><P></A>
+<td>
+<A NAME="1108204">
+(Required) Reserved.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1078583"> 
+</A>
+<A NAME="nginfo">
+<H3> nginfo</H3>
+</A>
+
+
+
+<A NAME="1078584">
+Object class used by the Netscape Collabra Server to store discussion (news) group information. This object class is a Netscape extension to the standard LDAP schema.<P></A>
+
+<A NAME="1098802">
+OID: <code>2.16.840.1.113730.3.2.26</code><P></A>
+
+<A NAME="1105306">
+Object classes of this type are stored in a separate subtree under <I>ou=Netscape Servers</I>. The branch point is represented by the ngcomponent=. entry. Thus, if your directory's suffix is <I>o=Example.com</I>, then all discussion group information is stored in the subtree:<P></A>
+<PRE><A NAME="1078586">
+<I>ngcomponent=., o=Example.com</I>
+</A>
+</PRE>
+<A NAME="1078587">
+This subtree and it's contents are written to the directory by the Collabra server. The structure of this tree, the format and usage of the <code>nginfo</code> object class, and the format and usage of the <code>nginfo</code> attributes are subject to change without notice.<P></A>
+
+<A NAME="1078640">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1078590">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1078592">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1078596">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1095332">ngcomponent</a><P></A>
+<td>
+<A NAME="1078599">
+(Required) A single part of the discussion group's name.<P></A>
+
+<tr><td>
+<A NAME="1108256">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1229677">objectClass</a><P></A>
+<td>
+<A NAME="1108258">
+(Required) Reserved.<P></A>
+
+<tr><td>
+<A NAME="1078602">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171528">description</a><P></A>
+<td>
+<A NAME="1078604">
+Text description of the discussion group.<P></A>
+
+<tr><td>
+<A NAME="1103112">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1036977">nsaclrole</a><P></A>
+<td>
+<A NAME="1103114">
+Access permissions set for the various Collabra roles.<P></A>
+
+<tr><td>
+<A NAME="1103119">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1037693">nscreator</a><P></A>
+<td>
+<A NAME="1103121">
+User ID of the discussion group's creator.<P></A>
+
+<tr><td>
+<A NAME="1103133">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1037564">nsflags</a><P></A>
+<td>
+<A NAME="1103135">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1103140">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1092030">nsnewsACL</a><P></A>
+<td>
+<A NAME="1103142">
+Access control set for the discussion group.<P></A>
+
+<tr><td>
+<A NAME="1078627">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1037277">nsprettyname</a><P></A>
+<td>
+<A NAME="1078629">
+The discussion group's name.<P></A>
+
+<tr><td>
+<A NAME="1108272">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1099985">subtreeACI</a><P></A>
+<td>
+<A NAME="1108274">
+Reserved.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1078655"> 
+</A>
+<A NAME="Compass Server Extensions">
+<H2> Compass Server Extensions</H2>
+</A>
+
+<A NAME="1080778">
+The object classes in this section are used by the Netscape Compass Server. The object classes described here include <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1080497">netscapeCompassServer</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1079636">personalInterestProfile</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1080358">PIPUser</a>, and <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1080065">PIPUserInfo</a>.<P></A>
+
+
+<A NAME="1080497"> 
+</A>
+<A NAME="netscapeCompassServer">
+<H3> netscapeCompassServer</H3>
+</A>
+
+
+
+<A NAME="1080498">
+Object class used to store information about the Netscape Compass Server in the directory. This object class is a Netscape extension to the standard LDAP schema. Reserved for future use.<P></A>
+
+<A NAME="1097064">
+OID: <code>2.16.840.1.113730.3.2.19</code><P></A>
+
+<A NAME="1108299">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1108289">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1108291">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108296">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1229677">objectClass</a><P></A>
+<td>
+<A NAME="1108298">
+(Required) Reserved.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1079636"> 
+</A>
+<A NAME="personalInterestProfile">
+<H3> personalInterestProfile</H3>
+</A>
+
+
+
+<A NAME="1082056">
+Object class used by the Netscape Compass Server to store personal interest profile information for Compass server users. For more information on personal interest profiles, see the Netscape Compass Server Administrator's Guide. This object class is a Netscape extension to the standard LDAP schema.<P></A>
+
+<A NAME="1097066">
+OID: <code>2.16.840.1.113730.3.2.20</code><P></A>
+
+<A NAME="1079693">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1079643">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1079645">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108309">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1229677">objectClass</a><P></A>
+<td>
+<A NAME="1108311">
+(Required) Reserved.<P></A>
+
+<tr><td>
+<A NAME="1079649">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1110777">pipuid</a><P></A>
+<td>
+<A NAME="1079652">
+(Required) User ID of the person to whom this profile belongs.<P></A>
+
+<tr><td>
+<A NAME="1079655">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1107663">pipuniqueid</a><P></A>
+<td>
+<A NAME="1088167">
+Unique ID of the user to whom this profile belongs.<P></A>
+
+<tr><td>
+<A NAME="1079660">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1114647">pipstatus</a><P></A>
+<td>
+<A NAME="1079662">
+Defines whether the profile is enabled or disabled.<P></A>
+
+<tr><td>
+<A NAME="1079665">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1108439">pipusertype</a><P></A>
+<td>
+<A NAME="1079667">
+Type of user to whom this profile belongs.<P></A>
+
+<tr><td>
+<A NAME="1079670">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1116521">pipstfrequency</a><P></A>
+<td>
+<A NAME="1079672">
+Describes how often the user receives "My Compass" newsletters with category updates.<P></A>
+
+<tr><td>
+<A NAME="1079675">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1111582">pipmedium</a><P></A>
+<td>
+<A NAME="1079677">
+Medium used to send information to the user about updates on free text search profiles.<P></A>
+
+<tr><td>
+<A NAME="1108316">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1111357">pipformat</a><P></A>
+<td>
+<A NAME="1108318">
+Format of the free text search profile update sent to the user.<P></A>
+
+<tr><td>
+<A NAME="1079680">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1246341">pipfrequency</a><P></A>
+<td>
+<A NAME="1079682">
+Attribute used by the compass server to describe how often a user receives "My Compass" newsletters with free text search updates.<P></A>
+
+<tr><td>
+<A NAME="1079685">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1111369">piphour</a><P></A>
+<td>
+<A NAME="1079687">
+Hours during the day that the user receives free text search profile updates.<P></A>
+
+<tr><td>
+<A NAME="1079690">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1246650">pipmaxhits</a><P></A>
+<td>
+<A NAME="1079692">
+Maximum number of documents returned for each free text search profile update.<P></A>
+
+<tr><td>
+<A NAME="1086287">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1111729">pipresultset</a><P></A>
+<td>
+<A NAME="1079792">
+List of attributes about which the user wants to receive updates.<P></A>
+
+<tr><td>
+<A NAME="1079799">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1111947">pipsortorder</a><P></A>
+<td>
+<A NAME="1079788">
+Sort order of the information in the summary report of the free text search profile update.<P></A>
+
+<tr><td>
+<A NAME="1079802">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1117682">piptimestamp</a><P></A>
+<td>
+<A NAME="1079784">
+Date the free text search profile was last updated for this user.<P></A>
+
+<tr><td>
+<A NAME="1079805">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1113479">pipirlist</a><P></A>
+<td>
+<A NAME="1105425">
+Domains and newsgroups the user wishes to monitor.<P></A>
+
+<tr><td>
+<A NAME="1079808">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1237828">pipiroption</a><P></A>
+<td>
+<A NAME="1079776">
+Defines whether or not all entries in pipirlist should be updated or excluded from updates.<P></A>
+
+<tr><td>
+<A NAME="1079811">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1112443">pippwp</a><P></A>
+<td>
+<A NAME="1079772">
+Address of the Personal Web Page (PWP) database.<P></A>
+
+<tr><td>
+<A NAME="1079814">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1112574">piplastcount</a><P></A>
+<td>
+<A NAME="1079768">
+Number of matches that occurred during the last update.<P></A>
+
+<tr><td>
+<A NAME="1079817">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1237470">piptotalcount</a><P></A>
+<td>
+<A NAME="1082119">
+Number of matches that occurred during all updates to date.<P></A>
+
+<tr><td>
+<A NAME="1079820">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1112780">piptotalrun</a><P></A>
+<td>
+<A NAME="1079760">
+Total number of updates to date.<P></A>
+
+<tr><td>
+<A NAME="1079824">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1236460">pipnotify</a><P></A>
+<td>
+<A NAME="1079756">
+Undefined.<P></A>
+
+<tr><td>
+<A NAME="1079827">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1236511">pipprivilege</a><P></A>
+<td>
+<A NAME="1079752">
+Undefined.<P></A>
+
+<tr><td>
+<A NAME="1086357">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1113190">pipgroup</a><P></A>
+<td>
+<A NAME="1079748">
+Undefined.<P></A>
+
+<tr><td>
+<A NAME="1086370">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1237689">pipidstcount</a><P></A>
+<td>
+<A NAME="1082159">
+Last unique ID used by the user.<P></A>
+
+<tr><td>
+<A NAME="1086382">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1115462">pipstid</a><P></A>
+<td>
+<A NAME="1079861">
+Unique ID of a search topic included in the profile.<P></A>
+
+<tr><td>
+<A NAME="1079875">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1115468">pipstname</a><P></A>
+<td>
+<A NAME="1079857">
+Arbitrary name created by the user to describe a search topic.<P></A>
+
+<tr><td>
+<A NAME="1079878">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1115474">pipstquery</a><P></A>
+<td>
+<A NAME="1079853">
+Undefined.<P></A>
+
+<tr><td>
+<A NAME="1079881">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1115480">pipsttaxonomy</a><P></A>
+<td>
+<A NAME="1079849">
+Taxonomy ID of a search topic.<P></A>
+
+<tr><td>
+<A NAME="1079884">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1115769">pipstinterest</a><P></A>
+<td>
+<A NAME="1099692">
+Describes the importance to the user of each individual search topic. (This attribute is used with Netscape Compass Server Professional only.)<P></A>
+
+<tr><td>
+<A NAME="1079887">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1116285">pipsttype</a><P></A>
+<td>
+<A NAME="1079841">
+Defines whether a search is a category search or a free text search.<P></A>
+
+<tr><td>
+<A NAME="1079890">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1115898">pipstprivacy</a><P></A>
+<td>
+<A NAME="1079837">
+Defines whether queries of this entry should be allowed or disallowed.<P></A>
+
+<tr><td>
+<A NAME="1079955">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1116027">pipststatus</a><P></A>
+<td>
+<A NAME="1079950">
+Status of the personal interest profile.<P></A>
+
+<tr><td>
+<A NAME="1079958">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1237172">pipstlastcount</a><P></A>
+<td>
+<A NAME="1079946">
+Number of category matches during the last update.<P></A>
+
+<tr><td>
+<A NAME="1079961">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1115516">pipsttotalcount</a><P></A>
+<td>
+<A NAME="1082234">
+Number of category matches to date.<P></A>
+
+<tr><td>
+<A NAME="1079964">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1115522">pipsttotalrun</a><P></A>
+<td>
+<A NAME="1082240">
+Number of category search updates performed to date.<P></A>
+
+<tr><td>
+<A NAME="1079967">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1116402">pipstcategory</a><P></A>
+<td>
+<A NAME="1079934">
+Categories or search strings the user is interested in.<P></A>
+
+<tr><td>
+<A NAME="1079970">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1116521">pipstfrequency</a><P></A>
+<td>
+<A NAME="1079930">
+Frequency that the user receives category update alerts.<P></A>
+
+<tr><td>
+<A NAME="1079973">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1117140">pipstmedium</a><P></A>
+<td>
+<A NAME="1096703">
+Medium used to send information to the user about updates on category search profiles.<P></A>
+
+<tr><td>
+<A NAME="1079976">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1116837">pipstformat</a><P></A>
+<td>
+<A NAME="1082369">
+Format of the category search profile update sent to the user.<P></A>
+
+<tr><td>
+<A NAME="1079979">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1116707">pipsthour</a><P></A>
+<td>
+<A NAME="1082375">
+Hours during the day that the user receives free category profile updates.<P></A>
+
+<tr><td>
+<A NAME="1079982">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1117134">pipstmaxhits</a><P></A>
+<td>
+<A NAME="1082402">
+Maximum number of documents returned for each category search profile update.<P></A>
+
+<tr><td>
+<A NAME="1079985">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1117321">pipstresultset</a><P></A>
+<td>
+<A NAME="1082414">
+List of categories about which the user wants to receive updates.<P></A>
+
+<tr><td>
+<A NAME="1079988">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1117327">pipstsortorder</a><P></A>
+<td>
+<A NAME="1082427">
+Sort order of the information in the summary report of the category search profile update.<P></A>
+
+<tr><td>
+<A NAME="1079991">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1117445">pipsttimestamp</a><P></A>
+<td>
+<A NAME="1082432">
+Date the category search profile was last updated for this user.<P></A>
+
+<tr><td>
+<A NAME="1079994">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1117562">pipstirlist</a><P></A>
+<td>
+<A NAME="1082443">
+Domains and newsgroups the user wants to monitor.<P></A>
+
+<tr><td>
+<A NAME="1079997">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1117790">pipstiroption</a><P></A>
+<td>
+<A NAME="1082447">
+Defines whether or not all entries in pipstirlist will be updated or excluded from category updates.<P></A>
+
+<tr><td>
+<A NAME="1080036">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1118693">pipreservedces1</a><P></A>
+<td>
+<A NAME="1080033">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1080041">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1118699">pipreservedces2</a><P></A>
+<td>
+<A NAME="1082335">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1080044">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1118705">pipreservedces3</a><P></A>
+<td>
+<A NAME="1080025">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1080047">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1118350">pipreservedcis1</a><P></A>
+<td>
+<A NAME="1080021">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1080050">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1118356">pipreservedcis2</a><P></A>
+<td>
+<A NAME="1080017">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1080053">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1118362">pipreservedcis3</a><P></A>
+<td>
+<A NAME="1080013">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1080056">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1118368">pipreservedcis4</a><P></A>
+<td>
+<A NAME="1080009">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1080059">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1118374">pipreservedcis5</a><P></A>
+<td>
+<A NAME="1080005">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1080062">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1118380">pipreservedcis6</a><P></A>
+<td>
+<A NAME="1080001">
+Reserved for future use.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1080358"> 
+</A>
+<A NAME="PIPUser">
+<H3> PIPUser</H3>
+</A>
+
+
+
+<A NAME="1082531">
+Object class used by the Netscape Compass Server to contain information about Personal Interest Profile (PIP) users. This object class is a Netscape extension to the standard LDAP schema. For more information about PIPs, see the Netscape Compass Server Administrator's Guide. Reserved for future use.<P></A>
+
+<A NAME="1097068">
+OID: <code>2.16.840.1.113730.3.2.22</code><P></A>
+
+<A NAME="1080396">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1080362">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1080364">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108446">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1229677">objectClass</a><P></A>
+<td>
+<A NAME="1108448">
+(Required) Reserved.<P></A>
+
+<tr><td>
+<A NAME="1086592">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1246531">pipcompassservers</a><P></A>
+<td>
+<A NAME="1080405">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1086632">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1118693">pipreservedces1</a><P></A>
+<td>
+<A NAME="1080442">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1086637">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1118699">pipreservedces2</a><P></A>
+<td>
+<A NAME="1080447">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1086642">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1118705">pipreservedces3</a><P></A>
+<td>
+<A NAME="1080452">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1086647">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1118350">pipreservedcis1</a><P></A>
+<td>
+<A NAME="1080457">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1086652">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1118356">pipreservedcis2</a><P></A>
+<td>
+<A NAME="1080462">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1086657">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1118362">pipreservedcis3</a><P></A>
+<td>
+<A NAME="1080467">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1086662">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1118368">pipreservedcis4</a><P></A>
+<td>
+<A NAME="1080484">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1086667">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1118374">pipreservedcis5</a><P></A>
+<td>
+<A NAME="1080489">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1086672">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1118380">pipreservedcis6</a><P></A>
+<td>
+<A NAME="1080494">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1108453">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1107663">pipuniqueid</a><P></A>
+<td>
+<A NAME="1108455">
+Unique ID of the user.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1080065"> 
+</A>
+<A NAME="PIPUserInfo">
+<H3> PIPUserInfo</H3>
+</A>
+
+
+
+<A NAME="1080066">
+Object class used by the Netscape Compass Server to contain information about Personal Interest Profile (PIP) users that do not have a user ID. This object class is a Netscape extension to the standard LDAP schema. For more information about PIPs, see the Netscape Compass Server Administrator's Guide. Reserved for future use.<P></A>
+
+<A NAME="1097070">
+OID: <code>2.16.840.1.113730.3.2.21</code><P></A>
+
+<A NAME="1097227">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1105721">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1105723">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1105728">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171494">cn</a><P></A>
+<td>
+<A NAME="1105730">
+(Required) The user's common name.<P></A>
+
+<tr><td>
+<A NAME="1108460">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1229677">objectClass</a><P></A>
+<td>
+<A NAME="1108462">
+(Required) Reserved.<P></A>
+
+<tr><td>
+<A NAME="1105735">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171528">description</a><P></A>
+<td>
+<A NAME="1105737">
+Freeform description of the user.<P></A>
+
+<tr><td>
+<A NAME="1105763">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1189404">mail</a><P></A>
+<td>
+<A NAME="1105765">
+Email address of the user.<P></A>
+
+<tr><td>
+<A NAME="1105742">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1246531">pipcompassservers</a><P></A>
+<td>
+<A NAME="1105744">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1105749">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1107663">pipuniqueid</a><P></A>
+<td>
+<A NAME="1105751">
+Unique ID of the user.<P></A>
+
+<tr><td>
+<A NAME="1105756">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1196547">userPassword</a><P></A>
+<td>
+<A NAME="1105758">
+The user's password.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1097229"> 
+</A>
+<A NAME="Directory Server Extensions">
+<H2> Directory Server Extensions</H2>
+</A>
+
+<A NAME="1077861">
+The following object classes are used by the Netscape Directory Server. The object classes described here include <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1077794">changeLogEntry</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1100614">cirReplicaSource</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1098555">groupOfCertificates</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1106267">residentialPerson</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1078109">netscapeMachineData</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1097231">netscapeServer</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1100862">nsLicenseUser</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1100399">NTGroup</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1081708">passwordObject</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1081724">passwordPolicy</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1097669">referral</a>, and <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1097986">subschema</a>.<P></A>
+
+
+<A NAME="1077794"> 
+</A>
+<A NAME="changeLogEntry">
+<H3> changeLogEntry</H3>
+</A>
+
+
+
+<A NAME="1077795">
+Object class used by the Netscape Directory Server to represent a change made to its directory. This object class is a Netscape extension to the standard LDAP schema.<P></A>
+
+<A NAME="1098541">
+OID: <code>2.16.840.1.113730.3.2.1</code><P></A>
+
+<A NAME="1077846">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1077798">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1077800">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1077816">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1094798">changeNumber</a><P></A>
+<td>
+<A NAME="1077819">
+(Required) Arbitrarily assigned number to the changelog.<P></A>
+
+<tr><td>
+<A NAME="1108478">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1095285">changeTime</a><P></A>
+<td>
+<A NAME="1108480">
+(Required) The time a change took place.<P></A>
+
+<tr><td>
+<A NAME="1077822">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1094968">changeType</a><P></A>
+<td>
+<A NAME="1077825">
+(Required) Type of change performed on an entry.<P></A>
+
+<tr><td>
+<A NAME="1108471">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1094954">targetDn</a><P></A>
+<td>
+<A NAME="1108473">
+(Required) Distinguished name of an entry that was added, modified, or deleted on a supplier server.<P></A>
+
+<tr><td>
+<A NAME="1077828">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1095277">changes</a><P></A>
+<td>
+<A NAME="1077830">
+Changes made to a Directory Server.<P></A>
+
+<tr><td>
+<A NAME="1077833">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1095547">deleteOldRdn</a><P></A>
+<td>
+<A NAME="1077835">
+A flag that defines whether the old Relative Distinguished Name (RDN) of the entry should be retained as a distinguished attribute of the entry, or should be deleted.<P></A>
+
+<tr><td>
+<A NAME="1098195">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1266221">filterInfo</a><P></A>
+<td>
+<A NAME="1098197">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1077838">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1278579">newRdn</a><P></A>
+<td>
+<A NAME="1077840">
+New RDN of an entry that is the target of a modRDN or modDN operation.<P></A>
+
+<tr><td>
+<A NAME="1077843">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1126531">newSuperior</a><P></A>
+<td>
+<A NAME="1077845">
+Name of the entry that becomes the immediate superior of the existing entry, when processing a modDN operation.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1098555"> 
+</A>
+<A NAME="groupOfCertificates">
+<H3> groupOfCertificates</H3>
+</A>
+
+
+
+<A NAME="1098563">
+Object class used by the Netscape Directory Server to contain information about a group of X.509 certificates. Any certificate that matches the values in <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1152959">memberCertificateDescription</a> is considered to be a member of the group. This object class is a Netscape extension to the standard LDAP schema.<P></A>
+
+<A NAME="1098564">
+OID: <code>2.16.840.1.113730.3.2.31</code><P></A>
+
+<A NAME="1081487">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1081442">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1081444">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1081448">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171494">cn</a><P></A>
+<td>
+<A NAME="1081451">
+(Required) The group's common name.<P></A>
+
+<tr><td>
+<A NAME="1081454">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171367">businessCategory</a><P></A>
+<td>
+<A NAME="1082983">
+Business in which the group is involved.<P></A>
+
+<tr><td>
+<A NAME="1081459">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171528">description</a><P></A>
+<td>
+<A NAME="1081461">
+Freeform description of the group.<P></A>
+
+<tr><td>
+<A NAME="1081464">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1152959">memberCertificateDescription</a><P></A>
+<td>
+<A NAME="1081466">
+Values used to determine if a particular certificate is a member of this group.<P></A>
+
+<tr><td>
+<A NAME="1081469">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1281611">o</a><P></A>
+<td>
+<A NAME="1081471">
+Organization that controls the group of certificates.<P></A>
+
+<tr><td>
+<A NAME="1081474">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1241174">ou</a><P></A>
+<td>
+<A NAME="1081476">
+Organizational unit to which the group belongs.<P></A>
+
+<tr><td>
+<A NAME="1081479">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1005719">owner</a><P></A>
+<td>
+<A NAME="1081481">
+The group's owner.<P></A>
+
+<tr><td>
+<A NAME="1081484">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1172500">seeAlso</a><P></A>
+<td>
+<A NAME="1081486">
+URL to information relevant to the group.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1089068"> 
+</A>
+<A NAME="netscapeDirectoryServer">
+<H3> netscapeDirectoryServer</H3>
+</A>
+
+
+
+<A NAME="1089069">
+Object class used to store information about the Netscape Directory Server in the directory. This object class is a Netscape extension to the standard LDAP schema. Reserved for future use.<P></A>
+
+<A NAME="1097076">
+OID: <code>2.16.840.1.113730.3.2.23</code><P></A>
+
+<A NAME="1108594">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1108584">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1108586">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108591">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1229677">objectClass</a><P></A>
+<td>
+<A NAME="1108593">
+(Required) Reserved.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1078109"> 
+</A>
+<A NAME="netscapeMachineData">
+<H3> netscapeMachineData</H3>
+</A>
+
+
+
+<A NAME="1097236">
+Object class used by the Netscape Directory Server to distinguish between machine data and non-machine data. Machine data is filtered out during replication. This object class is a Netscape extension to the standard LDAP schema. Reserved.<P></A>
+
+<A NAME="1097237">
+OID: <code>2.16.840.1.113730.3.2.32</code><P></A>
+
+
+<A NAME="1097231"> 
+</A>
+<A NAME="netscapeServer">
+<H3> netscapeServer</H3>
+</A>
+
+
+
+<A NAME="1098570">
+Object class that identifies entries used by Netscape servers when they bind to the directory. This object class is a Netscape extension to the standard LDAP schema.<P></A>
+
+<A NAME="1098571">
+OID: <code>2.16.840.1.113730.3.2.10</code><P></A>
+
+<A NAME="1078166">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1078113">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1078115">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1078118">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171494">cn</a><P></A>
+<td>
+<A NAME="1078121">
+(Required) The server's common name.<P></A>
+
+<tr><td>
+<A NAME="1103187">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1032956">administratorContactInfo</a><P></A>
+<td>
+<A NAME="1103189">
+URL to information relevant to the person responsible for administering the Netscape server.<P></A>
+
+<tr><td>
+<A NAME="1103192">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1098448">adminUrl</a><P></A>
+<td>
+<A NAME="1103194">
+URL to the administration server under which the Netscape server is running.<P></A>
+
+<tr><td>
+<A NAME="1078124">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171528">description</a><P></A>
+<td>
+<A NAME="1078126">
+Text description of the server.<P></A>
+
+<tr><td>
+<A NAME="1103205">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1032705">installationTimeStamp</a><P></A>
+<td>
+<A NAME="1103207">
+Time when the Netscape server was installed.<P></A>
+
+<tr><td>
+<A NAME="1078137">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1093065">serverHostName</a><P></A>
+<td>
+<A NAME="1078139">
+Hostname on which the Netscape server is installed.<P></A>
+
+<tr><td>
+<A NAME="1078143">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1032412">serverProductName</a><P></A>
+<td>
+<A NAME="1078145">
+Netscape server's product name.<P></A>
+
+<tr><td>
+<A NAME="1103220">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1032294">serverRoot</a><P></A>
+<td>
+<A NAME="1103222">
+Path to the server's installation root.<P></A>
+
+<tr><td>
+<A NAME="1108651">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1032439">serverVersionNumber</a><P></A>
+<td>
+<A NAME="1108653">
+Netscape server's version number.<P></A>
+
+<tr><td>
+<A NAME="1078148">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1196547">userPassword</a><P></A>
+<td>
+<A NAME="1078150">
+Contains a password for the server.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1081708"> 
+</A>
+<A NAME="passwordObject">
+<H3> passwordObject</H3>
+</A>
+
+
+
+<A NAME="1098598">
+Object class that contains password information for a user in the directory. This object class is a Netscape extension to the standard LDAP schema.<P></A>
+
+<A NAME="1098599">
+OID: <code>2.16.840.1.113730.3.2.12</code><P></A>
+
+<A NAME="1081721">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1081712">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1081714">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108661">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1229677">objectClass</a><P></A>
+<td>
+<A NAME="1108663">
+(Required) Reserved.<P></A>
+
+<tr><td>
+<A NAME="1103292">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1104078">accountUnlockTime</a><P></A>
+<td>
+<A NAME="1103294">
+When the user account will be unlocked.<P></A>
+
+<tr><td>
+<A NAME="1108668">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1103904">passwordExpirationTime</a><P></A>
+<td>
+<A NAME="1108670">
+When the user's password expires.<P></A>
+
+<tr><td>
+<A NAME="1081718">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1293088">passwordExpWarned</a><P></A>
+<td>
+<A NAME="1081720">
+Used by the Directory Server to keep track of password expiration warnings sent to a user.<P></A>
+
+<tr><td>
+<A NAME="1103273">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1104144">passwordHistory</a><P></A>
+<td>
+<A NAME="1103275">
+Password history of the user.<P></A>
+
+<tr><td>
+<A NAME="1083145">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1103999">passwordRetryCount</a><P></A>
+<td>
+<A NAME="1083110">
+Password failure count for the user.<P></A>
+
+<tr><td>
+<A NAME="1083153">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1152805">retryCountResetTime</a><P></A>
+<td>
+<A NAME="1083106">
+Describes when the passwordRetryCount should be reset to zero (0).<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1081724"> 
+</A>
+<A NAME="passwordPolicy">
+<H3> passwordPolicy</H3>
+</A>
+
+
+
+<A NAME="1098606">
+Object class that contains the password policy for all users in the entire directory. This object class is a Netscape extension to the standard LDAP schema.<P></A>
+
+<A NAME="1098607">
+OID: <code>2.16.840.1.113730.3.2.13</code><P></A>
+
+<A NAME="1081725">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1103339">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1103341">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108677">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1229677">objectClass</a><P></A>
+<td>
+<A NAME="1108679">
+(Required) Reserved.<P></A>
+
+<tr><td>
+<A NAME="1103461">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1157269">passwordChange</a><P></A>
+<td>
+<A NAME="1103463">
+Defines whether users must, may, or cannot change passwords.<P></A>
+
+<tr><td>
+<A NAME="1103478">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1157285">passwordCheckSyntax</a><P></A>
+<td>
+<A NAME="1103480">
+Defines whether or not a syntax check is performed on user passwords.<P></A>
+
+<tr><td>
+<A NAME="1103346">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1155167">passwordExp</a><P></A>
+<td>
+<A NAME="1103348">
+Defines whether or not user passwords expire.<P></A>
+
+<tr><td>
+<A NAME="1103444">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1104470">passwordInHistory</a><P></A>
+<td>
+<A NAME="1103446">
+If password histories are being kept, this attribute defines how many passwords to keep in the history list.<P></A>
+
+<tr><td>
+<A NAME="1103427">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1156663">passwordKeepHistory</a><P></A>
+<td>
+<A NAME="1103429">
+Defines whether or not a history of user passwords should be saved.<P></A>
+
+<tr><td>
+<A NAME="1103495">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1156671">passwordLockout</a><P></A>
+<td>
+<A NAME="1103497">
+Defines whether or not users should be locked out after using an incorrect password a specified number of times.<P></A>
+
+<tr><td>
+<A NAME="1103551">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1104188">passwordLockoutDuration</a><P></A>
+<td>
+<A NAME="1103553">
+Defines how long users should be locked out after a specified number of retries.<P></A>
+
+<tr><td>
+<A NAME="1103353">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1166286">passwordMaxAge</a><P></A>
+<td>
+<A NAME="1103355">
+Defines how long passwords can be used before they expire.<P></A>
+
+<tr><td>
+<A NAME="1103512">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1104715">passwordMaxFailure</a><P></A>
+<td>
+<A NAME="1103514">
+Maximum number of retries allowed before a user is locked out.<P></A>
+
+<tr><td>
+<A NAME="1103360">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1104413">passwordMinLength</a><P></A>
+<td>
+<A NAME="1103362">
+Defines the minimum number of characters allowed in user passwords.<P></A>
+
+<tr><td>
+<A NAME="1103529">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1104754">passwordResetDuration</a><P></A>
+<td>
+<A NAME="1103531">
+Specifies how much time passes between the server locking a user out and resetting the retry count to zero.<P></A>
+
+<tr><td>
+<A NAME="1103534">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1156969">passwordUnlock</a><P></A>
+<td>
+<A NAME="1103536">
+Defines whether or not users should be locked out forever after a specified number of retries.<P></A>
+
+<tr><td>
+<A NAME="1103387">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1104598">passwordWarning</a><P></A>
+<td>
+<A NAME="1103389">
+Specifies how much time prior to password expiration to send a warning to the user.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1097669"> 
+</A>
+<A NAME="referral">
+<H3> referral</H3>
+</A>
+
+
+
+<A NAME="1097670">
+Object class that allows smart referrals to be placed in an entry. This object class is a Netscape extension to the standard LDAP schema.<P></A>
+
+<A NAME="1078339">
+OID: <code>2.16.840.1.113730.3.2.6</code><P></A>
+
+<A NAME="1098034">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1078330">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1078332">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1078336">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100037">ref</a><P></A>
+<td>
+<A NAME="1078338">
+LDAP URL in the format<br>ldap://servername:portnumber/dn.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1097986"> 
+</A>
+<A NAME="subschema">
+<H3> subschema</H3>
+</A>
+
+
+
+<A NAME="1097987">
+Object class that contains all the attributes and object classes for a given Directory Server. This object class was inherited from X.500 Directory Services. Reserved for use by the Directory Server.<P></A>
+
+<A NAME="1098036">
+OID: <code>2.5.20.1</code><P></A>
+
+<A NAME="1097998">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1097990">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1097992">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1098110">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1290840">attributeTypes</a><P></A>
+<td>
+<A NAME="1098112">
+Attribute types used within a subschema.<P></A>
+
+<tr><td>
+<A NAME="1098086">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1283336">dITContentRules</a><P></A>
+<td>
+<A NAME="1098088">
+Defines directory tree content rules used within a subschema.<P></A>
+
+<tr><td>
+<A NAME="1098082">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1283313">dITStructureRules</a><P></A>
+<td>
+<A NAME="1098084">
+Defines directory tree structure rules used in a subschema.<P></A>
+
+<tr><td>
+<A NAME="1098078">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1242887">matchingRules</a><P></A>
+<td>
+<A NAME="1098080">
+Defines matching rules used in a subschema.<P></A>
+
+<tr><td>
+<A NAME="1098074">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1242961">matchingRuleUse</a><P></A>
+<td>
+<A NAME="1098076">
+Identifies the attribute types to which a matching rule applies in a subschema.<P></A>
+
+<tr><td>
+<A NAME="1098070">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1282059">nameForms</a><P></A>
+<td>
+<A NAME="1098072">
+Defines the name forms used in a subschema.<P></A>
+
+<tr><td>
+<A NAME="1098066">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1242815">objectClasses</a><P></A>
+<td>
+<A NAME="1098068">
+Defines the object classes used in a subschema.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1097091"> 
+</A>
+<A NAME="Media Server Extensions">
+<H2> Media Server Extensions</H2>
+</A>
+
+<A NAME="1097095">
+This section describes the <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1097098">netscapeMediaServer</a> object class used by the Netscape Media Server.<P></A>
+
+
+<A NAME="1097098"> 
+</A>
+<A NAME="netscapeMediaServer">
+<H3> netscapeMediaServer</H3>
+</A>
+
+
+
+<A NAME="1097132">
+Object class used to store information about the Netscape Media Server in the directory. This object class is a Netscape extension to the standard LDAP schema. Reserved for future use.<P></A>
+
+<A NAME="1097133">
+OID: <code>2.16.840.1.113730.3.2.25</code><P></A>
+
+<A NAME="1108693">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1108683">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1108685">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108690">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1229677">objectClass</a><P></A>
+<td>
+<A NAME="1108692">
+(Required) Reserved.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1097135"> 
+</A>
+<A NAME="Messaging Server Extensions">
+<H2> Messaging Server Extensions</H2>
+</A>
+
+<A NAME="1108700">
+The following object classes are used by the Netscape Messaging Server. The object classes described here include <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1108716">groupOfMailEnhancedUniqueNames</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1077922">mailRecipient</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1078007">mailGroup</a>,and <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1081545">netscapeMailServer</a>.<P></A>
+
+
+<A NAME="1108716"> 
+</A>
+<A NAME="groupOfMailEnhancedUniqueNames">
+<H3> groupOfMailEnhancedUniqueNames</H3>
+</A>
+
+
+
+<A NAME="1098817">
+Netscape extension used by the Messaging Server to store information about a mail group. This object class is a Netscape extension to the standard LDAP schema. Reserved for future use.<P></A>
+
+<A NAME="1098818">
+OID: <code>2.16.840.1.113730.3.2.5</code><P></A>
+
+<A NAME="1077920">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1077885">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1077887">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1077890">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171494">cn</a><P></A>
+<td>
+<A NAME="1077893">
+(Required) The group's common name.<P></A>
+
+<tr><td>
+<A NAME="1108721">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1229677">objectClass</a><P></A>
+<td>
+<A NAME="1108723">
+(Required) Reserved.<P></A>
+
+<tr><td>
+<A NAME="1077896">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171367">businessCategory</a><P></A>
+<td>
+<A NAME="1077898">
+Business in which the mail group is involved.<P></A>
+
+<tr><td>
+<A NAME="1077901">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171528">description</a><P></A>
+<td>
+<A NAME="1077903">
+Text description of the group.<P></A>
+
+<tr><td>
+<A NAME="1108728">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1026103">mailEnhancedUniqueMember</a><P></A>
+<td>
+<A NAME="1108730">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1077906">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1281611">o</a><P></A>
+<td>
+<A NAME="1077908">
+Organization to which the group belongs.<P></A>
+
+<tr><td>
+<A NAME="1108738">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1241174">ou</a><P></A>
+<td>
+<A NAME="1108740">
+Organizational unit to which the group belongs.<P></A>
+
+<tr><td>
+<A NAME="1077912">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1005719">owner</a><P></A>
+<td>
+<A NAME="1077914">
+The group's owner.<P></A>
+
+<tr><td>
+<A NAME="1077917">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1172500">seeAlso</a><P></A>
+<td>
+<A NAME="1077919">
+URL to information relevant to the group.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1077922"> 
+</A>
+<A NAME="mailRecipient">
+<H3> mailRecipient</H3>
+</A>
+
+
+
+<A NAME="1077923">
+Object class used as an enhancement to inetOrgPerson to define a Netscape Messaging Server user. That is, mailRecipient represents a mail account. This object class is a Netscape extension to the standard LDAP schema.<P></A>
+
+<A NAME="1097030">
+OID: <code>2.16.840.1.113730.3.2.3</code><P></A>
+
+<A NAME="1078005">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1087545">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1087547">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1087550">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171494">cn</a><P></A>
+<td>
+<A NAME="1087553">
+(Required) The user's common name.<P></A>
+
+<tr><td>
+<A NAME="1087556">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1189404">mail</a><P></A>
+<td>
+<A NAME="1087558">
+The user's electronic mailing address.<P></A>
+
+<tr><td>
+<A NAME="1087561">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1024020">mailAccessDomain</a><P></A>
+<td>
+<A NAME="1087563">
+Domain from which the mail user can login to obtain mail.<P></A>
+
+<tr><td>
+<A NAME="1103655">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1024250">mailAlternateAddress</a><P></A>
+<td>
+<A NAME="1087568">
+Alternate mail address for the user. More than one alternate address is acceptable.<P></A>
+
+<tr><td>
+<A NAME="1087571">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1024094">mailAutoReplyMode</a><P></A>
+<td>
+<A NAME="1087573">
+Auto reply mode set for the mail user.<P></A>
+
+<tr><td>
+<A NAME="1087576">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1024125">mailAutoReplyText</a><P></A>
+<td>
+<A NAME="1087578">
+Text sent when autoreplying to mail sent to the user.<P></A>
+
+<tr><td>
+<A NAME="1087581">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1024295">mailDeliveryOption</a><P></A>
+<td>
+<A NAME="1087583">
+Mail delivery mechanism to be used for the mail user.<P></A>
+
+<tr><td>
+<A NAME="1087586">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1026154">mailForwardingAddress</a><P></A>
+<td>
+<A NAME="1087588">
+Mail address to which the user's mail should be forwarded.<P></A>
+
+<tr><td>
+<A NAME="1087591">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1024314">mailHost</a><P></A>
+<td>
+<A NAME="1087593">
+Host on which the user's mail account resides.<P></A>
+
+<tr><td>
+<A NAME="1087596">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1024377">mailMessageStore</a><P></A>
+<td>
+<A NAME="1087598">
+Path to the directory containing the user's mail box.<P></A>
+
+<tr><td>
+<A NAME="1087601">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1024400">mailProgramDeliveryInfo</a><P></A>
+<td>
+<A NAME="1087603">
+Commands used for programmed mail delivery.<P></A>
+
+<tr><td>
+<A NAME="1087606">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1024509">mailQuota</a><P></A>
+<td>
+<A NAME="1087608">
+Maximum disk space allowed for the user's mail box.<P></A>
+
+<tr><td>
+<A NAME="1087611">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1229561">multiLineDescription</a><P></A>
+<td>
+<A NAME="1087613">
+Descriptive text about the mail user.<P></A>
+
+<tr><td>
+<A NAME="1087616">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1296804">uid</a><P></A>
+<td>
+<A NAME="1087618">
+Mail user's user ID.<P></A>
+
+<tr><td>
+<A NAME="1087621">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1196547">userPassword</a><P></A>
+<td>
+<A NAME="1087623">
+Password with which the mail user can bind to the directory.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1078007"> 
+</A>
+<A NAME="mailGroup">
+<H3> mailGroup</H3>
+</A>
+
+
+
+<A NAME="1078009">
+Object class used as an enhancement to <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1005294">groupOfUniqueNames</a> to define a group of mail recipients. That is, mailGroup is used to store Messaging Server mailing lists. This object class is a Netscape extension to the standard LDAP schema.<P></A>
+
+<A NAME="1097032">
+OID: <code>2.16.840.1.113730.3.2.4</code><P></A>
+
+<A NAME="1078087">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1078012">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1078014">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1078017">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1189404">mail</a><P></A>
+<td>
+<A NAME="1078020">
+(Required) The group's electronic mailing address.<P></A>
+
+<tr><td>
+<A NAME="1108751">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1229677">objectClass</a><P></A>
+<td>
+<A NAME="1108753">
+(Required) Reserved.<P></A>
+
+<tr><td>
+<A NAME="1078023">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171494">cn</a><P></A>
+<td>
+<A NAME="1078025">
+The group's common name.<P></A>
+
+<tr><td>
+<A NAME="1103727">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1024250">mailAlternateAddress</a><P></A>
+<td>
+<A NAME="1078030">
+Alternate mail address for the group.<P></A>
+
+<tr><td>
+<A NAME="1078033">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1024314">mailHost</a><P></A>
+<td>
+<A NAME="1078035">
+Host on which the group's mail account resides.<P></A>
+
+<tr><td>
+<A NAME="1078038">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1025144">mgrpAllowedBroadcaster</a><P></A>
+<td>
+<A NAME="1078040">
+URL identifying a mail user that is allowed to send mail to the mail group.<P></A>
+
+<tr><td>
+<A NAME="1078043">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1024569">mgrpAllowedDomain</a><P></A>
+<td>
+<A NAME="1078045">
+Domain from which users can send mail to the mail group.<P></A>
+
+<tr><td>
+<A NAME="1078048">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1278551">mgrpDeliverTo</a><P></A>
+<td>
+<A NAME="1078050">
+Alternative method of identifying members of the mail group.<P></A>
+
+<tr><td>
+<A NAME="1078053">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1025568">mgrpErrorsTo</a><P></A>
+<td>
+<A NAME="1078055">
+Mailing address to which mail delivery error messages are sent.<P></A>
+
+<tr><td>
+<A NAME="1078058">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1025705">mgrpModerator</a><P></A>
+<td>
+<A NAME="1078060">
+Mailing address to which rejected mail messages are sent.<P></A>
+
+<tr><td>
+<A NAME="1078063">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1025878">mgrpMsgMaxSize</a><P></A>
+<td>
+<A NAME="1078065">
+Maximum message size that can be sent to the mail group.<P></A>
+
+<tr><td>
+<A NAME="1078068">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1025035">mgrpMsgRejectAction</a><P></A>
+<td>
+<A NAME="1078070">
+Specifies the action to the taken in the event that mail sent to the mail group is rejected.<P></A>
+
+<tr><td>
+<A NAME="1078073">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1025981">mgrpMsgRejectText</a><P></A>
+<td>
+<A NAME="1078075">
+Text to be sent in the event that mail sent to the mail group is rejected.<P></A>
+
+<tr><td>
+<A NAME="1078078">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1024670">mgrpRFC822MailMember</a><P></A>
+<td>
+<A NAME="1078080">
+Recipient of mail that is sent to the mail group, but who is not in actuality a member of the mail group.<P></A>
+
+<tr><td>
+<A NAME="1078084">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1005719">owner</a><P></A>
+<td>
+<A NAME="1078086">
+Distinguished name of the mail group's owner.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1081545"> 
+</A>
+<A NAME="netscapeMailServer">
+<H3> netscapeMailServer</H3>
+</A>
+
+
+
+<A NAME="1081546">
+Object class used to store information about the Netscape Messaging Server in the directory. This object class is a Netscape extension to the standard LDAP schema. Reserved for future use.<P></A>
+
+<A NAME="1097044">
+OID: <code>2.16.840.1.113730.3.2.24</code><P></A>
+
+<A NAME="1108767">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1108757">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1108759">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108764">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1229677">objectClass</a><P></A>
+<td>
+<A NAME="1108766">
+(Required) Reserved.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1086191"> 
+</A>
+<A NAME="Proxy Server Extensions">
+<H2> Proxy Server Extensions</H2>
+</A>
+
+<A NAME="1086195">
+This section describes the <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1081588">netscapeProxyServer</a> object class used by the Netscape Proxy Server.<P></A>
+
+
+<A NAME="1081588"> 
+</A>
+<A NAME="netscapeProxyServer">
+<H3> netscapeProxyServer</H3>
+</A>
+
+
+
+<A NAME="1081589">
+Object class used to store information about the Netscape Proxy Server in the directory. This object class is a Netscape extension to the standard LDAP schema. Reserved for future use.<P></A>
+
+<A NAME="1097160">
+OID: <code>2.16.840.1.113730.3.2.28</code><P></A>
+
+<A NAME="1108781">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1108771">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1108773">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108778">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1229677">objectClass</a><P></A>
+<td>
+<A NAME="1108780">
+(Required) Reserved.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1081607"> 
+</A>
+<A NAME="Web Server Extensions">
+<H2> Web Server Extensions</H2>
+</A>
+
+<A NAME="1081611">
+This section describes the <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1081614">netscapeWebServer</a> object class used by Netscape's web servers.<P></A>
+
+
+<A NAME="1081614"> 
+</A>
+<A NAME="netscapeWebServer">
+<H3> netscapeWebServer</H3>
+</A>
+
+
+
+<A NAME="1081615">
+Object class used to store information about a Netscape web server in the directory. This object class is a Netscape extension to the standard LDAP schema. Reserved for future use.<P></A>
+
+<A NAME="1108796">
+OID: <code>2.16.840.1.113730.3.2.29</code><P></A>
+
+<A NAME="1108814">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1108804">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1108806">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1108811">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1229677">objectClass</a><P></A>
+<td>
+<A NAME="1108813">
+(Required) Reserved.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1108799"> 
+</A>
+<A NAME="Reserved Object Classes">
+<H2> Reserved Object Classes</H2>
+</A>
+
+<A NAME="1108800">
+This section describes object classes that are not defined for this release or are reserved for future use by the Netscape Directory Server.<P></A>
+
+
+<A NAME="1091117"> 
+</A>
+<A NAME="account">
+<H3> account</H3>
+</A>
+
+
+
+<A NAME="1091854">
+Reserved.<P></A>
+
+<A NAME="1098856">
+OID: <code>0.9.2342.19200300.100.4.5</code><P></A>
+
+<A NAME="1091903">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1091857">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1091859">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1091907">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1296804">uid</a><P></A>
+<td>
+<A NAME="1091909">
+(Required) The account's user ID.<P></A>
+
+<tr><td>
+<A NAME="1091874">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171528">description</a><P></A>
+<td>
+<A NAME="1091876">
+Text description of the account.<P></A>
+
+<tr><td>
+<A NAME="1091917">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1201958">host</a><P></A>
+<td>
+<A NAME="1091919">
+Hostname of the computer on which the account resides.<P></A>
+
+<tr><td>
+<A NAME="1091879">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1244534">l</a><P></A>
+<td>
+<A NAME="1091881">
+Locality in which the account resides.<P></A>
+
+<tr><td>
+<A NAME="1091884">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1281611">o</a><P></A>
+<td>
+<A NAME="1091886">
+Organization to which the account belongs.<P></A>
+
+<tr><td>
+<A NAME="1091890">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1241174">ou</a><P></A>
+<td>
+<A NAME="1091892">
+Organizational unit to which the account belongs.<P></A>
+
+<tr><td>
+<A NAME="1091895">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1172500">seeAlso</a><P></A>
+<td>
+<A NAME="1091897">
+URL to information relevant to the account.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1089961"> 
+</A>
+<A NAME="alias">
+<H3> alias</H3>
+</A>
+
+
+
+<A NAME="1089993">
+Object class used to point to other entries in the directory tree. This object class was inherited from X.500 Directory Services. Reserved.<P></A>
+
+<A NAME="1096898">
+OID: <code>2.5.6.1</code><P></A>
+
+<A NAME="1090031">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1089996">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1089998">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1090103">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1201653">aliasedObjectName</a><P></A>
+<td>
+<A NAME="1090004">
+(Required) Distinguished name of the entry for which this entry is an alias.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091270"> 
+</A>
+<A NAME="applicationEntity">
+<H3> applicationEntity</H3>
+</A>
+
+
+
+<A NAME="1106068">
+Object class used to represent application entities in the directory. This object class was inherited from X.500 Directory Services. Reserved.<P></A>
+
+<A NAME="1096990">
+OID: <code>2.5.6.12</code><P></A>
+
+<A NAME="1091320">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1091274">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1091276">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1091279">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202620">presentationAddress</a><P></A>
+<td>
+<A NAME="1091282">
+(Required) OSI presentation address of the entity.<P></A>
+
+<tr><td>
+<A NAME="1091285">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171494">cn</a><P></A>
+<td>
+<A NAME="1091288">
+(Required) Common name of the entity.<P></A>
+
+<tr><td>
+<A NAME="1091291">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171528">description</a><P></A>
+<td>
+<A NAME="1091293">
+Text description of the entity.<P></A>
+
+<tr><td>
+<A NAME="1091296">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1244534">l</a><P></A>
+<td>
+<A NAME="1091298">
+Locality in which the entity resides.<P></A>
+
+<tr><td>
+<A NAME="1103836">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1281611">o</a><P></A>
+<td>
+<A NAME="1091303">
+Organization to which the entity belongs.<P></A>
+
+<tr><td>
+<A NAME="1103841">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1241174">ou</a><P></A>
+<td>
+<A NAME="1091309">
+Organizational unit to which the entity belongs.<P></A>
+
+<tr><td>
+<A NAME="1103846">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1172500">seeAlso</a><P></A>
+<td>
+<A NAME="1091314">
+URL to information relevant to the entity.<P></A>
+
+<tr><td>
+<A NAME="1091317">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202747">supportedApplicationContext</a><P></A>
+<td>
+<A NAME="1091319">
+Identifiers of OSI application contexts.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1090381"> 
+</A>
+<A NAME="applicationProcess">
+<H3> applicationProcess</H3>
+</A>
+
+
+
+<A NAME="1106091">
+Object class used to define entries representing application processes in the directory. This object class was inherited from X.500 Directory Services. Reserved.<P></A>
+
+<A NAME="1096988">
+OID: <code>2.5.6.11</code><P></A>
+
+<A NAME="1090515">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1090555">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1090557">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1103871">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171494">cn</a><P></A>
+<td>
+<A NAME="1090563">
+(Required) Common name of the process.<P></A>
+
+<tr><td>
+<A NAME="1103876">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171528">description</a><P></A>
+<td>
+<A NAME="1090574">
+Text description of the process.<P></A>
+
+<tr><td>
+<A NAME="1103866">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1244534">l</a><P></A>
+<td>
+<A NAME="1090599">
+Locality in which the process resides.<P></A>
+
+<tr><td>
+<A NAME="1103856">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1241174">ou</a><P></A>
+<td>
+<A NAME="1090585">
+Organizational unit to which the process belongs.<P></A>
+
+<tr><td>
+<A NAME="1103861">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1172500">seeAlso</a><P></A>
+<td>
+<A NAME="1090590">
+URL to information relevant to the process.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091421"> 
+</A>
+<A NAME="cacheObject">
+<H3> cacheObject</H3>
+</A>
+
+
+
+<A NAME="1093594">
+Object class that allows an entry to contain the timeToLive (<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202798">ttl</a>) attribute.<P></A>
+
+<A NAME="1098472">
+OID: <code>1.3.6.1.4.1.250.3.18</code><P></A>
+
+<A NAME="1093607">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1093597">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1093599">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1093604">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202798">ttl</a><P></A>
+<td>
+<A NAME="1093606">
+Time, in seconds, that cached information about an entry should be considered valid.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091225"> 
+</A>
+<A NAME="certificationAuthority">
+<H3> certificationAuthority</H3>
+</A>
+
+
+
+<A NAME="1091226">
+Object class used to store information about Certificate Authorities (CAs) in the directory. This object class was inherited from X.500 Directory Services. Reserved.<P></A>
+
+<A NAME="1097006">
+OID: <code>2.5.6.16</code><P></A>
+
+<A NAME="1091261">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1091229">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1091231">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1091236">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1208584">cACertificate;binary</a><P></A>
+<td>
+<A NAME="1091239">
+(Required) Certificate, in binary form, from a certification authority.<P></A>
+
+<tr><td>
+<A NAME="1091243">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1207178">authorityRevocationList;binary</a><P></A>
+<td>
+<A NAME="1091246">
+List, in binary form, of CA certificates that have been revoked and are no longer considered valid or secure.<P></A>
+
+<tr><td>
+<A NAME="1091250">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1208727">certificateRevocationList;binary</a><P></A>
+<td>
+<A NAME="1091253">
+List, in binary form, of user certificates that have been revoked.<P></A>
+
+<tr><td>
+<A NAME="1091258">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1208791">crossCertificatePair;binary</a><P></A>
+<td>
+<A NAME="1091260">
+Reserved for future use.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1097268"> 
+</A>
+<A NAME="dcObject">
+<H3> dcObject</H3>
+</A>
+
+
+
+<A NAME="1097806">
+Object class that allows domain components to be defined for an entry. This object class is defined as auxiliary because it is commonly used in combination with another object class, such as <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1004980">organization</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1005108">organizationalUnit</a>, or <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/objclass.htm#1005427">locality</a>. For example,<P></A>
+<PRE><A NAME="1097855">
+dn: dc=example,dc=com<br>objectClass: top<br>objectClass: organization<br>objectClass: dcObject<br>dc: example<br>o: Example Corp.
+</A>
+</PRE>
+<A NAME="1097270">
+OID: <code>1.3.6.1.4.1.1466.344</code><P></A>
+
+<A NAME="1097318">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1097273">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1097275">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1097278">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1245094">dc</a><P></A>
+<td>
+<A NAME="1097281">
+(Required) Domain component of the entry.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1090760"> 
+</A>
+<A NAME="device">
+<H3> device</H3>
+</A>
+
+
+
+<A NAME="1090817">
+Object class used to store information about network devices, such as printers, in the directory. This object class was inherited from X.500 Directory Services. Reserved.<P></A>
+
+<A NAME="1096996">
+OID: <code>2.5.6.14</code><P></A>
+
+<A NAME="1090828">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1103908">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1103910">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1103915">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171494">cn</a><P></A>
+<td>
+<A NAME="1103917">
+(Required) Common name of the device.<P></A>
+
+<tr><td>
+<A NAME="1103922">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171528">description</a><P></A>
+<td>
+<A NAME="1103924">
+Text description of the device.<P></A>
+
+<tr><td>
+<A NAME="1103960">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1244534">l</a><P></A>
+<td>
+<A NAME="1103929">
+Locality in which the device resides.<P></A>
+
+<tr><td>
+<A NAME="1103965">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1281611">o</a><P></A>
+<td>
+<A NAME="1103934">
+Organization to which the device belongs.<P></A>
+
+<tr><td>
+<A NAME="1103970">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1241174">ou</a><P></A>
+<td>
+<A NAME="1103940">
+Organizational unit to which the device belongs.<P></A>
+
+<tr><td>
+<A NAME="1103943">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1005719">owner</a><P></A>
+<td>
+<A NAME="1103945">
+Distinguished name of the person responsible for the device.<P></A>
+
+<tr><td>
+<A NAME="1103948">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1172500">seeAlso</a><P></A>
+<td>
+<A NAME="1103950">
+URL to information relevant to the device.<P></A>
+
+<tr><td>
+<A NAME="1103953">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202700">serialNumber</a><P></A>
+<td>
+<A NAME="1103955">
+Serial number of the device.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091390"> 
+</A>
+<A NAME="DNSDomain">
+<H3> DNSDomain</H3>
+</A>
+
+
+
+<A NAME="1093025">
+Object class used as a subclass of domain to store DNS resource records in the directory. Reserved.<P></A>
+
+<A NAME="1096887">
+OID: <code>0.9.2342.19200300.100.4.15</code><P></A>
+
+<A NAME="1093023">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1093008">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1093010">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1093013">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1201841">dNSRecord</a><P></A>
+<td>
+<A NAME="1093015">
+DNS resource records.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091348"> 
+</A>
+<A NAME="document">
+<H3> document</H3>
+</A>
+
+
+
+<A NAME="1092549">
+Used to define entries which represent documents in the directory. Reserved.<P></A>
+
+<A NAME="1096874">
+OID: <code>0.9.2342.19200300.100.4.6</code><P></A>
+
+<A NAME="1091981">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1092165">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1092167">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1092172">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1201854">documentIdentifier</a><P></A>
+<td>
+<A NAME="1092175">
+(Required) Unique identifier for a document.<P></A>
+
+<tr><td>
+<A NAME="1092180">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1255098">abstract</a><P></A>
+<td>
+<A NAME="1092182">
+Abstract of the document.<P></A>
+
+<tr><td>
+<A NAME="1092187">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1201689">authorCn</a><P></A>
+<td>
+<A NAME="1092189">
+Author's common, or given, name.<P></A>
+
+<tr><td>
+<A NAME="1092194">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1201696">authorSn</a><P></A>
+<td>
+<A NAME="1092196">
+The author's surname.<P></A>
+
+<tr><td>
+<A NAME="1092201">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171494">cn</a><P></A>
+<td>
+<A NAME="1092203">
+Common name of the document.<P></A>
+
+<tr><td>
+<A NAME="1092206">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171528">description</a><P></A>
+<td>
+<A NAME="1092208">
+Text description of the description.<P></A>
+
+<tr><td>
+<A NAME="1092213">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1201847">documentAuthor</a><P></A>
+<td>
+<A NAME="1092215">
+Distinguished name of the document author.<P></A>
+
+<tr><td>
+<A NAME="1092220">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1201861">documentLocation</a><P></A>
+<td>
+<A NAME="1092222">
+Location of the original document.<P></A>
+
+<tr><td>
+<A NAME="1092227">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1201868">documentPublisher</a><P></A>
+<td>
+<A NAME="1092229">
+Person or organization that published the document.<P></A>
+
+<tr><td>
+<A NAME="1092234">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1201877">documentStore</a><P></A>
+<td>
+<A NAME="1092236">
+Not defined.<P></A>
+
+<tr><td>
+<A NAME="1092241">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1201884">documentTitle</a><P></A>
+<td>
+<A NAME="1092243">
+The document's title.<P></A>
+
+<tr><td>
+<A NAME="1092248">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1201891">documentVersion</a><P></A>
+<td>
+<A NAME="1092250">
+The document's version number.<P></A>
+
+<tr><td>
+<A NAME="1092255">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202004">keyWords</a><P></A>
+<td>
+<A NAME="1092257">
+Keywords that describe the document.<P></A>
+
+<tr><td>
+<A NAME="1103998">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1244534">l</a><P></A>
+<td>
+<A NAME="1092262">
+Locality in which the document resides.<P></A>
+
+<tr><td>
+<A NAME="1104003">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1281611">o</a><P></A>
+<td>
+<A NAME="1092267">
+Organization to which the document belongs.<P></A>
+
+<tr><td>
+<A NAME="1092272">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202192">obsoletedByDocument</a><P></A>
+<td>
+<A NAME="1092274">
+Distinguished name of a document that obsoletes this document.<P></A>
+
+<tr><td>
+<A NAME="1092279">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202199">obsoletesDocument</a><P></A>
+<td>
+<A NAME="1092281">
+Distinguished name of a document that is obsoleted by this document.<P></A>
+
+<tr><td>
+<A NAME="1104008">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1241174">ou</a><P></A>
+<td>
+<A NAME="1092299">
+Organizational unit to which the document belongs.<P></A>
+
+<tr><td>
+<A NAME="1104013">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1172500">seeAlso</a><P></A>
+<td>
+<A NAME="1092293">
+URL to information relevant to the document.<P></A>
+
+<tr><td>
+<A NAME="1092306">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202732">subject</a><P></A>
+<td>
+<A NAME="1092308">
+Subject of the document.<P></A>
+
+<tr><td>
+<A NAME="1092330">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202817">updatedByDocument</a><P></A>
+<td>
+<A NAME="1092334">
+Distinguished name of a document that is an updated version of this document.<P></A>
+
+<tr><td>
+<A NAME="1092323">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202824">updatesDocument</a><P></A>
+<td>
+<A NAME="1092340">
+Distinguished name of a document for which this document is an updated version.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091354"> 
+</A>
+<A NAME="documentSeries">
+<H3> documentSeries</H3>
+</A>
+
+
+
+<A NAME="1092560">
+Used to define an entry that represents a series of documents. Reserved.<P></A>
+
+<A NAME="1096876">
+OID: <code>0.9.2342.19200300.100.4.9</code><P></A>
+
+<A NAME="1092547">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1092502">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1092504">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1092507">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171494">cn</a><P></A>
+<td>
+<A NAME="1092579">
+(Required) The common name of the series.<P></A>
+
+<tr><td>
+<A NAME="1104028">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171528">description</a><P></A>
+<td>
+<A NAME="1092515">
+Text description of the series.<P></A>
+
+<tr><td>
+<A NAME="1104033">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1244534">l</a><P></A>
+<td>
+<A NAME="1092520">
+Locality in which the series resides.<P></A>
+
+<tr><td>
+<A NAME="1104038">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1281611">o</a><P></A>
+<td>
+<A NAME="1092525">
+Organization to which the series belongs.<P></A>
+
+<tr><td>
+<A NAME="1104043">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1241174">ou</a><P></A>
+<td>
+<A NAME="1092531">
+Organizational unit to which the series belongs.<P></A>
+
+<tr><td>
+<A NAME="1104048">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1172500">seeAlso</a><P></A>
+<td>
+<A NAME="1092541">
+URL to information relevant to the series.<P></A>
+
+<tr><td>
+<A NAME="1092600">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230129">telephoneNumber</a><P></A>
+<td>
+<A NAME="1092602">
+Telephone number of the person responsible for the series.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091357"> 
+</A>
+<A NAME="domain">
+<H3> domain</H3>
+</A>
+
+
+
+<A NAME="1097945">
+Object class used to define entries that represent DNS domains in the directory. The domainComponent attribute should be used for naming entries of this object class. Reserved.<P></A>
+
+<A NAME="1096879">
+OID: <code>0.9.2342.19200300.100.4.13</code><P></A>
+
+<A NAME="1092674">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1092632">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1092634">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1092639">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1245094">dc</a><P></A>
+<td>
+<A NAME="1092642">
+(Required) One component of a domain name.<P></A>
+
+<tr><td>
+<A NAME="1092701">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1201675">associatedName</a><P></A>
+<td>
+<A NAME="1092708">
+Entry in the organizational directory tree associated with a DNS domain.<P></A>
+
+<tr><td>
+<A NAME="1092721">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171367">businessCategory</a><P></A>
+<td>
+<A NAME="1092723">
+Type of business this domain is engaged in.<P></A>
+
+<tr><td>
+<A NAME="1092645">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171528">description</a><P></A>
+<td>
+<A NAME="1092647">
+Text description of the domain.<P></A>
+
+<tr><td>
+<A NAME="1092735">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1292809">destinationIndicator</a><P></A>
+<td>
+<A NAME="1092737">
+This attribute is used for telegram services to this domain.<P></A>
+
+<tr><td>
+<A NAME="1092741">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171637">facsimileTelephoneNumber</a><P></A>
+<td>
+<A NAME="1092744">
+Fax number associated with the domain.<P></A>
+
+<tr><td>
+<A NAME="1092749">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1224256">internationalIsdnNumber</a><P></A>
+<td>
+<A NAME="1092751">
+ISDN number associated with the domain.<P></A>
+
+<tr><td>
+<A NAME="1092650">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1244534">l</a><P></A>
+<td>
+<A NAME="1092652">
+Locality in which the domain resides.<P></A>
+
+<tr><td>
+<A NAME="1092778">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1007859">manager</a><P></A>
+<td>
+<A NAME="1092780">
+Distinguished name of a manager associated with the domain.<P></A>
+
+<tr><td>
+<A NAME="1092655">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1281611">o</a><P></A>
+<td>
+<A NAME="1092657">
+Organization to which the domain belongs.<P></A>
+
+<tr><td>
+<A NAME="1092789">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1003072">physicalDeliveryOfficeName</a><P></A>
+<td>
+<A NAME="1092791">
+Location where physical deliveries can be made.<P></A>
+
+<tr><td>
+<A NAME="1092794">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230025">postalAddress</a><P></A>
+<td>
+<A NAME="1092796">
+Mailing address associated with the domain.<P></A>
+
+<tr><td>
+<A NAME="1092799">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230036">postalCode</a><P></A>
+<td>
+<A NAME="1092801">
+Domain's postal code (such as a United States zip code).<P></A>
+
+<tr><td>
+<A NAME="1092804">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230043">postOfficeBox</a><P></A>
+<td>
+<A NAME="1092806">
+Domain's post office box.<P></A>
+
+<tr><td>
+<A NAME="1092809">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202605">preferredDeliveryMethod</a><P></A>
+<td>
+<A NAME="1092811">
+Domain's preferred method of contact or delivery.<P></A>
+
+<tr><td>
+<A NAME="1092824">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202644">registeredAddress</a><P></A>
+<td>
+<A NAME="1092826">
+Postal address suitable for reception of expedited documents, where the recipient must verify delivery.<P></A>
+
+<tr><td>
+<A NAME="1092857">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202682">searchGuide</a><P></A>
+<td>
+<A NAME="1092859">
+Specifies information for suggested search criteria when using the entry as the base object in the directory tree for a search operation.<P></A>
+
+<tr><td>
+<A NAME="1092871">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1172500">seeAlso</a><P></A>
+<td>
+<A NAME="1092873">
+URL to information relevant to the domain.<P></A>
+
+<tr><td>
+<A NAME="1092829">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1203417">st</a><P></A>
+<td>
+<A NAME="1092831">
+State or province in which the domain resides.<P></A>
+
+<tr><td>
+<A NAME="1092834">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202721">street</a><P></A>
+<td>
+<A NAME="1092836">
+Street address associated with the domain.<P></A>
+
+<tr><td>
+<A NAME="1092882">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230129">telephoneNumber</a><P></A>
+<td>
+<A NAME="1092884">
+Telephone number associated with the domain.<P></A>
+
+<tr><td>
+<A NAME="1092839">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1205004">teletexTerminalIdentifier</a><P></A>
+<td>
+<A NAME="1092841">
+Identifier for a teletex terminal associated with the domain.<P></A>
+
+<tr><td>
+<A NAME="1092844">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1205120">telexNumber</a><P></A>
+<td>
+<A NAME="1092846">
+Telex number associated with the domain.<P></A>
+
+<tr><td>
+<A NAME="1092909">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1196547">userPassword</a><P></A>
+<td>
+<A NAME="1092911">
+Reserved for future use.<P></A>
+
+<tr><td>
+<A NAME="1092851">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1281763">x121Address</a><P></A>
+<td>
+<A NAME="1092853">
+X.121 address associated with the domain.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091384"> 
+</A>
+<A NAME="domainRelatedObject">
+<H3> domainRelatedObject</H3>
+</A>
+
+
+
+<A NAME="1093633">
+Object class used to define entries that represent a DNS domain that is equivalent to an X.500 domain, usually an organization or organizational unit. Reserved.<P></A>
+
+<A NAME="1098880">
+OID: <code>0.9.2342.19200300.100.4.17</code><P></A>
+
+<A NAME="1097753">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1097743">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1097745">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1097750">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1201668">associatedDomain</a><P></A>
+<td>
+<A NAME="1097752">
+DNS domain associated with an object in the directory tree.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1097756"> 
+</A>
+<A NAME="dSA">
+<H3> dSA</H3>
+</A>
+
+
+
+<A NAME="1097757">
+Object class used to define entries representing DSAs in the directory. This object class was inherited from X.500 Directory Services. Reserved.<P></A>
+
+<A NAME="1096993">
+OID: <code>2.5.6.13</code><P></A>
+
+<A NAME="1091405">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1091397">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1091399">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1091402">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202013">knowledgeInformation</a><P></A>
+<td>
+<A NAME="1091404">
+This attribute is no longer used.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091415"> 
+</A>
+<A NAME="friendlyCountry">
+<H3> friendlyCountry</H3>
+</A>
+
+
+
+<A NAME="1093062">
+Object class used to define country entries in the directory tree. This object class is used to allow more user-friendly country names than those allowed by the country object class. Reserved.<P></A>
+
+<A NAME="1098883">
+OID: <code>0.9.2342.19200300.100.4.18</code><P></A>
+
+<A NAME="1093060">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1093050">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1093052">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1093057">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1265915">co</a><P></A>
+<td>
+<A NAME="1093059">
+Contains the name of a country.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091443"> 
+</A>
+<A NAME="labeledURIObject">
+<H3> labeledURIObject</H3>
+</A>
+
+
+
+<A NAME="1096833">
+This object class can be added to existing directory objects to allow for inclusion of URI values. This approach does not preclude including the labeledURI attribute type directly in other object classes as appropriate. Reserved.<P></A>
+
+<A NAME="1096829">
+OID: <code>1.3.6.1.4.1.250.3.15</code><P></A>
+
+<A NAME="1093588">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1093578">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1093580">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1093585">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202020">labeledUri</a><P></A>
+<td>
+<A NAME="1093587">
+A Uniform Resource Identifier (URI) that is relevant to the entry.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091410"> 
+</A>
+<A NAME="pilotObject">
+<H3> pilotObject</H3>
+</A>
+
+
+
+<A NAME="1091508">
+Object class used as a subclass to allow additional attributes to be assigned to entries of all other object classes. Reserved.<P></A>
+
+<A NAME="1096860">
+OID: <code>0.9.2342.19200300.100.4.3</code><P></A>
+
+<A NAME="1091544">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1091536">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1091538">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1091541">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1201684">audio</a><P></A>
+<td>
+<A NAME="1091543">
+Sound file.<P></A>
+
+<tr><td>
+<A NAME="1091579">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1201831">ditRedirect</a><P></A>
+<td>
+<A NAME="1091581">
+Distinguished name to use as a redirect for the entry.<P></A>
+
+<tr><td>
+<A NAME="1091575">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1201965">info</a><P></A>
+<td>
+<A NAME="1091577">
+Information about the object.<P></A>
+
+<tr><td>
+<A NAME="1091571">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1201995">jpegPhoto</a><P></A>
+<td>
+<A NAME="1091573">
+Photo in jpeg format.<P></A>
+
+<tr><td>
+<A NAME="1091567">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1100733">lastModifiedBy</a><P></A>
+<td>
+<A NAME="1091569">
+Distinguished name of the last user to modify the object.<P></A>
+
+<tr><td>
+<A NAME="1091563">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202035">lastModifiedTime</a><P></A>
+<td>
+<A NAME="1091565">
+Last time the object was modified.<P></A>
+
+<tr><td>
+<A NAME="1091559">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1007859">manager</a><P></A>
+<td>
+<A NAME="1091561">
+Distinguished name of the object's manager.<P></A>
+
+<tr><td>
+<A NAME="1091555">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202247">photo</a><P></A>
+<td>
+<A NAME="1091557">
+Photo of the object.<P></A>
+
+<tr><td>
+<A NAME="1091551">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202809">uniqueIdentifier</a><P></A>
+<td>
+<A NAME="1091553">
+Specific item used to distinguish between two entries when a distinguished name has been reused.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091437"> 
+</A>
+<A NAME="pilotOrganization">
+<H3> pilotOrganization</H3>
+</A>
+
+
+
+<A NAME="1093224">
+Object class used as a subclass to allow additional attributes to be assigned to organization and organizationalUnit object class entries. Reserved.<P></A>
+
+<A NAME="1096890">
+OID: <code>0.9.2342.19200300.100.4.20</code><P></A>
+
+<A NAME="1093387">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1093251">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1093253">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1093394">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1281611">o</a><P></A>
+<td>
+<A NAME="1093396">
+(Required) Organization to which the entry belongs.<P></A>
+
+<tr><td>
+<A NAME="1093400">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1241174">ou</a><P></A>
+<td>
+<A NAME="1093402">
+(Required) Organizational unit to which the entry belongs.<P></A>
+
+<tr><td>
+<A NAME="1093418">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1201711">buildingName</a><P></A>
+<td>
+<A NAME="1093420">
+Name of the building in which the entry resides.<P></A>
+
+<tr><td>
+<A NAME="1093258">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171367">businessCategory</a><P></A>
+<td>
+<A NAME="1093260">
+Type of business this entry is engaged in.<P></A>
+
+<tr><td>
+<A NAME="1093265">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171528">description</a><P></A>
+<td>
+<A NAME="1093267">
+Text description of the entry.<P></A>
+
+<tr><td>
+<A NAME="1093433">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1292809">destinationIndicator</a><P></A>
+<td>
+<A NAME="1093435">
+This attribute is used for telegram services to this entry.<P></A>
+
+<tr><td>
+<A NAME="1093439">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171637">facsimileTelephoneNumber</a><P></A>
+<td>
+<A NAME="1093442">
+Fax number associated with the entry.<P></A>
+
+<tr><td>
+<A NAME="1093447">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1224256">internationalIsdnNumber</a><P></A>
+<td>
+<A NAME="1093449">
+ISDN number associated with the entry.<P></A>
+
+<tr><td>
+<A NAME="1093452">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1244534">l</a><P></A>
+<td>
+<A NAME="1093454">
+Locality in which the entry resides.<P></A>
+
+<tr><td>
+<A NAME="1093516">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1003072">physicalDeliveryOfficeName</a><P></A>
+<td>
+<A NAME="1093518">
+Location where physical deliveries can be made to this entry.<P></A>
+
+<tr><td>
+<A NAME="1104165">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230025">postalAddress</a><P></A>
+<td>
+<A NAME="1093513">
+Business mailing address for the entry.<P></A>
+
+<tr><td>
+<A NAME="1104170">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230036">postalCode</a><P></A>
+<td>
+<A NAME="1093508">
+Business postal code (such as a United States zip code) for the entry.<P></A>
+
+<tr><td>
+<A NAME="1104175">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230043">postOfficeBox</a><P></A>
+<td>
+<A NAME="1093503">
+Business post office box for the entry.<P></A>
+
+<tr><td>
+<A NAME="1104180">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202605">preferredDeliveryMethod</a><P></A>
+<td>
+<A NAME="1093498">
+Preferred method of contact or delivery of the entry.<P></A>
+
+<tr><td>
+<A NAME="1104185">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202644">registeredAddress</a><P></A>
+<td>
+<A NAME="1106134">
+Postal address suitable for reception of expedited documents, where the recipient must verify delivery.<P></A>
+
+<tr><td>
+<A NAME="1104190">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202682">searchGuide</a><P></A>
+<td>
+<A NAME="1093532">
+Specifies information for suggested search criteria when using the entry as the base object in the directory tree for a search operation.<P></A>
+
+<tr><td>
+<A NAME="1104195">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1172500">seeAlso</a><P></A>
+<td>
+<A NAME="1093544">
+URL to information relevant to the entry.<P></A>
+
+<tr><td>
+<A NAME="1104200">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1203417">st</a><P></A>
+<td>
+<A NAME="1093488">
+State or province in which the entry resides.<P></A>
+
+<tr><td>
+<A NAME="1104205">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1202721">street</a><P></A>
+<td>
+<A NAME="1093483">
+Street address at which the entry is located.<P></A>
+
+<tr><td>
+<A NAME="1104210">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230129">telephoneNumber</a><P></A>
+<td>
+<A NAME="1093557">
+Telephone number associated with the entry.<P></A>
+
+<tr><td>
+<A NAME="1104215">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1205004">teletexTerminalIdentifier</a><P></A>
+<td>
+<A NAME="1093478">
+Identifier for the teletex terminal of the entry.<P></A>
+
+<tr><td>
+<A NAME="1104220">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1205120">telexNumber</a><P></A>
+<td>
+<A NAME="1093473">
+Telex number of the entry.<P></A>
+
+<tr><td>
+<A NAME="1104225">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1196547">userPassword</a><P></A>
+<td>
+<A NAME="1093572">
+The entry's password and encryption method.<P></A>
+
+<tr><td>
+<A NAME="1104230">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1281763">x121Address</a><P></A>
+<td>
+<A NAME="1093468">
+X.121 address of the entry.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091375"> 
+</A>
+<A NAME="RFC822LocalPart">
+<H3> RFC822LocalPart</H3>
+</A>
+
+
+
+<A NAME="1092973">
+Object class used to define entries that represent the local part of RFC822 mail addresses. The directory treats this part of an RFC822 address as a domain. Reserved.<P></A>
+
+<A NAME="1096884">
+OID: <code>0.9.2342.19200300.100.4.14</code><P></A>
+
+<A NAME="1092966">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1092920">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1092922">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1092931">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171494">cn</a><P></A>
+<td>
+<A NAME="1092934">
+Common, or given name of the entry.<P></A>
+
+<tr><td>
+<A NAME="1092963">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1290325">sn</a><P></A>
+<td>
+<A NAME="1092965">
+Surname of the entry.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091363"> 
+</A>
+<A NAME="room">
+<H3> room</H3>
+</A>
+
+
+
+<A NAME="1092427">
+Object class used to store information about a room in the directory. Reserved.<P></A>
+
+<A NAME="1098891">
+OID: <code>0.9.2342.19200300.100.4.7</code><P></A>
+
+<A NAME="1098892">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1092361">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1092363">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1092443">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171494">cn</a><P></A>
+<td>
+<A NAME="1092446">
+(Required) Common name of the room.<P></A>
+
+<tr><td>
+<A NAME="1092449">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171528">description</a><P></A>
+<td>
+<A NAME="1092451">
+Text description of the room.<P></A>
+
+<tr><td>
+<A NAME="1092468">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1204477">roomNumber</a><P></A>
+<td>
+<A NAME="1092470">
+The room's number.<P></A>
+
+<tr><td>
+<A NAME="1092477">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1172500">seeAlso</a><P></A>
+<td>
+<A NAME="1092479">
+URL to information relevant to the room.<P></A>
+
+<tr><td>
+<A NAME="1092491">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1230129">telephoneNumber</a><P></A>
+<td>
+<A NAME="1092493">
+The room's telephone number.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1091431"> 
+</A>
+<A NAME="simpleSecurityObject">
+<H3> simpleSecurityObject</H3>
+</A>
+
+
+
+<A NAME="1093131">
+Object class used to allow an entry to contain the userPassword attribute when an entry's principal object classes do not allow userPassword as an attribute type. Reserved.<P></A>
+
+<A NAME="1093125">
+OID: <code>0.9.2342.19200300.100.4.19</code><P></A>
+
+<A NAME="1098903">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1093106">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1093108">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1093113">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1196547">userPassword</a><P></A>
+<td>
+<A NAME="1093116">
+(Required) The entry's password and encryption method.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1089871"> 
+</A>
+<A NAME="strongAuthenticationUser">
+<H3> strongAuthenticationUser</H3>
+</A>
+
+
+
+<A NAME="1090921">
+Object class used to store information about clients and certificates in the directory. This object class was inherited from X.500 Directory Services. Reserved.<P></A>
+
+<A NAME="1106458">
+OID: <code>2.5.6.15</code><P></A>
+
+<A NAME="1106478">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1106461">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1106463">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1106468">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1208938">userCertificate</a><P></A>
+<td>
+<A NAME="1106470">
+Not used.<P></A>
+
+<tr><td>
+<A NAME="1106475">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1278425">userCertificate;binary</a><P></A>
+<td>
+<A NAME="1106477">
+(Required) User's certificate in binary form.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+
+<A NAME="1106481"> 
+</A>
+<A NAME="top">
+<H3> top</H3>
+</A>
+
+
+
+<A NAME="1106482">
+Object class used as a superclass for all other object classes in the directory. This object class was inherited from X.500 Directory Services. Reserved.<P></A>
+
+<A NAME="1106020">
+OID: <code>2.5.6.0</code><P></A>
+
+<A NAME="1106503">
+
+<TABLE BORDER="1" cellpadding="1">
+<CAPTION></caption>
+<tr><th valign=baseline align=left><b>
+<A NAME="1106486">
+<B>Attribute</B><P></A>
+<B><th valign=baseline align=left><b>
+<A NAME="1106488">
+<B>Attribute Description</B><P></A>
+<B></tr>
+<tr><td>
+<A NAME="1106493">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1229677">objectClass</a><P></A>
+<td>
+<A NAME="1106495">
+(Required) Mandatory attribute for all object classes.<P></A>
+
+<tr><td>
+<A NAME="1106500">
+<a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#1171292">aci</a><P></A>
+<td>
+<A NAME="1106502">
+Stores the Directory Server access control information for this entry.<P></A>
+
+
+</TABLE>
+
+<TABLE>
+<tr><td>
+</TABLE>
+<P></A>
+
+<A NAME="1106011">
+<P></A>
diff --git a/ldap/clients/dsgw/html/manual/search.htm b/ldap/clients/dsgw/html/manual/search.htm
new file mode 100644
index 00000000..95665f0f
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/search.htm
@@ -0,0 +1,651 @@
+<!--
+ PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
+ license terms. Copyright 2001 Sun Microsystems, Inc.
+ Portions copyright 1999, 2002-2003 Netscape Communications Corporation.
+ All rights reserved.
+ -->
+<html>
+<head>
+<title>Searching the Directory Tree</title>
+</head>
+
+<body>
+
+<h1><a name="search"></a>Searching the Directory Tree</h1>
+
+<p>The Directory Server
+contains information about the people and resources in
+your organization. Using the Directory Server interface, you can
+easily find the information you need. To simplify the search
+process, the Directory Server interface provides two types of
+searches:</p>
+
+<ul>
+ <li><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#standard">Standard Search</a> -- Selects an
+ appropriate method of searching based on the value you
+ specify. For example, if you search for moz@example.com,
+ Standard Search searches for matching email
+ addresses. </li>
+<P>
+ <li><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#advanced">Advanced Search</a> -- Provides a
+ simple method for searching against specific entry
+ attributes. For example, you can specify that you want to
+ search for users whose last names start with <b>k</b> and
+ whose phone numbers end with <b>2110</b>. </li>
+</ul>
+
+<p>Both types of searches allow you select the type of entry to
+search for. You can search for any of the following types of
+entries:</p>
+
+<table border="2">
+ <tr>
+ <th><a name="type"></a><b>Type of Entry</b></th>
+ <th>Description</th>
+ </tr>
+ <tr>
+ <td valign="top">People</td>
+ <td valign="top">Entries that describe a person. </td>
+ </tr>
+ <tr>
+ <td valign="top">NT people</td>
+ <td valign="top">Entries that describe an NT user.</td>
+ </tr>
+ <tr>
+ <td valign="top">Groups<b> </b></td>
+ <td valign="top">Entries that describe a group. Groups
+ are collections of one or more directory
+ entries. For example, groups may be defined at your site
+ that include the System Administrators, the Technical
+ Writers, or all the people interested in fishing. Note
+ that a group does not always have to identify a
+ collection of people. For example, a group could be
+ defined that identifies all the color printers or fax machines
+ at your site. Groups can also contain other groups. </td>
+ </tr>
+ <tr>
+ <td>NT Groups</td>
+ <td>Entries that describe a group of NT users.</td>
+ </tr>
+ <tr>
+ <td valign="top">Organizations</td>
+ <td valign="top">Entries that describe an organization.
+ An organization is usually a single, very
+ large organization such as a corporation or a university.
+ An organization differs from a group in that a
+ group is typically an arbitrary collection of people or
+ devices that is subject to change as entities are added
+ to or removed from the directory. Organizations, however,
+ represent a major, relatively static, subdivision or
+ branching of the directory. Additions and
+ subtractions of entities within the directory do not usually
+ affect organization entries.</td>
+ </tr>
+ <tr>
+ <td valign="top">Domain Components</td>
+ <td valign="top">Entries that describe your domain.
+ The Domain Component represents your directory suffix by
+ breaking your domain name into its component parts. In a
+ single enterprise environment, a directory suffix typically
+ aligns with a DNS name or Internet domain name of your
+ enterprise. For example, if your enterprise owns the domain
+ name of example.com, then your directory suffix would be of
+ the form dc=example,dc=com.
+ </tr>
+ <tr>
+ <td valign="top">Org-Units</td>
+ <td valign="top">Entries that describe an organizational
+ unit. Organizational units usually identify major
+ subdivisions within a larger organization. In contrast to
+ entries from a single, very large organization such as a
+ corporation or university, organizational units describe
+ smaller organizations such as accounting, marketing, the
+ humanities, or Biology. </td>
+ </tr>
+ <tr>
+ <td valign="top">Anything </td>
+ <td valign="top">Any type of entry within the directory
+ that matches the search criteria. Use Anything
+ if you are unsure of how the directory manager
+ represented an entry within the directory. Anything is
+ also useful if the type of entry for which you are
+ searching is not a person, group, or organization.</td>
+ </tr>
+</table>
+
+<p>After the Directory Server completes the search, the Directory
+Server interface displays the <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#results">search results</a>,
+which provide links to all matching entries. When you click an
+entry displayed on the search results list, the Directory Server
+displays detailed information about the entry. If the entry is a
+person, you can also choose to <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#vCard">view the person's
+digital business card</a>, or vCard. Using the vCard, you can
+add the person to your Communicator address book with a
+click of a button.</p>
+
+<h2><a name="standard"></a>Standard Search</h2>
+
+<p>Standard search performs different types of searches according to the
+nature of the data that you specify. Depending on what
+you type in the search field, Standard Search attempts to find
+matching <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#Name">names</a>, <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#phone">telephone
+numbers</a>, or <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#email">email addresses</a>. </p>
+
+<p>Depending on what you enter, Standard Search
+determines whether to find entries that exactly match your
+criteria, entries that contain your criteria, or entries that
+contain words or syllables that sound like your criteria. You can also use
+an LDAP (Lightweight Directory Access Protocol) <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#filter">search filter</a>
+in the Standard Search field.</p>
+
+<h3><a name="Performing a Standard Search"></a>Performing a
+Standard Search</h3>
+
+<ol>
+ <li>Click the Standard Search tab.</li>
+ <li>Select the <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#type">type of entry</a> you want to
+ search for from the Find drop-down list.</li>
+ <li>Enter the value you want to find in the "Search
+ for" field. The "Search for" field
+ is not case sensitive. You can enter any of the following:
+ <ul type="disc">
+ <li>A <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#Name">name</a> or part of a name </li>
+ <li>A person's <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#initials">initials</a> </li>
+ <li>Some or all of a <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#phone">phone number</a>
+ </li>
+ <li>Some or all of an <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#email">email
+ address</a> </li>
+ <li>An LDAP <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#filter">search filter</a></li>
+ </ul>
+ </li>
+ <li>Click Submit. <br>
+ Once the form data has been submitted to the Directory
+ Server, the server searches for any entries
+ that exactly match, partially match, or sound like the
+ value you supplied. The resulting matches are displayed
+ as a <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#results">search results</a> table.</li>
+</ol>
+
+<h4><a name="Name"></a>Searching for Names</h4>
+
+<p>If the string you specify:</p>
+
+<ul>
+ <li>contains characters other than numbers </li>
+ <li>does not contain an at (@) symbol </li>
+</ul>
+
+<p>Standard Search attempts to find full names, first names, or
+last names that exactly match, partially match, or sound like the
+supplied value.</p>
+
+<p>For example, specifying the string <font face="Courier">son</font>
+could return results such as: </p>
+
+<p>
+<ul>
+ <li>Gary Stevenson</li>
+ <li>Mary Sun</li>
+ <li>Allison Barker</li>
+</ul>
+
+<h4><a name="initials"></a>Searching for Names with Initials</h4>
+
+<p>If you specify a value that includes the following items in
+the following order:</p>
+
+<ol>
+ <li>a single letter </li>
+ <li>a space ( ), period (.), or period and space in any order</li>
+ <li>one or more characters </li>
+</ol>
+
+<p>then Standard Search executes the search as if you
+requested a first initial followed by a last name. For example,
+specifying the string &quot;S.Anderson&quot; could return results
+such as:</p>
+
+<ul>
+ <li>Sally Anderson</li>
+ <li>Steve Anderson</li>
+ <li>Sue Anderson</li>
+</ul>
+
+<p>Similarly, if you specify a value that has the following items
+in the following order:</p>
+
+<ol>
+ <li>more than one character</li>
+ <li>a space ( ), period (.), or period and space in any order</li>
+ <li>a single character </li>
+</ol>
+
+<p>then Standard Search executes the search as if you
+requested a first name followed by a last initial. For example,
+specifying the string <font face="Courier New">&quot;</font>Mark
+.P&quot; could return search results such as:</p>
+
+<ul>
+ <li>Mark Payne</li>
+ <li>Mark Peck</li>
+ <li>Mark Polk</li>
+</ul>
+
+<blockquote>
+ <p><b>Note: </b></p>
+ <p>When you use initials Standard Search looks only for exact matches.
+ It returns entries with names that use the
+ same initial and name as you specify on the search.
+ Approximate (or &quot;sounds-like&quot;) and substring
+ searches are not performed. </p>
+</blockquote>
+
+<h4><a name="phone"></a>Searching for Phone Numbers</h4>
+
+<p>Standard Search automatically searches for a phone number if
+the value you enter consists only of numerical digits. A single
+hyphen (-) is also allowed if at least one digit precedes
+it.</p>
+
+<p>This type of search is an &quot;ends with&quot; search. That
+is, the Directory Server searches for any phone numbers that end
+with the specified value. For example, if you enter a value such
+as <tt>123</tt>, the Directory Server searches for all phone numbers that
+end with 123.</p>
+
+<h4><a name="email"></a>Searching for Email Addresses</h4>
+
+<p>Standard Search automatically searches for matching email
+addresses if you provide a value that contains an at (@) symbol.
+Standard Search first searches for any email addresses that
+exactly match the value you entered. If Standard Search doesn't
+find any matching entries, it then searches for any entries that
+start with the value you entered. </p>
+
+<p>For example, specifying the string <font face="Courier">son@</font>
+could return:</p>
+
+<ul>
+ <li>son@</li>
+</ul>
+or, if no exact match exists in the directory:
+<ul>
+ <li>son@aardvark.org</li>
+ <li>son@acme.com</li>
+</ul>
+
+<h4><a name="filter"></a>Using Search Filters</h4>
+
+<p>Rather than allowing Standard Search to determine the correct
+type of search, you can explicitly specify an LDAP search filter.
+An LDAP search filter allows you to search for entries with a
+specific <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm">attribute</a> value.
+Standard Search assumes that any string containing an equal sign
+(=) is an LDAP search filter. For example,</p>
+
+<pre>cn=*eve*</pre>
+
+<p>is an LDAP search filter that performs a substring search for
+any common name (CN) containing the string <tt>eve</tt>.
+When specifying attributes within an LDAP search filter, you
+must use the attribute label used by the Directory Server
+internally, the internal ID, rather than the attribute
+field name as displayed in the Directory Server interface.
+For example, the internal ID for the Full Name attribute field
+is <TT>cn</TT>. When you enter a search filter in Standard Search,
+use the internal ID (commonName) rather than the attribute field name (Full Name)
+as follows:
+</P>
+<P><TT>commonName=Smith Fukuda</TT></P>
+
+<P>Some attribute fields also have a second, abbreviated internal ID. For example, the Full Name field has two
+internal IDs: commonName and cn. You can use either name in the search filter.
+</p>
+
+<p>For more information on search filters, refer to
+the <em>Directory Server Administrator's Guide</em>.</p>
+
+<h2><a name="advanced"></a>Advanced Search</h2>
+
+<p>With Advanced Search, you can search for entries that have
+specific values for certain attributes. For example, Advanced
+Search allows you to look for a person whose email address is a
+specified value. Advanced Search also allows you to look up
+entries that do <i>not</i> include a specified attribute value. For
+example, you can find all the people whose last name is not
+&quot;Smith&quot; (such a search is likely to return a
+large number of results, so you may want to avoid these kinds of
+searches).</p>
+
+<p>Advanced Search performs an exact search, returning entries
+that exactly match the words you enter. There are four fields in
+the Advanced Search form that you use to construct your search.
+Together these four fields represent a sentence specifying the
+search. In general, the sentence is constructed as follows: </p>
+
+<p><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#type">Find:</a><i> [a type of entry] </i><a
+href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#wherethe">where the:</a><i> [attribute] </i><a
+href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#typeofsearch">[type of search]</a><i> [search
+string]</i></p>
+
+<p>The options
+for the first three of these fields are provided in pull-down
+menus. The last field contains the actual search string. For example, you can
+construct a search to:</p>
+
+<p><b>Find:</b><i> </i>[People]<i> </i><b>where the: </b>[Last
+Name] [is] [Bowker]</p>
+
+<p>Or you can construct a search to: </p>
+
+<p><b>Find: </b>[People] <b>where the: </b>[Full Name] [sounds
+like] [tree]</p>
+
+<h3><a name="Performing an Advanced Search"></a>Performing an
+Advanced Search</h3>
+
+<ol>
+ <li>Click the Advanced Search tab.</li>
+ <li>Select the <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#type">type of entry</a> you want to
+ search for from the Find drop-down list.</li>
+ <li>Select the attribute you want to search for from the "where
+ the" field drop-down list. The choices
+ vary depending on the type of entry you selected in the Find
+ field. The options are explained in the following table.<br>
+<P>
+ <table border="2">
+ <tr>
+ <th><a name="wherethe"></a><b>If the Find field
+ is . . .</b></th>
+ <th><b>You can choose . . .</b></th>
+ </tr>
+ <tr>
+ <td>People</td>
+ <td><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#cn">full name</a>,
+ <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#surname">last name</a>, <a
+ href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#telephoneNumber">phone number</a>,
+ <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#mail">email address</a>, <a
+ href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#uid">user ID</a>, or <a
+ href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#title">title</a></td>
+ </tr>
+ <tr>
+ <td>Groups</td>
+ <td><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#cn">name</a>,
+ <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#description">description</a>,
+ <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#owner">owner</a>, or
+ <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#member">member</a></td>
+ </tr>
+ <tr>
+ <td>Organizations</td>
+ <td><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#cn">name</a>,
+ <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#l">location</a>,
+ <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#telephoneNumber">phone
+ number</a>, or <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#description">description</a></td>
+ </tr>
+ <tr>
+ <td>Domaincomponent</td>
+ <td><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#cn">name</a>,
+ <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#l">location</a>,
+ <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#telephoneNumber">phone
+ number</a>, or <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#description">description</a></td>
+ </tr>
+ <tr>
+ <td>Org-Units</td>
+ <td><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#cn">name</a>,
+ <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#l">location</a>,
+ <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#telephoneNumber">phone
+ number</a>, or <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#description">description</a></td>
+ </tr>
+ <tr>
+ <td>Anything</td>
+ <td><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#cn">name</a> or
+ <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/attribut.htm#description">description</a></td>
+ </tr>
+ </table>
+ </li>
+<P>
+ <li>Select the type of search you want to perform. <br>
+ <br>
+ In general, this field indicates if the search is to be
+ an equality search, substring search, or approximate
+ (&quot;sounds like&quot;) search. The following defines
+ all of the available keywords and the type of search
+ that each represents. Not all of these keywords
+ are available for every search; the actual keywords you
+ can use depends on the values you select for the 'Find'
+ and "where the" fields. You can
+ choose one of the following:
+<p>
+ <table border="2">
+ <tr>
+ <th><a name="typeofsearch"></a><b>Type of search</b></th>
+ <th><b>Description</b></th>
+ </tr>
+ <tr>
+ <td>is</td>
+ <td>Finds an exact match. That is,
+ this option specifies an equality search. Use
+ this option when you know the exact value of an
+ entry's attribute. For example, if you know the
+ exact spelling of a person's last name, use this
+ option. </td>
+ </tr>
+ <tr>
+ <td>is not</td>
+ <td>Returns all the entries having an attribute value
+ that does not exactly match the search string. That
+ is, if you want to find all the people in the
+ directory whose last name is not
+ &quot;Smith,&quot; use this option. Be aware,
+ however, that use of this option can return an
+ extremely large number of entries. </td>
+ </tr>
+ <tr>
+ <td>sounds like</td>
+ <td>Finds phonetic matches. Use this option if you know an
+ attribute's value, but you are unsure of the
+ spelling. For example, if you are not sure if a
+ person's last name is spelled &quot;Sarret,&quot;
+ &quot;Sarette,&quot; or &quot;Sarett,&quot; use
+ this option. </td>
+ </tr>
+ <tr>
+ <td>starts with</td>
+ <td>Performs a substring search.
+ Entries having attributes with values starting with the
+ specified search string are returned. For
+ example, if you know a person's first name is
+ &quot;Steve,&quot; but you do not know the last
+ name, use this option on a full name search. </td>
+ </tr>
+ <tr>
+ <td>ends with</td>
+ <td>Performs a substring search.
+ Entries having attributes with values ending with the specified
+ search string are returned. For example, if you
+ know the last four digits of a person's telephone
+ number are &quot;9876,&quot; use this option to
+ locate the person's entry. </td>
+ </tr>
+ <tr>
+ <td>contains</td>
+ <td>Performs a substring search.
+ Entries having attributes with values containing the specified
+ search string are returned. For example, if you
+ know an organization's description
+ contains the word &quot;support,&quot; use this
+ option with the search string &quot;support&quot;
+ to find the organization's entry.</td>
+ </tr>
+ </table>
+ </li>
+<p>
+ <li>Enter the string you want to search against in the text
+ box and click Search.<br>
+ Once the form data has been submitted to the directory
+ server, the Directory Server searches for any entries
+ that exactly match the value you supplied. The resulting
+ matches are displayed as a search results list.</li>
+</ol>
+
+<h3><a name="Advanced Search Examples"></a>Advanced Search
+Examples</h3>
+
+<p>The following examples show a few possible uses of the
+Advanced Search form. The vertical bars (|) delimit the various
+fields in the form.</p>
+
+<table border="2">
+ <tr>
+ <th><b>To find . . .</b></th>
+ <th><b>Enter . . .</b></th>
+ </tr>
+ <tr>
+ <td>All people named Darlene</td>
+ <td><b>Find:</b> People | <b>where the:</b> full name |
+ starts with | Darlene</td>
+ </tr>
+ <tr>
+ <td>All people with the last name Sweeney</td>
+ <td><b>Find:</b> People | <b>where the:</b> last name |
+ is | Sweeny</td>
+ </tr>
+ <tr>
+ <td>All the people who are vice presidents</td>
+ <td><b>Find:</b> People | <b>where the:</b> title |
+ contains | Vice President</td>
+ </tr>
+ <tr>
+ <td>The organization named Accounting</td>
+ <td><b>Find:</b> Organization | <b>where the:</b> name |
+ is | Accounting</td>
+ </tr>
+ <tr>
+ <td>Groups interested in scuba diving</td>
+ <td><b>Find:</b> Groups | <b>where the:</b> description |
+ contains | scuba</td>
+ </tr>
+ <tr>
+ <td>Any entry with a name that contains the word
+ &quot;printer&quot;</td>
+ <td><b>Find:</b> Anything | <b>where the:</b> name |
+ contains | printer</td>
+ </tr>
+</table>
+
+<h2><a name="results"></a>Viewing Search Results</h2>
+
+<p>When you perform a search using either a Standard Search or an
+Advanced Search, the Directory Server interface sends the search
+data to the Directory Server. The Directory Server performs the
+search and then returns any matching entries to the directory
+server interface. The resulting display depends on whether there
+were:</p>
+
+<ul>
+ <li><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#nomatch">no matches</a></li>
+ <li><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#single">a single match</a></li>
+ <li><a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#multiple">multiple matches</a></li>
+</ul>
+
+<p>This section also discusses some of the <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#problems">other
+problems</a> you may run into when attempting to search the
+directory tree.</p>
+
+<h3><a name="nomatch"></a>No Matches </h3>
+
+<p>A search result that returns no matches means one of the
+following. </p>
+
+<ul>
+ <li>No entries in the directory match your search
+ criteria. If you believe that this is the problem, try
+ another search using slightly different parameters to
+ see if you can get any other results.</li>
+ <li>You did not <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#1016877">authenticate</a>
+ before performing the search. The directory administrator
+ determines Authentication requirements. Your
+ directory administrator can set the access control on the
+ directory so that you are required to
+ authenticate before you can search the tree. This access
+ control can be set for the entire directory or for
+ just part of it. If you are required to
+ authenticate before you can search the directory tree,
+ and you do not authenticate before running the search,
+ the Directory Server acts as if no matching
+ entries were found in the directory; no message informs you
+ that you need to authenticate. This is for security reasons. Contact your
+ directory administrator to find out if you must
+ authenticate to the Directory Server before running a
+ search. See Chapter 5, &quot;Authentication&quot;
+ for more information on authentication.</li>
+ <li>The access control for the tree disallows you
+ from viewing the entry or entries; regardless of authentication.</li>
+</ul>
+
+<h3><a name="single"></a>A Single Match<b> </b></h3>
+
+<p>If one and only one match is returned in response to an
+&quot;is&quot; search, the Directory Server interface displays
+information about that entry as a result of the search. If the
+single result was found using any other search method, it is
+displayed in a table, and you must click the link to view
+detailed information about the entry. This form
+contains a button that allows you to <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/mod.htm">edit</a>
+the entry. You must have the appropriate permissions to edit an
+entry, and you need to <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/auth.htm#userauth">authenticate</a>
+before doing so. </p>
+
+<h3><a name="multiple"></a>Multiple Matches<b> </b></h3>
+
+<p>If multiple matches are found in response to your
+search, the directory interface displays
+a table listing each of the matching entries and
+certain relevant information for each entry, such as the entry's
+phone number and email address. The type of entry for which
+you are searching determines this information.
+To view more information on a specific entry, click the
+entry's name in the first column of the table. </p>
+
+<h3><a name="problems"></a><b>Other Problems</b></h3>
+
+<p>You may see odd results if you are searching for numerical
+values because the Directory Server stores all values as
+strings, regardless of whether they are actually numerical values
+(such as telephone or room numbers). Consequently, when you
+search for numerical values, be sure to include all spaces and
+leading zeros, if any. </p>
+
+<p>Also note that the Directory Server interface strips all
+leading and trailing blank spaces from your search criteria.
+While it is unlikely that directory entries actually have leading
+and trailing blank spaces in their values, the possibility still
+exists. Because of this, exact matches against values that have
+leading and trailing blank spaces fail. If you encounter
+this problem, try using a substring search (a
+&quot;contains&quot; search) instead of an exact search. </p>
+
+<h2><a name="vCard"></a>Viewing a vCard</h2>
+
+<p>A vCard is a digital business card. Like a regular business
+card, a vCard contains contact information about a person such as
+name, title, telephone and fax numbers, and email
+address. Unlike a regular business card, however, the vCard can
+also contain multimedia elements such as graphics, sound,
+and video. To view a vCard, do the following:</p>
+
+<ol>
+ <li>Use the <a href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#standard">Standard Search</a> or <a
+ href="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=.MANUAL/search.htm#advanced">Advanced Search</a> mechanism to locate
+ the person whose vCard you want to view.</li>
+ <li>Click the View Card button.<br>
+ The Directory Server interface displays a condensed
+ version of the vCard.</li>
+ <li>If you want to see more details, click View
+ Complete Card.</li>
+ <li>If you want to add the person to your Communicator
+ address book, click "Add to Address Book"
+ and then click OK.</li>
+</ol>
+</body>
+</html>
diff --git a/ldap/clients/dsgw/html/manual/t.gif b/ldap/clients/dsgw/html/manual/t.gif
new file mode 100644
index 00000000..8068a16f
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/t.gif
Binary files differ
diff --git a/ldap/clients/dsgw/html/manual/y.gif b/ldap/clients/dsgw/html/manual/y.gif
new file mode 100644
index 00000000..1a27f360
--- /dev/null
+++ b/ldap/clients/dsgw/html/manual/y.gif
Binary files differ