diff options
author | Gerald Carter <jerry@samba.org> | 2003-12-04 04:52:49 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-12-04 04:52:49 +0000 |
commit | c6f0190b5418b1ee02fdd45b7c6e3ce560b834b8 (patch) | |
tree | 6155b7d4eaaa1c0601154ad7c2d2fe2ba5514281 /source3/include | |
parent | 555ef2d5cfab6b5cac69f943d5ea870dd0c94423 (diff) | |
download | samba-c6f0190b5418b1ee02fdd45b7c6e3ce560b834b8.tar.gz samba-c6f0190b5418b1ee02fdd45b7c6e3ce560b834b8.tar.bz2 samba-c6f0190b5418b1ee02fdd45b7c6e3ce560b834b8.zip |
support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800
(This used to be commit acf9eae7b0c95776358292c3463951477575bcc6)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smbldap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smbldap.h b/source3/include/smbldap.h index 9765b9fbd6..17584c4fe4 100644 --- a/source3/include/smbldap.h +++ b/source3/include/smbldap.h @@ -90,6 +90,7 @@ #define LDAP_ATTR_NEXT_RID 34 #define LDAP_ATTR_BAD_PASSWORD_COUNT 35 #define LDAP_ATTR_LOGON_COUNT 36 +#define LDAP_ATTR_MUNGED_DIAL 37 typedef struct _attrib_map_entry { int attrib; |