MS exchange 서버에 리눅스 클라이언트가 LDAP로 연결할 수 있나

송지석의 이미지

제가 하고 싶은 것은, fisheye라는 cvs web viewer가 있는데 이 프로그램에서 LDAP로 MS exchange 서버에 있는 유저/패스워드로 로긴하게 하는 겁니다.(Active Directory로 로그인이 된다고 합니다.) http://www.cenqua.com/fisheye/doc/1.0/admin/ldap.html

exchange가 LDAP 프로토콜로 된다는 걸로 들었었는데요.
설정을 어떻게 해야 하는 지 모르겠습니다. 제가 exchange에 대해 모르고 LDAP도 잘 모릅니다.
exchange 서버 관리자도 윈도와 윈도만 붙여봐서..

fisheye의 설정 페이지에 보니까
URL: ldap://localhost:389
Base DN: dc=example,dc=com
User Filter: (uid=${USERNAME})
UID attribute: uid
Email attribute: not set
Cache TTL (positive): 5 minutes
Auto-add users into FishEye: true
Initial bind user: not set

이런 식으로 초기에 잡혀있네요. 여기에 exchange에 맞게 맞춰주면 될 것 같은데..

아시는 분 답변 부탁드립니다.

다즐링의 이미지

1. 프로토롤만 맞추면 문제 없습니다.

말하신 페이지에 가보니

Quote:

To have FishEye connect to an Active Directory server, use settings such as the following:

URL ldap://HOSTNAME:389
Base DN DC=corp,DC=example,DC=com
User Filter sAMAccountName=${USERNAME}
UID Attribute sAMAccountName
Email attribute mail
Initial bind DN corp.example.com/Users/SomeUser

이렇게 나오는데

URL 에 HOSTNAME 에 ad써버의 ip를 적어주시고
DC를 제대로 적으면 될꺼 같습니다아.

송지석 wrote:
제가 하고 싶은 것은, fisheye라는 cvs web viewer가 있는데 이 프로그램에서 LDAP로 MS exchange 서버에 있는 유저/패스워드로 로긴하게 하는 겁니다.(Active Directory로 로그인이 된다고 합니다.) http://www.cenqua.com/fisheye/doc/1.0/admin/ldap.html

exchange가 LDAP 프로토콜로 된다는 걸로 들었었는데요.
설정을 어떻게 해야 하는 지 모르겠습니다. 제가 exchange에 대해 모르고 LDAP도 잘 모릅니다.
exchange 서버 관리자도 윈도와 윈도만 붙여봐서..

fisheye의 설정 페이지에 보니까
URL: ldap://localhost:389
Base DN: dc=example,dc=com
User Filter: (uid=${USERNAME})
UID attribute: uid
Email attribute: not set
Cache TTL (positive): 5 minutes
Auto-add users into FishEye: true
Initial bind user: not set

이런 식으로 초기에 잡혀있네요. 여기에 exchange에 맞게 맞춰주면 될 것 같은데..

아시는 분 답변 부탁드립니다.

Quote:

------------------------------------------------------------------------------------------------
Life is in 다즐링