bind_secret 165 source3/include/smbldap.h char *bind_secret; bind_secret 893 source3/lib/smbldap.c *credp = SMB_STRDUP(ldap_state->bind_secret); bind_secret 938 source3/lib/smbldap.c rc = ldap_simple_bind_s(ldap_struct, ldap_state->bind_dn, ldap_state->bind_secret); bind_secret 1011 source3/lib/smbldap.c if (!fetch_ldap_pw(&ldap_state->bind_dn, &ldap_state->bind_secret)) { bind_secret 1041 source3/lib/smbldap.c rc = ldap_simple_bind_s(ldap_struct, ldap_state->bind_dn, ldap_state->bind_secret); bind_secret 1668 source3/lib/smbldap.c if ((*ldap_state)->bind_secret) { bind_secret 1669 source3/lib/smbldap.c memset((*ldap_state)->bind_secret, '\0', strlen((*ldap_state)->bind_secret)); bind_secret 1673 source3/lib/smbldap.c SAFE_FREE((*ldap_state)->bind_secret); bind_secret 1841 source3/lib/smbldap.c if (ldap_state->bind_secret) { bind_secret 1843 source3/lib/smbldap.c memset(ldap_state->bind_secret, '\0', strlen(ldap_state->bind_secret)); bind_secret 1844 source3/lib/smbldap.c SAFE_FREE(ldap_state->bind_secret); bind_secret 1849 source3/lib/smbldap.c ldap_state->bind_secret = SMB_STRDUP(secret);