anon 754 source3/include/proto.h bool smbldap_set_creds(struct smbldap_state *ldap_state, bool anon, const char *dn, const char *secret);
anon 1834 source3/lib/smbldap.c bool smbldap_set_creds(struct smbldap_state *ldap_state, bool anon, const char *dn, const char *secret)
anon 1836 source3/lib/smbldap.c ldap_state->anonymous = anon;
anon 1847 source3/lib/smbldap.c if ( ! anon) {
anon 65 source3/winbindd/idmap_ldap.c bool anon;
anon 104 source3/winbindd/idmap_ldap.c bool anon = False;
anon 133 source3/winbindd/idmap_ldap.c anon = True;
anon 141 source3/winbindd/idmap_ldap.c smbldap_set_creds(ldap_state, anon, *dn, secret);