From: Alexander Bokovoy Date: Thu, 14 Aug 2014 11:45:51 +0000 (+0300) Subject: GssapiLocalName is about translating principals to local usernames X-Git-Tag: v1.0.1~3 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_gssapi.git;a=commitdiff_plain;h=f7898a722b900822be799c9d27e458ec56770e5f GssapiLocalName is about translating principals to local usernames Fix wrong description --- diff --git a/src/mod_auth_gssapi.c b/src/mod_auth_gssapi.c index 43094f0..60eabc8 100644 --- a/src/mod_auth_gssapi.c +++ b/src/mod_auth_gssapi.c @@ -533,7 +533,7 @@ static const command_rec mag_commands[] = { AP_INIT_FLAG("GssapiSSLonly", mag_ssl_only, NULL, OR_AUTHCFG, "Work only if connection is SSL Secured"), AP_INIT_FLAG("GssapiLocalName", mag_map_to_local, NULL, OR_AUTHCFG, - "Work only if connection is SSL Secured"), + "Translate principals to local names"), AP_INIT_FLAG("GssapiConnectionBound", mag_conn_ctx, NULL, OR_AUTHCFG, "Authentication is bound to the TCP connection"), AP_INIT_FLAG("GssapiUseSessions", mag_use_sess, NULL, OR_AUTHCFG,