diff -Nup -Nrup mod_auth_kerb.orig/src/modules/kerberos/mod_auth_kerb.c mod_auth_kerb.mod/src/modules/kerberos/mod_auth_kerb.c --- mod_auth_kerb.orig/src/modules/kerberos/mod_auth_kerb.c 2002-04-09 20:27:24.000000000 +0100 +++ mod_auth_kerb.mod/src/modules/kerberos/mod_auth_kerb.c 2005-01-22 13:31:48.781554248 +0000 @@ -376,7 +376,7 @@ command_rec kerb_auth_cmds[] = { { "KrbAuthAuthoritative", ap_set_flag_slot, (void*)XtOffsetOf(kerb_auth_config_rec, krb_auth_authoritative), - OR_AUTHCFG, FLAG, "Set to 'off' to allow access control to be passed along + OR_AUTHCFG, FLAG, "Set to 'off' to allow access control to be passed along\ to lower modules if the UserID is not known to this module?" }, { NULL } };