Anonymous

Changes

LDAP

116 bytes added, 09:00, May 30, 2008
m
no edit summary
Here are settings for checking the passwords of 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.
 
===Anyone with an OIT login===
 
Server: ldap2.williams.edu
Bind domain:uid=$USER,ou=people,o=williams
SSL: no
===Williams Students===
Bind domain: uid=$USER,ou=alumni,o=williams
SSL: no(?)
 
==Info from LDAP==
In addition to the servers above, you can query the servers below for general directory info.
 
===Anyone with an OIT login===
 
Server: ldap2.williams.edu
Bind domain:uid=$USER,ou=people,o=williams
SSL: no
 
 
==Fun with LDAP==
If you want to query an LDAP server directly, there's a program called "ldapsearch" available for [[Mac OS X]] and [[Linux]] that you can use to query these servers.
126
edits