summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_connection.c
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2011-09-05 09:54:46 +0200
committerStephen Gallagher <sgallagh@redhat.com>2011-09-06 14:23:37 -0400
commit56379f9e9b17c522885b7ac1e8cda5088b0c6fee (patch)
treed26d6d9af3d1b2b4365df2a65b41a2e63565d723 /src/providers/ldap/sdap_async_connection.c
parent15f5559773a2fb98aacd822218f64e4840371857 (diff)
downloadsssd-56379f9e9b17c522885b7ac1e8cda5088b0c6fee.tar.gz
sssd-56379f9e9b17c522885b7ac1e8cda5088b0c6fee.tar.xz
sssd-56379f9e9b17c522885b7ac1e8cda5088b0c6fee.zip
sss_ldap_err2string() - function created
https://fedorahosted.org/sssd/ticket/986
Diffstat (limited to 'src/providers/ldap/sdap_async_connection.c')
-rw-r--r--src/providers/ldap/sdap_async_connection.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/providers/ldap/sdap_async_connection.c b/src/providers/ldap/sdap_async_connection.c
index 345bd7c53..6ff33b1ca 100644
--- a/src/providers/ldap/sdap_async_connection.c
+++ b/src/providers/ldap/sdap_async_connection.c
@@ -29,8 +29,6 @@
#include "providers/ldap/sdap_async_private.h"
#include "providers/ldap/ldap_common.h"
-#define LDAP_X_SSSD_PASSWORD_EXPIRED 0x555D
-
errno_t deref_string_to_val(const char *str, int *val)
{
if (strcasecmp(str, "never") == 0) {