Anonymous

Changes

LDAP

1,592 bytes added, 00:38, May 5, 2006
m
no edit summary
[[Category:Computers]]

'''LDAP''' is a protocol for searching for email addresses and checking the passwords of people with a [[Unix ID]]. The College runs three LDAP servers:
* nds1.williams.edu is the [[Novell NetWare]] server that has a lot of information about you, and that can check your password;
* nds2.williams.edu is nds1's twin;
* ldap.williams.edu is used solely for searching email addresses.

==Auto-completing email addresses==

Many [[email]] clients let you configure an LDAP server to act as your address book. Here are the settings you'll need:

Server: ldap.williams.edu

Search Base: ou=People,o=williams

Port: 389

Use SSL: No

==Authenticating with LDAP==

Here are settings for authenticating different types of users. Ideally, you can authenticate more than one type, but that will depend what kind of support your software has. Of course, if you are a true [[Students with Computer Skills|badass]], you shouldn't be afraid to write your own extension to handle multiple LDAP settings. In all cases, you need to somehow substitute $USER with the name of the user that's logging in.

===Williams Students===

Server: nds2.williams.edu (or nds1.williams.edu)
Bind domain: cn=$USER,ou=student,o=williams
SSL: no

===WSO accounts===

These include some students and some alumni.

Server: ursula
Bind domain: uid=$USER,cn=users,dc=williams,dc=edu
SSL: yes

===Williams Faculty===

Server: nds2.williams.edu
Bind domain: cn=$USER,ou=faculty,o=williams
SSL: no

===Williams Staff===

Server: nds2.williams.edu
Bind domain: cn=$USER,ou=staff,o=williams
SSL: no
1,185
edits