diff options
author | Gerald Carter <jerry@samba.org> | 2003-12-04 04:52:00 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-12-04 04:52:00 +0000 |
commit | 5df2fd4175049247bf105698e9abfd32272bf96e (patch) | |
tree | 537e770cac3eca3e6226f6c598c35c579e52a913 /source3/include | |
parent | b754e4af39d8a720a45dbc6b472211b4ca2eefcc (diff) | |
download | samba-5df2fd4175049247bf105698e9abfd32272bf96e.tar.gz samba-5df2fd4175049247bf105698e9abfd32272bf96e.tar.bz2 samba-5df2fd4175049247bf105698e9abfd32272bf96e.zip |
support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800
(This used to be commit 1c3c16abc94d197e69e3350de1e5cc1e99be4322)
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; |