GssapiLocalName is about translating principals to local usernames
authorAlexander Bokovoy <ab@samba.org>
Thu, 14 Aug 2014 11:45:51 +0000 (14:45 +0300)
committerAlexander Bokovoy <ab@samba.org>
Thu, 14 Aug 2014 11:45:51 +0000 (14:45 +0300)
Fix wrong description

src/mod_auth_gssapi.c

index 43094f0..60eabc8 100644 (file)
@@ -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,