Difference between revisions of "LDAP notes"

From Noah.org
Jump to navigationJump to search
(New page: Category:Engineering <pre> ldapsearch -x -LLL "cn=noah" </pre>)
 
Line 1: Line 1:
 
[[Category:Engineering]]
 
[[Category:Engineering]]
 +
 +
https://help.ubuntu.com/community/OpenLDAPServer
  
 
<pre>
 
<pre>
 
ldapsearch -x -LLL "cn=noah"
 
ldapsearch -x -LLL "cn=noah"
 +
</pre>
 +
 +
<pre>
 +
dpkg-reconfigure slapd
 +
</pre>
 +
 +
Simple authentication without SASL:
 +
 +
<pre>
 +
ldapsearch -x -LLL "cn=admin"
 
</pre>
 
</pre>

Revision as of 22:58, 27 October 2008


https://help.ubuntu.com/community/OpenLDAPServer

ldapsearch -x -LLL "cn=noah"
dpkg-reconfigure slapd

Simple authentication without SASL:

ldapsearch -x -LLL "cn=admin"