14.02.2014 Views

ldapv3.pdf 7947KB Apr 17 2013 11:30:42 AM - mirror omadata

ldapv3.pdf 7947KB Apr 17 2013 11:30:42 AM - mirror omadata

ldapv3.pdf 7947KB Apr 17 2013 11:30:42 AM - mirror omadata

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Simple C LDAP Query<br />

init & bind<br />

Host name and default port<br />

if ((ld = ldap_init("estate1.whitemice.org", LDAP_PORT)) == NULL) {<br />

perror("ldap_init failed");<br />

return 1;<br />

};<br />

Bind anonymously: no dn, no password. Use the simple authentication method.<br />

if (ldap_bind_s(ld, NULL, NULL, LDAP_AUTH_SIMPLE) != LDAP_SUCCESS) {<br />

perror("ldap_bind failed");<br />

return 1;<br />

}

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!