Searched refs:get_single_attribute (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/passdb/
H A Dldap.c152 static void get_single_attribute(LDAP *ldap_struct, LDAPMessage *entry, char *attribute, char *value) function
160 DEBUG(3,("get_single_attribute: [%s] = [%s]\n", attribute, value));
231 get_single_attribute(ldap_struct, entry, "cn", user_name);
235 get_single_attribute(ldap_struct, entry, "userPassword", temp);
239 get_single_attribute(ldap_struct, entry, "unicodePwd", temp);
243 get_single_attribute(ldap_struct, entry, "dBCSPwd", temp);
248 get_single_attribute(ldap_struct, entry, "userAccountControl", temp);
251 get_single_attribute(ldap_struct, entry, "pwdLastSet", temp);
254 get_single_attribute(ldap_struct, entry, "rid", temp);
297 get_single_attribute(ldap_struc
[all...]
H A Dnispass.c166 static void get_single_attribute(nis_object *new_obj, int col, function
176 DEBUG(10,("get_single_attribute: entry length truncated\n"));
290 get_single_attribute(obj, NPF_SMB_GRPID, temp, sizeof(pstring));
293 get_single_attribute(obj, NPF_USER_RID, temp, sizeof(pstring));
304 get_single_attribute(obj, NPF_GROUP_RID, temp, sizeof(pstring));
308 get_single_attribute(obj, NPF_FULL_NAME, full_name, sizeof(pstring));
318 get_single_attribute(obj, NPF_LOGON_SCRIPT, logon_script, sizeof(pstring));
319 get_single_attribute(obj, NPF_PROFILE_PATH, profile_path, sizeof(pstring));
320 get_single_attribute(obj, NPF_DIR_DRIVE, home_drive, sizeof(pstring));
321 get_single_attribute(ob
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/passdb/
H A Dldap.c152 static void get_single_attribute(LDAP *ldap_struct, LDAPMessage *entry, char *attribute, char *value) function
160 DEBUG(3,("get_single_attribute: [%s] = [%s]\n", attribute, value));
231 get_single_attribute(ldap_struct, entry, "cn", user_name);
235 get_single_attribute(ldap_struct, entry, "userPassword", temp);
239 get_single_attribute(ldap_struct, entry, "unicodePwd", temp);
243 get_single_attribute(ldap_struct, entry, "dBCSPwd", temp);
248 get_single_attribute(ldap_struct, entry, "userAccountControl", temp);
251 get_single_attribute(ldap_struct, entry, "pwdLastSet", temp);
254 get_single_attribute(ldap_struct, entry, "rid", temp);
297 get_single_attribute(ldap_struc
[all...]
H A Dnispass.c166 static void get_single_attribute(nis_object *new_obj, int col, function
176 DEBUG(10,("get_single_attribute: entry length truncated\n"));
290 get_single_attribute(obj, NPF_SMB_GRPID, temp, sizeof(pstring));
293 get_single_attribute(obj, NPF_USER_RID, temp, sizeof(pstring));
304 get_single_attribute(obj, NPF_GROUP_RID, temp, sizeof(pstring));
308 get_single_attribute(obj, NPF_FULL_NAME, full_name, sizeof(pstring));
318 get_single_attribute(obj, NPF_LOGON_SCRIPT, logon_script, sizeof(pstring));
319 get_single_attribute(obj, NPF_PROFILE_PATH, profile_path, sizeof(pstring));
320 get_single_attribute(obj, NPF_DIR_DRIVE, home_drive, sizeof(pstring));
321 get_single_attribute(ob
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/passdb/
H A Dldap.c152 static void get_single_attribute(LDAP *ldap_struct, LDAPMessage *entry, char *attribute, char *value) function
160 DEBUG(3,("get_single_attribute: [%s] = [%s]\n", attribute, value));
231 get_single_attribute(ldap_struct, entry, "cn", user_name);
235 get_single_attribute(ldap_struct, entry, "userPassword", temp);
239 get_single_attribute(ldap_struct, entry, "unicodePwd", temp);
243 get_single_attribute(ldap_struct, entry, "dBCSPwd", temp);
248 get_single_attribute(ldap_struct, entry, "userAccountControl", temp);
251 get_single_attribute(ldap_struct, entry, "pwdLastSet", temp);
254 get_single_attribute(ldap_struct, entry, "rid", temp);
297 get_single_attribute(ldap_struc
[all...]
H A Dnispass.c166 static void get_single_attribute(nis_object *new_obj, int col, function
176 DEBUG(10,("get_single_attribute: entry length truncated\n"));
290 get_single_attribute(obj, NPF_SMB_GRPID, temp, sizeof(pstring));
293 get_single_attribute(obj, NPF_USER_RID, temp, sizeof(pstring));
304 get_single_attribute(obj, NPF_GROUP_RID, temp, sizeof(pstring));
308 get_single_attribute(obj, NPF_FULL_NAME, full_name, sizeof(pstring));
318 get_single_attribute(obj, NPF_LOGON_SCRIPT, logon_script, sizeof(pstring));
319 get_single_attribute(obj, NPF_PROFILE_PATH, profile_path, sizeof(pstring));
320 get_single_attribute(obj, NPF_DIR_DRIVE, home_drive, sizeof(pstring));
321 get_single_attribute(ob
[all...]

Completed in 129 milliseconds