Next Page

Introduction to the Guide

Audience

Chapter 1 - LDAP for StreetTalk Service

LDAP for StreetTalk Features

How LDAP For StreetTalk Works with StreetTalk and STDA

LDAP for StreetTalk Components

LDAP for StreetTalk and StreetTalk Directory Tree Structure

Note
Consider the X.521 standard when you define the suffix for your LDAP installation. The X.521 standard specifies that an LDAP organization (o=) cannot have another organization (o=) as a direct subordinate. If the l=Boston level was removed, the example in Figure 1-2 would not comply with X.521 recommendations because the revised string would be o=WCTUS, o=WCT, c=US. LDAP for StreetTalk service does not enforce this requirement.

Platforms and Protocols

Table 1-1. Necessary Platforms and Protocols for Installing StreetTalk for Windows NT

Software Component Platform Protocol
LDAP Configuration Manager Windows 95, Windows 98, or Windows NT TCP/IP
LDAP Command Line Tools Windows 95, Windows 98, or Windows NT TCP/IP
Documentation .HTM files Windows 95, Windows 98, or Windows NT N/A
LDAP for StreetTalk Service Windows NT 4.0 server with
StreetTalk for Windows NT version 8.6
TCP/IP, VIP

Typical Configuration

Prerequisites

Sample Configuration

Figure 1-3. Sample LDAP for StreetTalk Configuration

STDA Configuration Guidelines

Use the Attribute Configuration File

Note
The list of attributes in ATTRS.CFG is large and may add a substantial amount of time to STDA rebuilds and use substantial disk space. If disk space and rebuild time are concerns in your configuration, you can tailor this list to better suit your organizational needs. Refer to Managing Users and StreetTalk in your StreetTalk for Windows NT documentation for more information about StreetTalk and STDA.

Collect the labeledURI Attribute

Set STDA Attribute <5:34> to Support LDAP

Attribute <5:34>

STDA has an attribute to support LDAP functionality. The attribute has these characteristics:

LdapConfig

StuffCommonAttrs

StreetTalk Object Additional Attributes Created
For StreetTalk Users, Lists, Services.* ObjectClass and CommonName
For StreetTalk Nicknames. * ObjectClass
For StreetTalk Groups ObjectClass and Organizational Unit
For StreetTalk Organizations. ObjectClass and Organization

Note
For the starred (*) items, ObjectClass will not be created if it is already set.

LDAP Administrative Attributes

Table 1-2. LDAP Administrative Attributes

V:A Identifier Attribute Label Data Type Access Description
<5:1000> Compact LDAP Database Any Self and Admin Compacts the LDAP database.
<5:1001> Compact LDAP Attribute Database String Self and Admin

Compacts the LDAP attribute database for each specified attribute. The format of the attribute value is one attribute name per line followed by a carriage return. For example:

cn
objectClass
telephoneNumber

Note: Attribute names are not case sensitive.

StreetTalk Administrative Attributes and Unicode Support

Note
For code page support, the code page must be available to the Windows NT Server that hosts the StreetTalk, STDA, and LDAP for StreetTalk services.

Table 1-3. StreetTalk Administrative Attributes

V:A Identifier Attribute Label Class Data Type Access Description
<5:2018> Default Codepage For Server Or Group StreetTalk Group or Service Integer Admin Code page default. This string determines the code page associated with any new string attributes written to the StreetTalk database. By default, this attribute is not set and defaults to the Latin 1 code page (1252). This attribute applies to a StreetTalk group or to a StreetTalk service. In the latter case, the action applies to all groups on the server. If the attribute is set to a code page value for both a group and the service where the group resides, precedence goes to the StreetTalk group attribute value. All code page values are supported.
<5:2019> Codepage To Convert String To Unicode StreetTalk Service Integer Admin Code page conversion. If this value is set to a code page value, all string attribute data in the StreetTalk database with this code page are converted to Unicode. The StreetTalk service reads this attribute during startup, so you must restart StreetTalk after setting this attribute for it to take effect. All code page values are supported.
<5:2020> Codepage To Convert String From Unicode StreetTalk Service Integer Admin Code page reversion. All string attribute data currently stored in the StreetTalk database in Unicode is converted to the code page that this attribute is set to. StreetTalk reads this attribute during startup, so you must restart StreetTalk after setting this attribute for it to take effect. All code page values are supported.

Referrals

How Referrals Work

Access Control Lists

Access Control Options

Top Of PageNext Page