summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-10-09 06:27:01 +0000
committerTim Potter <tpot@samba.org>2003-10-09 06:27:01 +0000
commit4003c70f8c4e1077fc05a2f6a2cc27ff1c57b547 (patch)
tree94533432a702e34198ccef87cf38911a83b1535f
parentf6e62c44168f1ae3f60350aec9df10a1272e55e5 (diff)
downloadsamba-4003c70f8c4e1077fc05a2f6a2cc27ff1c57b547.tar.gz
samba-4003c70f8c4e1077fc05a2f6a2cc27ff1c57b547.tar.bz2
samba-4003c70f8c4e1077fc05a2f6a2cc27ff1c57b547.zip
Merge from 3.0:
>Make pdb_ldap.c compile with SUN iPlanet headers. Whether this works will be >tested soon, but this fix is somewhat obvious. > >Volker (This used to be commit e4551b3d7f85bf39778a1de952eaa370bc3716e3)
-rw-r--r--source3/passdb/pdb_ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c
index d4de6b2e96..5cf1691f0d 100644
--- a/source3/passdb/pdb_ldap.c
+++ b/source3/passdb/pdb_ldap.c
@@ -61,7 +61,7 @@
#if defined(LDAP_EXOP_X_MODIFY_PASSWD) && !defined(LDAP_EXOP_MODIFY_PASSWD)
#define LDAP_EXOP_MODIFY_PASSWD LDAP_EXOP_X_MODIFY_PASSWD
#elif !defined(LDAP_EXOP_MODIFY_PASSWD)
-#define "1.3.6.1.4.1.4203.1.11.1"
+#define LDAP_EXOP_MODIFY_PASSWD "1.3.6.1.4.1.4203.1.11.1"
#endif
#if defined(LDAP_EXOP_X_MODIFY_PASSWD_ID) && !defined(LDAP_EXOP_MODIFY_PASSWD_ID)