Home
last modified time | relevance | path

Searched refs:profile_path (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dalt_prof.c109 char *profile_path; local
128 profile_path = malloc(2 + krb5_config_len + kdc_config_len);
129 if (profile_path == NULL) {
134 strcpy(profile_path, kdc_config);
136 profile_path[0] = 0;
140 strcat(profile_path, ":");
141 strcat(profile_path, filenames[i]);
145 kret = profile_init_path(profile_path, &profile);
146 free(profile_path);