From: Todd C. Miller Date: Sun, 26 Jun 2005 22:36:09 +0000 (+0000) Subject: Mention rootbinddn X-Git-Tag: SUDO_1_7_0~625 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69be475791bbf0f64209fc4c34118a11e0d078b7;p=sudo Mention rootbinddn Give example ou=SUDOers container --- diff --git a/README.LDAP b/README.LDAP index bb6f3eb0f..b88d9620b 100644 --- a/README.LDAP +++ b/README.LDAP @@ -12,6 +12,8 @@ Some have attempted to workaround this by synchronizing changes via RCS/CVS/RSYNC/RDIST/RCP/SCP and even NFS. Many have asked for a Hesiod, NIS, or LDAP patch for sudo, so here is my attempt at LDAP'izing sudo. +For information on OpenLDAP, please see http://www.openldap.org/. + Definitions =========== Many times the word 'Directory' is used in the document to refer to the LDAP @@ -186,6 +188,14 @@ Importing is a two step process. Step 1: Ask your LDAP Administrator where to create the ou=SUDOers container. + +For instance, if using OpenLDAP: + + dn: ou=SUDOers,dc=example,dc=com + objectClass: top + objectClass: organizationalUnit + ou: SUDOers + (An example location is shown below). Then use the provided script to convert your sudoers file into LDIF format. The script will also convert any default options. @@ -258,6 +268,7 @@ when you imported the sudoers. Below is an example /etc/ldap.conf # optional proxy credentials #binddn #bindpw + #rootbinddn # # LDAP Protocol Version defaults to 3 #ldap_version 3