Ldap
From UGCS
(Difference between revisions)
(Ldap moved to Ldap Schema) |
|||
| Line 1: | Line 1: | ||
| − | + | UGCS uses ldap to handle all of our "directory" information, including users, home directories, UIDs, etc. We have two ldap servers that are supposed to keep each other sync'd: hera is our main server, and zeus is the slave. | |
| + | |||
| + | ldapedit is a very useful command that lets you input LDIF to update anything in ldap. | ||
| + | |||
| + | ldap configuration is in /etc/ldap on the ldap servers- it is put there by cfengine from hosts/ldap. | ||
| + | |||
| + | See also [[Ldap_Schema]] for customized LDAP schemas that we have. | ||
| + | |||
| + | |||
| + | [[Category:Sysadmin_Documentation]] | ||
Revision as of 20:56, 16 December 2008
UGCS uses ldap to handle all of our "directory" information, including users, home directories, UIDs, etc. We have two ldap servers that are supposed to keep each other sync'd: hera is our main server, and zeus is the slave.
ldapedit is a very useful command that lets you input LDIF to update anything in ldap.
ldap configuration is in /etc/ldap on the ldap servers- it is put there by cfengine from hosts/ldap.
See also Ldap_Schema for customized LDAP schemas that we have.