Searched refs:make_a_mod (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/passdb/
H A Dldap.c379 static void make_a_mod(LDAPMod ***modlist,int modop, char *attribute, char *value) function
392 DEBUG(0,("make_a_mod: out of memory!\n"));
412 DEBUG(0,("make_a_mod: out of memory!\n"));
418 DEBUG(0,("make_a_mod: out of memory!\n"));
438 DEBUG(0, "make_a_mod: Memory allocation failure!\n");
583 make_a_mod(&mods, ldap_state, "objectclass", "sambaTrust");
584 make_a_mod(&mods, ldap_state, "netbiosTrustName", smb_name);
585 make_a_mod(&mods, ldap_state, "trustPassword", nthash);
589 make_a_mod(&mods, ldap_state, "objectclass", "sambaAccount");
590 make_a_mod(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/passdb/
H A Dldap.c379 static void make_a_mod(LDAPMod ***modlist,int modop, char *attribute, char *value) function
392 DEBUG(0,("make_a_mod: out of memory!\n"));
412 DEBUG(0,("make_a_mod: out of memory!\n"));
418 DEBUG(0,("make_a_mod: out of memory!\n"));
438 DEBUG(0, "make_a_mod: Memory allocation failure!\n");
583 make_a_mod(&mods, ldap_state, "objectclass", "sambaTrust");
584 make_a_mod(&mods, ldap_state, "netbiosTrustName", smb_name);
585 make_a_mod(&mods, ldap_state, "trustPassword", nthash);
589 make_a_mod(&mods, ldap_state, "objectclass", "sambaAccount");
590 make_a_mod(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/passdb/
H A Dldap.c379 static void make_a_mod(LDAPMod ***modlist,int modop, char *attribute, char *value) function
392 DEBUG(0,("make_a_mod: out of memory!\n"));
412 DEBUG(0,("make_a_mod: out of memory!\n"));
418 DEBUG(0,("make_a_mod: out of memory!\n"));
438 DEBUG(0, "make_a_mod: Memory allocation failure!\n");
583 make_a_mod(&mods, ldap_state, "objectclass", "sambaTrust");
584 make_a_mod(&mods, ldap_state, "netbiosTrustName", smb_name);
585 make_a_mod(&mods, ldap_state, "trustPassword", nthash);
589 make_a_mod(&mods, ldap_state, "objectclass", "sambaAccount");
590 make_a_mod(
[all...]

Completed in 62 milliseconds