summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2011-09-06 10:55:15 +0200
committerStephen Gallagher <sgallagh@redhat.com>2011-09-06 14:51:45 -0400
commitcd5b718ebeab1c923af7a5c3c0a5c717c5659c7d (patch)
tree9371901027fc5eaa53fef2d86dd2336c0fb49083 /src/providers/ldap/sdap.h
parent4e3495b3b8927a282adc48cc80f0611ecf79821b (diff)
downloadsssd-cd5b718ebeab1c923af7a5c3c0a5c717c5659c7d.tar.gz
sssd-cd5b718ebeab1c923af7a5c3c0a5c717c5659c7d.tar.xz
sssd-cd5b718ebeab1c923af7a5c3c0a5c717c5659c7d.zip
Improve error message for LDAP password constraint violation
https://fedorahosted.org/sssd/ticket/985
Diffstat (limited to 'src/providers/ldap/sdap.h')
-rw-r--r--src/providers/ldap/sdap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap.h b/src/providers/ldap/sdap.h
index 2e270f346..7d704b55f 100644
--- a/src/providers/ldap/sdap.h
+++ b/src/providers/ldap/sdap.h
@@ -144,6 +144,7 @@ enum sdap_result {
SDAP_AUTH_SUCCESS,
SDAP_AUTH_FAILED,
SDAP_AUTH_PW_EXPIRED,
+ SDAP_AUTH_PW_CONSTRAINT_VIOLATION,
SDAP_ACCT_EXPIRED
};