Skip to content

Commit f7898a7

Browse files
committed
GssapiLocalName is about translating principals to local usernames
Fix wrong description
1 parent 0d07348 commit f7898a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mod_auth_gssapi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ static const command_rec mag_commands[] = {
533533
AP_INIT_FLAG("GssapiSSLonly", mag_ssl_only, NULL, OR_AUTHCFG,
534534
"Work only if connection is SSL Secured"),
535535
AP_INIT_FLAG("GssapiLocalName", mag_map_to_local, NULL, OR_AUTHCFG,
536-
"Work only if connection is SSL Secured"),
536+
"Translate principals to local names"),
537537
AP_INIT_FLAG("GssapiConnectionBound", mag_conn_ctx, NULL, OR_AUTHCFG,
538538
"Authentication is bound to the TCP connection"),
539539
AP_INIT_FLAG("GssapiUseSessions", mag_use_sess, NULL, OR_AUTHCFG,

0 commit comments

Comments
 (0)