database.sarang.net
UserID
Passwd
Database
DBMS
MySQL
PostgreSQL
Firebird
Oracle
Informix
Sybase
MS-SQL
DB2
Cache
CUBRID
ㆍLDAP
ALTIBASE
Tibero
DB 문서들
스터디
Community
공지사항
자유게시판
구인|구직
DSN 갤러리
도움주신분들
Admin
운영게시판
최근게시물
LDAP Q&A 1580 게시물 읽기
No. 1580
Re: LDAP v3로 바인딩하는법
작성자
aero
작성일
2002-07-26 11:25
조회수
4,742

From Netscape LDAP SDK for C LDAP SDK for C document

- http://docs.iplanet.com/docs/manuals/dirsdk/csdk41/html/contents.htm

 

Specifying the LDAP Version of Your Client

 

If you plan to call API functions that make use of LDAPv3 features, you should set the protocol version of your client to LDAPv3. (By default, clients built with the Netscape LDAP SDK for C identify themselves to LDAP servers as LDAPv2 clients.)

 

To specify the LDAP version supported by your client, call the ldap_set_option() function and set the LDAP_OPT_PROTOCOL_VERSION option to the value 3. For example:

 

...

version = LDAP_VERSION3;

ldap_set_option( ld, LDAP_OPT_PROTOCOL_VERSION, &version );

 

 

위에 적혀있는 URL을 프로그래밍할때 참고 하시면 도움이 되겠네요

[Top]
No.
제목
작성자
작성일
조회
1583[질문] LDAP 프로토콜로 AD에서 인증을 받아오려면 어떻게 해야 하나요?
박세혁
2002-07-29
5264
1590┕>Re: [질문] LDAP 프로토콜로 AD에서 인증을 받아오려면 어떻게 해야 하나요? [1]
송상준
2002-07-30 12:39:27
5221
1581[질문] 샘플코드 일부 코드의 필요성
이정관
2002-07-26
4520
1582┕>Re: [질문] 샘플코드 일부 코드의 필요성
aero
2002-07-29 00:57:53
4852
1579[질문] slapd 실행 오류 [1]
이규영
2002-07-24
4566
1578LDAP v3로 바인딩하는법
이상열
2002-07-24
4744
1580┕>Re: LDAP v3로 바인딩하는법
aero
2002-07-26 11:25:07
4742
1573iPlanet Directory SDK for Java 4.1 [1]
김원우
2002-07-23
4649
1572LDAP SE들을 위한 가이드 [5]
송상준
2002-07-22
5540
1570UTF-8을 EUC-KR로 인코딩하려면
진재용
2002-07-18
4696
1586┕>Re: UTF-8을 EUC-KR로 인코딩하려면
방창윤
2002-07-29 15:29:27
4863
Valid XHTML 1.0!
All about the DATABASE... Copyleft 1999-2024 DSN, All rights reserved.
작업시간: 0.019초, 이곳 서비스는
	PostgreSQL v16.2로 자료를 관리합니다