diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-09-25 09:40:45 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-09-25 09:40:45 +0000 |
commit | b06d2abe746fb7873846e9f14bb8d3895c4290ed (patch) | |
tree | 0ede042266341a3f2d9d58bcbffc08cba9834c7d /source3/libads/ldap.c | |
parent | 891f580300d8d8eb5e258bdc31c881e73aa6ad38 (diff) | |
download | samba-b06d2abe746fb7873846e9f14bb8d3895c4290ed.tar.gz samba-b06d2abe746fb7873846e9f14bb8d3895c4290ed.tar.bz2 samba-b06d2abe746fb7873846e9f14bb8d3895c4290ed.zip |
Another patch from metze, towards his work on sam_ads.
See mx-ldap.sf.net for his current progress.
(This used to be commit 9c62d1312fdf0aa7b1978e8bbb56fc076ba7e9d0)
Diffstat (limited to 'source3/libads/ldap.c')
-rw-r--r-- | source3/libads/ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c index 385a9bd93f..7a0afb1a81 100644 --- a/source3/libads/ldap.c +++ b/source3/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]; |