Searched defs:password (Results 1 - 2 of 2) sorted by relevance
/solaris-userland/components/krb5/Solaris/ |
H A D | kt_solaris.c | 57 krb5_data password, salt; local 64 password.length = strlen(pw); 65 password.data = (char *)pw; 71 if ((krb5_c_string_to_key(ctx, enctype, &password, &salt, &key)) != 0) 90 * krb5_kvno kvno, uint_t flags, char *password) 109 * where password is the password that will be used to derive the key for 145 krb5_kvno kvno, uint_t flags, char *password, char *hostname) 157 assert(password != NULL && domain != NULL); 232 kvno, password); 144 k5_kt_add_ad_entries(krb5_context ctx, char **sprincs_str, char *domain, krb5_kvno kvno, uint_t flags, char *password, char *hostname) argument [all...] |
/solaris-userland/components/openstack/nova/files/solariszones/ |
H A D | driver.py | 54 from nova.api.metadata import password namespace 994 :param admin_password: Administrator password to set in instance. 1098 # seconds to boot before attempting to set the admin password. 1749 # encrypt admin password, using SHA-256 as default 1761 # root's password is set, the admin account name is set and 1762 # the admin's password is set 1780 # store password for horizon retrieval 1784 password.convert_password(ctxt, base64.b64encode(enc))) 1789 # an ssh key, and a root password 1791 sshkey=sshkey, password [all...] |
Completed in 21 milliseconds