summaryrefslogtreecommitdiff
path: root/source/libads/ldap.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-09-25 09:40:45 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-09-25 09:40:45 +0000
commit9c62d1312fdf0aa7b1978e8bbb56fc076ba7e9d0 (patch)
treeaa48c12a6953d2ea203c844ace1f3f41feab4ec7 /source/libads/ldap.c
parent13f33e466ed31d35221157d6b3a1a05507157b66 (diff)
downloadsamba-9c62d1312fdf0aa7b1978e8bbb56fc076ba7e9d0.tar.gz
Another patch from metze, towards his work on sam_ads.
See mx-ldap.sf.net for his current progress.
Diffstat (limited to 'source/libads/ldap.c')
-rw-r--r--source/libads/ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libads/ldap.c b/source/libads/ldap.c
index 385a9bd93f9..7a0afb1a816 100644
--- a/source/libads/ldap.c
+++ b/source/libads/ldap.c
@@ -890,7 +890,7 @@ ADS_STATUS ads_gen_mod(ADS_STRUCT *ads, const char *mod_dn, ADS_MODLIST mods)
non-existent attribute (but allowable for the object) to run
*/
LDAPControl PermitModify = {
- "1.2.840.113556.1.4.1413",
+ ADS_PERMIT_MODIFY_OID,
{0, NULL},
(char) 1};
LDAPControl *controls[2];