Diff for /embedaddon/sudo/README.LDAP between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2013/07/22 10:46:10 version 1.1.1.2, 2014/06/15 16:12:53
Line 122  file to your LDAP Administrator. Line 122  file to your LDAP Administrator.
   # ldapadd -f /tmp/sudoers.ldif -h ldapserver \    # ldapadd -f /tmp/sudoers.ldif -h ldapserver \
     -D cn=Manager,dc=example,dc=com -W -x      -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  Managing LDAP entries
 =====================  =====================
 Doing a one-time bulk load of your ldap entries is fine.  However what if you  Doing a one-time bulk load of your ldap entries is fine.  However what if you

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>