LDAP-UX Client Services B.04.00 with Microsoft Windows 2000/2003 Active Directory Administrator's Guide
LDAP-UX Client Services Object Classes
Profile Attributes
Appendix B152
serviceSearchDescriptor is one to three custom search descriptors for
each service. The format is
Service
:
BaseDN
?
Scope
?(
Filter
) where
Service
is one of the
supported services passwd, group, shadow, or PAM.
BaseDN
is the base DN at which to start searches.
Scope
is the search scope and can be one of the
following: one, base, sub.
Filter
is an LDAP search
filter, typically the object class. Each service can have
up to three custom search descriptors.
For example, the following defines a search descriptor
for the passwd service specifying a
baseDN
of
CN=Users,DC=cup,DC=hp,DC=com, a search scope of
sub, and a search filter of the PosixAccount object
class.
passwd:CN=Users,DC=cup,DC=hp,DC=com?sub?(object
class=posixAccount)
Four new attributes have been added to the new object class
DUAConfigProfile:
• objectclassMap
• defaultsearchScope
• serviceCredentialLevel
• serviceAuthenticationMethod
However, they are not supported in the LDAP-UX Client Services release
version B.03.00.