summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Reichl <preichl@redhat.com>2015-03-24 12:14:50 -0400
committerJakub Hrozek <jhrozek@redhat.com>2015-03-26 11:23:26 +0100
commit871f340834f25ca92a481718939164e708a70e29 (patch)
tree6a7244e6e003878b7b6269a4098eba1b3999dfea
parent33e54a998f51558faaec82872a59723d2ceadb4f (diff)
downloadsssd-871f340834f25ca92a481718939164e708a70e29.tar.gz
sssd-871f340834f25ca92a481718939164e708a70e29.tar.xz
sssd-871f340834f25ca92a481718939164e708a70e29.zip
LDAP: fix a typo in debug message
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
-rw-r--r--src/providers/ldap/sdap_access.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_access.c b/src/providers/ldap/sdap_access.c
index 537ea7193..474cbb7ed 100644
--- a/src/providers/ldap/sdap_access.c
+++ b/src/providers/ldap/sdap_access.c
@@ -1722,7 +1722,7 @@ is_account_locked(const char *pwdAccountLockedTime,
* permanently.
*/
DEBUG(SSSDBG_TRACE_FUNC,
- "Account of: %s is beeing blocked by password policy, "
+ "Account of: %s is being blocked by password policy, "
"but value: [%s] value is ignored by SSSD.\n",
username, pwdAccountLockedTime);
locked = false;