Sybase Technical Library - Product Manuals Home
[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

Directory services [Table of Contents] LDAP

Open Client Client-Library/C Reference Manual

[-] Chapter 2 Topics
[-] Directory services
[-] Directory service providers and drivers

Directory service providers and drivers

Directory driver configuration determines the default directory source for a Client-Application. The directory is provided by either:

See "Directory service provider" for more information.

For information on configuring directory drivers, see the Open Client/Server Configuration Guide for your platform.

Network-based directory services

A distributed directory service allows Client-Library and Server-Library to use a network-based rather than the Sybase interfaces file as the source for server address information. Using a network directory service can simplify the administration of an environment that contains many client machines.

For example, on a Novell network, Novell Directory Services (NDS) can be accessed by client applications. When a new Sybase server is added to the network, only the NDS directory needs to be updated rather than several interface files.

A network-based directory use requires a Sybase directory driver that interacts with the network directory service. For Client-Library applications, the CS_DS_PROVIDER connection property specifies the directory source to be used by calls to ct_connect and ct_ds_lookup.

Client-Library routines ct_ds_lookup, ct_ds_objinfo, and ct_ds_dropobj allow directory browsing. Using these routines, an application can search for available servers in the directory or interfaces file.


Directory services [Table of Contents] LDAP