InfoDirectory SDK 使用手引書
目次 索引 前ページ次ページ

第2章 アプリケーション開発環境(LDAP C API)> 2.4 構造体の構成

2.4.7 LDAPRefBind構造体

 この構造体は、リフェラルの自動追跡を行う場合に、リフェラル先のInfoDirectoryサーバで使用する認証情報を指定するために使用します。

【形式】

 typedef struct ldaprefbind {
     char *hostname;
     int portno;
     char *dn;
     char *mechanism;
     SSLENV *sslenv;
     struct berval *cred;
     struct ldaprefbind *ldaprefbindchin;
     char reserve[32];
 } LDAPRefBind;


【構造体メンバの説明】


目次 索引 前ページ次ページ

All Rights Reserved, Copyright(C) 富士通株式会社 2005