From dc69e5af57a86f7e28b3d6647e9ca53e6f9b7795 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 2 Dec 2013 16:00:15 -0700 Subject: [PATCH] Mention how to dump sudoers info from LDAP. --- README.LDAP | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.LDAP b/README.LDAP index 84ac231d6..f7447d983 100644 --- a/README.LDAP +++ b/README.LDAP @@ -122,6 +122,11 @@ file to your LDAP Administrator. # ldapadd -f /tmp/sudoers.ldif -h ldapserver \ -D cn=Manager,dc=example,dc=com -W -x +Step 3: +Verify the sudoers LDAP data: + + # ldapsearch -b "$SUDOERS_BASE" -D cn=Manager,dc=example,dc=com -W -x + Managing LDAP entries ===================== Doing a one-time bulk load of your ldap entries is fine. However what if you