Document revision date: 28 June 1999 | |
![]() |
![]() ![]() ![]() ![]() |
![]() |
Previous | Contents |
The following define the most common attributes used to describe an entry in the directory tree. To determine which attributes are required and allowed for each object class, see Section A.2.
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. For more information about attributes and attribute values, see Section A.1.4.
The possible attribute syntaxes are:
Attributes are defined in the NSHOME\slapd-server\config\slapd.at.conf
file.
A.3.1 administratorContactInfo
Provides a URL to information about the person responsible for administering the Netscape server. This attribute is a Netscape extension used by the netscapeServer object class. Normally this attribute and this attribute value is written to the directory when a Netscape server is initially installed. For example:
administratorContactInfo: ldap://uid=ssarette, o=Ace Industry, c=US |
Syntax: cis
A.3.2 adminURL
Provides the URL to the administration server through which you can manage the Netscape server. This attribute is a Netscape extension used by the netscapeServer object class. Normally this attribute and this attribute value is written to the directory when a Netscape server is initially installed. For example:
adminURL: http://twain.aceindustry.com:2468 |
Syntax: cis
A.3.3 businessCategory
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. For example:
businessCategory: Engineering |
Syntax: cis
A.3.4 carLicense
Identifies the entry's automobile license plate number. For example:
carLicense: 6ABC246 |
Syntax: cis
This attribute is a Netscape extension to the standard LDAP schema.
A.3.5 changeLogMaximumAge
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:
changeLogMaximumAge: 86000 |
Syntax: cis
This attribute is a Netscape extension to the standard LDAP schema.
A.3.6 changeLogMaximumSize
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:
changeLogMaximumSize: 2400000 |
Syntax: cis
This attribute is a Netscape extension to the standard LDAP schema.
A.3.7 commonName
When in reference to an object class other than LDAPReplica or LDAPServer, cn identifies the entry's common name, or full name. For example:
commonName: Bill Anderson |
or:
cn: Bill Anderson |
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:
commonName: replicater.netscape.com:17430/o%3Dace%20industry %2Cc%3us |
or:
cn: replicater.netscape.com:17430/o%3Dace%20industry%2Cc%3us |
Abbreviation: cn
Syntax: cis
A.3.8 countryName
Identifies the name of a country. For example:
countryName: Ireland |
Abbreviation: c
Syntax: cis
A.3.9 departmentNumber
Identifies the entry's department number. For example:
departmentNumber: 2604 |
Syntax: cis
This attribute is a Netscape extension to the standard LDAP schema.
A.3.10 description
Describes the entry. For people and organizations this often includes their role or work assignment. For example:
description: Quality control inspector for the ME2873 product line |
Syntax: cis
A.3.11 employeeNumber
Identifies the entry's employee number. For example:
employeeNumber: 15300 |
Syntax: cis
This attribute was created by Netscape for use with its LDAP
implementation.
A.3.12 employeeType
Identifies the entry's type of employment. For example:
employeeType: Full time |
Syntax: cis
This attribute is a Netscape extension to the standard LDAP schema.
A.3.13 facsimileTelephoneNumber
Identifies the fax number at which the entry can be reached. For example:
facsimileTelephoneNumber: 415-555-1212 |
or:
fax: 415-555-1212 |
Abbreviation: fax
Syntax: tel
A.3.14 generation
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.
Syntax: ces
This attribute is a Netscape extension to the standard LDAP schema.
A.3.15 givenName
Identifies the entry's given, or first, name. For example:
givenName: Bill |
Syntax: cis
A.3.16 homeTelephoneNumber
Identifies the entry's home phone number. For example:
homeTelephoneNumber: 415-555-1212 |
or:
homePhone: 415-555-1234 |
Abbreviation: homePhone
Syntax: tel
A.3.17 homePostalAddress
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:
homePostalAddress: 1234 Ridgeway Drive$Santa Clara, CA$99555 |
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:
The dollar ($) value can be found in the c:\cost file.
provide the string:
The dollar (\24) value can be found$in the c:\5ccost file.
Syntax: cis
A.3.18 initials
Identifies the entry's initials. For example:
initials: BFA |
Syntax: cis
A.3.19 installationTimeStamp
Identifies the date and time in zulu format when the Netscape server was installed. This attribute is a Netscape extension used by the netscapeServer object class. Normally this attribute and this attribute value is written to the directory when a Netscape server is initially installed. For example:
installationTimeStamp: 199703261517z |
Syntax: cis
A.3.20 jpegPhoto
Defines a JPEG photo of the entry.
Syntax: bin
A.3.21 labeledURI
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:
labeledURI: http://home.netscape.com |
Syntax: cis
A.3.22 localityName
Identifies the county, city, or other geographical area in which the entry is located or in some other way associated with. For example:
localityName: Santa Clara |
or:
l: Santa Clara |
Abbreviation: l
Syntax: cis
A.3.23 mail
Identifies the entry's email address. For example:
mail: banderson@aceindustry.com |
Syntax: cis
A.3.24 mailAccessDomain
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:
mailAccessDomain: aceindustry.com |
Syntax: cis
A.3.25 mailAlternateAddress
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:
mailAlternateAddress: Babs_Jensen@aceindustry.com mailAlternateAddress: Bjensen@aceindustry.com |
Syntax: cis
A.3.26 mailAutoReplyMode
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:
For example:
mailAutoReplyMode: vacation |
Syntax: cis
A.3.27 mailAutoReplyText
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:
mailAutoReplyText: On vacation$Back in the office on Monday. |
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:
The dollar ($) value can be found in the c:\cost file. |
provide the string:
The dollar (\24) value can be found$in the c:\5ccost file. |
Syntax: cis
A.3.28 mailDeliveryOption
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 mailForwardingAddress attribute must exist on the entry. Valid keywords for this attribute are:
For example:
mailDeliveryOption: mailbox |
Syntax: cis
A.3.29 mailEnhancedUniqueMember
Netscape extension used by the Messaging Server. Reserved for future use.
Syntax: dn
A.3.30 mailForwardingAddress
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:
mailForwardingAddress: bjensen@royalairways.com |
Syntax: cis
A.3.31 mailHost
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 mailRecipient entry, or zero or one instances of this attribute on a mailGroup entry. The value specified on this attribute must be the host's fully qualified domain name. For example:
mailHost: mars.aceindustry.com |
Syntax: cis
A.3.32 mailMessageStore
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 mailDeliveryOption 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:
mailMessageStore: /disk2/mail |
Syntax: ces
A.3.33 mailProgramDeliveryInfo
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:
For example:
mailProgramDeliveryInfo: /usr/local/bin/procmail -f- |
Syntax: ces
A.3.34 mailQuota
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 mailDeliveryOption 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:
mailQuota: 1000000 |
Note that if this attribute is set to zero, then no limit is set on the disk space quota.
Syntax: cis
A.3.35 manager
Identifies the distinguished name of the person's manager. For example:
manager: cn=Jane Doe, ou=Quality Control, o=Ace Industry, c=US |
Syntax: dn
A.3.36 member
Identifies the distinguished names for each member of the group. For example:
member: cn=John Doe, o=Netscape Communications Corp., c=US |
Syntax: dn
A.3.37 mgrpAllowedBroadcaster
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.
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, An LDAP URL format.
For example:
mgrpAllowedBroadcaster: ldap://uid=bjensen, o=Ace Industry, c=US mgrpAllowedBroadcaster: mailto:sys50@aceindustry.com |
Syntax: ces
A.3.38 mgrpAllowedDomain
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.
This is by defaulted to a wild card value. That is, a value of "aceindustry.com" will match any user sending from "*.aceindustry.com"
For example:
mgrpAllowedDomain: aceindustry.com |
Syntax: cis
A.3.39 mgrpDeliverTo
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, An LDAP URL format. Any entries returned by the resulting LDAP search are members of the mailing group. For example:
mgrpDeliverTo: ldap:///ou=Accounting,o=Netscape,c=US??sub?(& (objectClass=mailRecipient)(objectClass=inetOrgPerson)) |
Syntax: ces
A.3.40 mgrpErrorsTo
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.
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, An LDAP URL format.
For example:
mgrpErrorsTo: ldap://uid=bjensen, o=Ace Industry, c=US mgrpErrorsTo: mailto:sys50@aceindustry.com |
Syntax: ces
A.3.41 mgrpModerator
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.
The Messaging Server may reject mail either because it is received from an unauthorized domain (as defined by the mgrpAllowedDomain attribute) or is received from an mail address that is not a member of the mgrpAllowedBroadcaster attribute. The Messaging Server will only forward mail to the address(es) identified by this attribute if the mgrpMsgRejectAction attribute includes toModerator. If no instances of this attribute exist on the mailGroup entry, and mgrpMsgRejectAction 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).
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, An LDAP URL format.
For example:
mgrpErrorsTo: ldap://uid=bjensen, o=Ace Industry, c=US mgrpErrorsTo: mailto:sys50@aceindustry.com |
Syntax: ces
A.3.42 mgrpMsgMaxSize
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:
mgrpMsgMaxSize: 2000 |
Syntax: cis
A.3.43 mgrpMsgRejectAction
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.
The Messaging Server may reject mail either because it is received from an unauthorized domain (as defined by the mgrpAllowedDomain attribute), is received from an mail address that is not a member of the mgrpAllowedBroadcaster attribute, or is larger than the size permitted on mgrpMsgMaxSize.
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:
For example:
mgrpMsgRejectAction: bounce |
Syntax: cis
A.3.44 mgrpMsgRejectText
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.
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.
For example:
mgrpMsgRejectText: The mail you have sent to the Crazed Bikers$ mailing list has been rejected because$you are not a recognized member of the Crazed Bikers group.$Please contact Big Daddy Biker at rsweeny@aceindustry.com for information on how to become$a crazed biker. |
Syntax: ces
A.3.45 mgrpRFC822Mail Member
Identifies recipients of mail sent to a mailGroup 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.
The Messaging Server expects this attribute to contain rfc822 mail addresses using the following form:
rfc822MailAddress [ % 'full' name] [ %1 (group parameter #1)] [ %2 (group parameter #2)]... |
where:
For example:
mgrpRFC822MailMember: bjensen@aceindustry.com%Babs Jensen |
Syntax: cis
A.3.46 mobileTelephoneNumber
Identifies the entry's mobile or cellular phone number. For example:
mobileTelephoneNumber: 415-555-4321 |
or:
mobile: 415-555-4321 |
Abbreviation: mobile
Syntax: tel
A.3.47 multiLineDescription
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:
multiLineDescription: Account Administrator and$directory manager. |
Syntax: cis
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:
The dollar ($) value can be found in the c:\cost file. |
provide the string:
The dollar (\24) value can be found$in the c:\5ccost file. |
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 nginfo 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.
For example, the ngcomponent attributes put in place for the comp.sys.mac newsgroup would be:
dn: ngcomponent=mac, ngcomponent=sys, ngcomponent=comp, ngcomponent=., o=Ace Industry, c=US objectclass: top objectclass: nginfo ngcomponent=mac ngcomponent=sys ngcomponent=comp ngcomponent=. |
Syntax: cis
A.3.49 nsLicensedFor
Identifies the Netscape server that the user is licensed to use. The Netscape Administration server expects each nsLicenseUser entry to contain zero or more instances of this attribute. Valid keywords for this attribute are currently:
For example:
nsLicensedFor: slapd |
Syntax: cis
A.3.50 nsLicenseStartTime
Reserved for future use.
Syntax: cis
A.3.51 nsLicenseEndTime
Reserved for future use.
Syntax: cis
A.3.52 nsaclrole
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 nginfo 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.
For example:
nsaclrole: admin:aprv |
Syntax: cis
A.3.53 nscreator
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 nginfo 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.
For example:
nscreator: admin |
Syntax: cis
A.3.54 nsflags
Reserved for future use.
Syntax: cis
A.3.55 nsprettyname
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 nginfo 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.
For example:
nsprettyname: MKTG FOR RACHU |
Syntax: cis
A.3.56 nsnewsACL
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 nginfo 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.
For example:
nsnewsACL: 2:*:a:D::admin:bpolk::d:*:a:D::manager:admin::d: |
Syntax: cis
A.3.57 organizationName
Identifies the name of the organization. For example:
organizationName: Ace Industries, Inc. |
or:
o: Ace Industries, Inc |
Abbreviation: o
Syntax: cis
A.3.58 organizationalUnitName
Identifies the name of an organizational unit. For example:
organizationUnitName: Marketing |
or:
ou: Marketing |
Abbreviation: ou
Syntax: cis
A.3.59 owner
Identifies the distinguished name (DN) of the person responsible for the entry. For example:
owner: cn=John Smith, o=Netscape Communications Corp., c=US |
Syntax: dn
A.3.60 pagerTelephoneNumber
pagerTelephoneNumber: 415-555-6789 |
or:
pager: 415-555-6789 |
Abbreviation: pager
Syntax: tel
A.3.61 physicalDeliveryOfficeName
Identifies the name of the city or village where a physical delivery office is located. For example:
physicalDeliveryOfficeName: Santa Clara |
Syntax: cis
A.3.62 postalAddress
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:
postalAddress: 1234 Ridgeway Drive$Santa Clara, CA$99555 |
Syntax: cis
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:
The dollar ($) value can be found in the c:\cost file. |
provide the string:
The dollar (\24) value can be found$in the c:\5ccost file. |
Identifies the entry's zip code in the United States. For example:
postalCode: 95050 |
Syntax: cis
A.3.64 postOfficeBox
Identifies the entry's P.O. Box. For example:
postOfficeBox: P.O. Box 1234 |
Syntax: cis
A.3.65 preferredDeliveryMethod
Identifies the entry's preferred contact or delivery method. For example:
preferredDeliveryMethod: telephone |
Syntax: cis
A.3.66 replicaBinddn
Identifies the DN that the server uses when communicating with a replica server. This DN can be assigned privileges. For example:
replicaBinddn: cn=replicator o=Netscape Communications Corp., c=US |
Syntax: dn
This attribute is a Netscape extension to the standard LDAP schema.
A.3.67 replicaBindMethod
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:
replicaBindMethod: simple |
Syntax: cis
This attribute is a Netscape extension to the standard LDAP schema.
A.3.68 replicaCredentials
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:
replicaCredentials: bogusPassword |
Syntax: bin (plain text)
This attribute is a Netscape extension to the standard LDAP schema.
A.3.69 replicaHost
Identifies the host name of the consumer server. For example:
replicaHost: master.netscape.com |
Syntax: cis
This attribute is a Netscape extension to the standard LDAP schema.
A.3.70 replicaPort
Identifies the port number of the consumer server. For example:
replicaPort: 9872 |
Syntax: cis
This attribute is a Netscape extension to the standard LDAP schema.
A.3.71 replicaRoot
Identifies the DN for the subtree that is being replicated to the consumer machine. For example:
replicaRoot: o=Netscape Communications Corp., c=US |
Syntax: dn
This attribute is a Netscape extension to the standard LDAP schema.
A.3.72 replicaUpdateFailedAt
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:
replicaUpdateFailedAt: 199603261300z |
Syntax: cis
This attribute is a Netscape extension to the standard LDAP schema.
A.3.73 replicaUpdateReplayed
Identifies the change number of the last change propagated to the consumer server. This value is used internally between servers only.
Syntax: cis
This attribute is a Netscape extension to the standard LDAP schema.
A.3.74 replicaUpdateSchedule
Identifies the update schedule for the consumer server. If this attribute is not present, the consumer will be updated immediately. For example:
replicaUpdateSchedule: 0100-0400 replicaUpdateSchedule: * 06 replicaUpdateSchedule: 1145-1300 24 |
These values mean:
1:00 AM - 4:00 AM, daily
all day Saturday and Sunday
11:45 AM -1:00 PM, Tuesday and Thursday
Syntax: cis
This attribute is a Netscape extension to the standard LDAP schema.
A.3.75 replicaUseSSL
Identifies whether SSL will be used to communicate with the consumer server. A non-zero value will cause SSL to be used. For example:
replicaUseSSL: 0 |
Syntax: cis
This attribute is a Netscape extension to the standard LDAP schema.
A.3.76 roomNumber
Identifies the entry's office number. For example:
roomNumber: 230 |
Syntax: cis
A.3.77 secretary
Identifies the entry's secretary or administrative assistant. For example:
secretary: Howard Benson |
Syntax: cis
A.3.78 seeAlso
Identifies another directory server entry that may contain information related to this entry. For example:
seeAlso: cn=Quality Control Inspectors, ou=manufacturing, o=Ace Industry, c=US |
Syntax: dn
A.3.79 serverHostname
Identifies the name of the host on which the Netscape server is installed. This attribute is a Netscape extension used by the netscapeServer object class. Normally this attribute and this attribute value is written to the directory when a Netscape server is initially installed. For example:
serverHostname: twain.aceindustry.com |
Syntax: ces
A.3.80 serverProductName
Identifies the type of the installed Netscape server. This attribute is a Netscape extension used by the netscapeServer object class. Normally this attribute and this attribute value is written to the directory when a Netscape server is initially installed. For example:
serverProductName: Netscape Enterprise Server |
Syntax: cis
A.3.81 serverRoot
Identifies the fully qualified path to the installation directory for a Netscape server. This attribute is a Netscape extension used by the netscapeServer object class. Normally this attribute and this attribute value is written to the directory when a Netscape server is initially installed. For example:
serverRoot: /usr/ns-home |
Syntax: ces
A.3.82 serverVersionNumber
Identifies the version number of the installed Netscape server. This attribute is a Netscape extension used by the netscapeServer object class. Normally this attribute and this attribute value is written to the directory when a Netscape server is initially installed. For example:
serverVersionNumber: 3.0 |
Syntax: cis
A.3.83 stateOrProvinceName
Identifies the state or province in which the entry resides. For example:
stateOrProvinceName: California |
or:
st: California |
Abbreviation: st
Syntax: cis
A.3.84 streetAddress
Identifies the entry's house number and street name. For example:
streetAddress: 1234 Ridgeway Drive |
Syntax: cis
A.3.85 subtreeACI
Stores the directory server access control information for this entry. For example:
subtreeACI: - (&(privilege=write)(!(target=ldap:///self))) |
Syntax: ces
The subtreeACI attribute cannot contain end-of-line characters.
This attribute is a Netscape extension to the standard LDAP schema.
A.3.86 surname
Identifies the entry's surname, or last name. For example:
surname: Anderson |
or:
sn: Anderson |
Abbreviation: sn
Syntax: cis
A.3.87 telephoneNumber
Identifies the entry's phone number. For example:
telephoneNumber: 415-555-2233 |
Syntax: tel
A.3.88 title
Identifies the entry's title. For example:
title: Senior QC Inspector |
Syntax: cis
A.3.89 userid
Identifies the entry's userid (that is, logon ID). For example:
userid: banderson |
or:
uid: banderson |
Abbreviation: uid
Syntax: cis
A.3.90 userPassword
Identifies the entry's password and encryption method in the following format: {encryption method}encrypted password.
For example:
userPassword: {sha}FTSLQhxXpA05 |
Syntax: bin
Previous | Contents | Contents |
![]() ![]() ![]() ![]() |
privacy and legal statement | ||
6562PRO_004.HTML |