summaryrefslogtreecommitdiffstats
path: root/source/lib/smbldap.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-12-04 04:52:00 +0000
committerGerald Carter <jerry@samba.org>2003-12-04 04:52:00 +0000
commit1c3c16abc94d197e69e3350de1e5cc1e99be4322 (patch)
tree5e153a167a2fc80cb4c71bea3d5dec037590a2c5 /source/lib/smbldap.c
parent2742e813fea2366f91bec62dca407f65ad5c4623 (diff)
downloadsamba-1c3c16abc94d197e69e3350de1e5cc1e99be4322.tar.gz
samba-1c3c16abc94d197e69e3350de1e5cc1e99be4322.tar.xz
samba-1c3c16abc94d197e69e3350de1e5cc1e99be4322.zip
support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800
Diffstat (limited to 'source/lib/smbldap.c')
-rw-r--r--source/lib/smbldap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/lib/smbldap.c b/source/lib/smbldap.c
index fe34cfb852e..8f6394ea928 100644
--- a/source/lib/smbldap.c
+++ b/source/lib/smbldap.c
@@ -97,6 +97,7 @@ ATTRIB_MAP_ENTRY attrib_map_v30[] = {
{ LDAP_ATTR_DOMAIN, "sambaDomainName" },
{ LDAP_ATTR_OBJCLASS, "objectClass" },
{ LDAP_ATTR_ACB_INFO, "sambaAcctFlags" },
+ { LDAP_ATTR_MUNGED_DIAL, "sambaMungedDial" },
{ LDAP_ATTR_LIST_END, NULL }
};