--- anaconda-7.3/textw/userauth_text.py Mon Feb 25 15:25:07 2002 +++ anaconda-7.3-f1/textw/userauth_text.py Tue Jun 18 13:34:50 2002 @@ -401,11 +401,14 @@ 1, 1, (-2, 0, 1, 0), anchorRight = 1) subgrid3.setField (Label (_("Admin Server:")), 1, 2, (-2, 0, 1, 0), anchorRight = 1) - self.krb5Realm = Entry (entrywid) +#CJS added the auth.krb5xxxx to show default from installclasses/* + self.krb5Realm = Entry (entrywid , auth.krb5Realm) self.krb5Realm.set (auth.krb5Realm) - self.krb5Kdc = Entry (entrywid) +#CJS added the auth.krb5xxxx to show default from installclasses/* + self.krb5Kdc = Entry (entrywid, auth.krb5Kdc) self.krb5Kdc.set (auth.krb5Kdc) - self.krb5Admin = Entry (entrywid) +#CJS added the auth.krb5xxxx to show default from installclasses/* + self.krb5Admin = Entry (entrywid, auth.krb5Admin) self.krb5Admin.set (auth.krb5Admin) subgrid3.setField (self.krb5Realm, 2, 0, anchorLeft = 1) subgrid3.setField (self.krb5Kdc, 2, 1, anchorLeft = 1)