ConfigureLDAPUsers

From CSLabsWiki

Jump to: navigation, search

Summary

This is a guide for the LDAP admins who want to change the permissions for any user on any system. You should read this guide only if you have access to auth.sclab.clarkson.edu and you know the admin LDAP password.

Important files

There are two important configuration files on auth: /root/scripts/ldaplist and /root/scripts/sudolist.

The format of /root/scripts/ldaplist is:

<username> <password hash from slappasswd>
    host1
    host2
    host3
%
<username 2> <password hash from slappasswd 2>
    \*
%
...

The format for /root/scripts/sudolist is:

<username>
  <hostname for sudo access>
  <hostname for sudo access 2>
%
...

Once the files have been editted, run /root/scrips/regenauth.pl and enter the LDAP access password. You should be all set :)

See also

ConfigureSystemForLDAP

Personal tools