게시판 본문 Active Directory Service Interface - Read Only
LADP에서 정보 가져올때 옵션 문의드립니다. |
---|
작성자: ADSI초보
작성일시: 2007-08-29 15:32,
조회수: 3,327
|
아래처럼 AD에서 정보를 가져다가 정보를 DB에 밀어넣는 작업을 진행중입니다.
DB쿼리문처럼 aaa="email,cn,extensionAttribute1,,extensionAttribute2,extensionAttribute3,extensionAttribute4,extensionAttribute5,extensionAttribute6,extensionAttribute7" 부분에 보면 extensionAttribute1~ 15 번까지있는데 저 옵션이 어떤 값이 저장이 되는지 알수 있는 문서나 자료가 있으면 요청좀드립니다. 저것 외에도 adsi에서 끌어올수있는 정보들이 많이 있는데요 다른건 대략 ad에서 정보를 넣어보면 알겠는데 extensionAttribute1~ 15번까지는 잘 이해가 안가네요. ====================================== Dim com, con, ADUser, ADPasswd, CommandText Set rs = server.CreateObject("ADODB.RecordSet") Set com = Server.CreateObject("ADODB.Command") Set con = Server.CreateObject("ADODB.Connection") ADUser = "test1" ADPasswd = "1111" con.Provider = "ADsDSOObject" con.Open "Active Directory Provider", ADUser, ADPasswd Set com.ActiveConnection = con aaa="email,cn,extensionAttribute1,,extensionAttribute2,extensionAttribute3,extensionAttribute4,extensionAttribute5,extensionAttribute6,extensionAttribute7" com.CommandText = "SELECT "&aaa&" FROM 'LDAP://test.co.kr/OU=부서,OU=회사명,OU=TopGroup,DC=test,DC=co,DC=kr'" 'com.CommandText = CommandText Set rs = com.Execute(CommandText) If rs.EOF OR rs.BOF Then doc = false Else doc = rs.getRows() End if rs.Close Set rs = Nothing Set con = Nothing Set com = Nothing Response.write Ubound(doc,2) for i=0 to Ubound(doc,2) 'Response.write doc(3,i)&"<br>" 'Response.write doc(2,i)&"<br>" 'Response.write doc(1,i)&"<br>" Response.write doc(0,i)&"<br>" Next |
IP 주소: 210.182.144.37
|
전체 421 건의 게시물,
17 페이지로 구성된
Active Directory Service Interface 게시판의
5 페이지입니다.
게시물 | ||||
---|---|---|---|---|
331 | 2007-10-05 | 5,816 | ||
330 | 2007-10-05 | 3,917 | ||
329 | 2007-09-06 | 3,155 | ||
328 | 2007-09-06 | 3,203 | ||
327 |
LDAP에서 사용하는 포트 [2] |
2007-09-05 | 3,394 | |
326 | 2007-09-05 | 3,235 | ||
325 | 2007-09-05 | 3,233 | ||
324 | 2007-09-05 | 3,242 | ||
323 | 2007-09-05 | 3,064 | ||
321 | 2007-09-04 | 3,222 | ||
320 | 2007-09-05 | 3,155 | ||
319 | 2007-09-05 | 3,033 | ||
2007-08-29 | 3,327 | |||
315 | 2007-08-29 | 3,307 | ||
314 | 2007-07-25 | 3,317 | ||
313 | 2007-07-25 | 3,146 | ||
312 | 2007-07-09 | 3,039 | ||
311 |
허욱 |
2007-12-19 | 540 | |
310 | 2007-06-12 | 3,114 | ||
309 | 2007-06-12 | 3,378 | ||
308 | 2007-06-13 | 2,961 | ||
307 | 2007-06-12 | 3,246 | ||
306 | 2007-06-12 | 3,062 | ||
305 | 2007-06-05 | 3,167 | ||
304 |
re: com 내보내기 [2] |
2007-06-05 | 3,252 |