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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dchangepw.c82 krb5_ui_2 kpasswd_port = htons(DEFAULT_KPASSWD_PORT); local
84 sa2sin (a->ai_addr)->sin_port = kpasswd_port;
86 sa2sin6 (a->ai_addr)->sin6_port = kpasswd_port;
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dalt_prof.c715 GET_PORT_PARAM(kpasswd_port, KADM5_CONFIG_KPASSWD_PORT,
899 params.kpasswd_port = dns_portno;
922 params.kpasswd_port = atoi(p+1);
959 * If the kpasswd_port is not yet defined, define it now.
963 params.kpasswd_port = params_in->kpasswd_port;
965 * If kpasswd_port is not explicitly defined,
971 params.kpasswd_port = DEFAULT_KADM5_PORT;
978 params.kpasswd_port = DEFAULT_KPASSWD_PORT;
H A Dadmin.h293 int kpasswd_port; member in struct:_kadm5_config_params

Completed in 26 milliseconds