diff options
author | Volker Lendecke <vl@samba.org> | 2010-09-13 11:44:19 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-09-13 10:15:27 -0700 |
commit | e03f8ded0198ff80dc001f3461eb0384e52f9f5b (patch) | |
tree | 019d17be3edefeeaf25909a0ea745ec9f67aaca0 /source3/utils | |
parent | 4dcd5ac4424d6003d73a1cac36e2543eba98ae94 (diff) | |
download | samba-e03f8ded0198ff80dc001f3461eb0384e52f9f5b.tar.gz samba-e03f8ded0198ff80dc001f3461eb0384e52f9f5b.tar.bz2 samba-e03f8ded0198ff80dc001f3461eb0384e52f9f5b.zip |
s3: Fix a typo (authentictaion->authentication)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/ntlm_auth.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/utils/ntlm_auth.c b/source3/utils/ntlm_auth.c index 6fd9fa33ab..b14c2b70d1 100644 --- a/source3/utils/ntlm_auth.c +++ b/source3/utils/ntlm_auth.c @@ -2441,7 +2441,9 @@ enum { { "request-lm-key", 0, POPT_ARG_NONE, &request_lm_key, OPT_LM_KEY, "Retrieve LM session key"}, { "request-nt-key", 0, POPT_ARG_NONE, &request_user_session_key, OPT_USER_SESSION_KEY, "Retrieve User (NT) session key"}, { "use-cached-creds", 0, POPT_ARG_NONE, &use_cached_creds, OPT_USE_CACHED_CREDS, "Use cached credentials if no password is given"}, - { "diagnostics", 0, POPT_ARG_NONE, &diagnostics, OPT_DIAGNOSTICS, "Perform diagnostics on the authentictaion chain"}, + { "diagnostics", 0, POPT_ARG_NONE, &diagnostics, + OPT_DIAGNOSTICS, + "Perform diagnostics on the authentication chain"}, { "require-membership-of", 0, POPT_ARG_STRING, &require_membership_of, OPT_REQUIRE_MEMBERSHIP, "Require that a user be a member of this group (either name or SID) for authentication to succeed" }, { "pam-winbind-conf", 0, POPT_ARG_STRING, &opt_pam_winbind_conf, OPT_PAM_WINBIND_CONF, "Require that request must set WBFLAG_PAM_CONTACT_TRUSTDOM when krb5 auth is required" }, POPT_COMMON_CONFIGFILE |