Advertisement
adebussy

ldap

Aug 24th, 2011
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. ------------------------------------------------------------
  2.  
  3. Validacion de password admin
  4. ldapmodify -D "cn=directory manager" -W -x -H ldap://localhost:389 < admin_mod.ldif
  5.  
  6. Agregar ldif
  7. ldapadd -D "cn=directory manager" -W -x -H ldap://localhost:10389 -f sudo-diegows.ldif
  8.  
  9. ------------------------------------------------------------
  10. Bug Sudo
  11. sudoOption: env_keep+="
  12. ------------------------------------------------------------
  13. Postgresql repo
  14.  
  15. http://yum.pgrpms.org/reporpms/8.4/pgdg-redhat-8.4-2.noarch.rpm
  16. ------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement