]> andersk Git - moira.git/commitdiff
changed kerberos instance from "secure" to "extra"
authormar <mar>
Mon, 1 Jun 1992 13:56:35 +0000 (13:56 +0000)
committermar <mar>
Mon, 1 Jun 1992 13:56:35 +0000 (13:56 +0000)
reg_svr/reg_svr.c

index a0ea257ee482e5d099ae6d66abb40f5f8c5cbdff..c531f31b8ce2f0a1ff9f40eff09644ed2f5128e9 100644 (file)
@@ -1038,7 +1038,7 @@ char *retval;
     kv.key_low = htonl(lkey[0]);
     kv.key_high = htonl(lkey[1]);
     strcpy(kv.name, message->first);
-    strcpy(kv.instance, "secure");
+    strcpy(kv.instance, "extra");
 
     if ((status = kadm_add(&kv)) != KADM_SUCCESS) {
        com_err(whoami, status, " while creating kerberos principal");
This page took 0.159474 seconds and 5 git commands to generate.