Searched refs:rad_put_string (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/ |
H A D | radius.c | 88 if ( rad_put_string( h, RAD_USER_NAME, passwd->bv_val ) != 0 ) { in chk_radius() 92 if ( rad_put_string( h, RAD_USER_PASSWORD, cred->bv_val ) != 0 ) { in chk_radius() 96 if ( rad_put_string( h, RAD_NAS_IDENTIFIER, global_host ) != 0 ) { in chk_radius()
|
/netbsd-src/lib/libpam/modules/pam_radius/ |
H A D | pam_radius.c | 122 rad_put_string(radh, RAD_USER_NAME, user) == -1) || in build_access_request() 124 rad_put_string(radh, RAD_USER_PASSWORD, pass) == -1) || in build_access_request() 126 rad_put_string(radh, RAD_NAS_IDENTIFIER, nas_id) == -1)) { in build_access_request()
|
/netbsd-src/lib/libradius/ |
H A D | radlib.h | 209 int rad_put_string(struct rad_handle *, int,
|
H A D | radlib.c | 888 rad_put_string(struct rad_handle *h, int type, const char *str) in rad_put_string() function
|
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
H A D | isakmp_xauth.c | 581 if (rad_put_string(radius_auth_state, RAD_USER_NAME, usr) != 0) { 588 if (rad_put_string(radius_auth_state, RAD_USER_PASSWORD, pwd) != 0) { 595 if (rad_put_string(radius_auth_state, RAD_CALLING_STATION_ID,
|
H A D | isakmp_cfg.c | 1534 if (rad_put_string(radius_acct_state, RAD_USER_NAME,
|