summaryrefslogtreecommitdiff
path: root/source3/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
commit5df2fd4175049247bf105698e9abfd32272bf96e (patch)
tree537e770cac3eca3e6226f6c598c35c579e52a913 /source3/lib/smbldap.c
parentb754e4af39d8a720a45dbc6b472211b4ca2eefcc (diff)
downloadsamba-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/lib/smbldap.c')
-rw-r--r--source3/lib/smbldap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/smbldap.c b/source3/lib/smbldap.c
index fe34cfb852..8f6394ea92 100644
--- a/source3/lib/smbldap.c
+++ b/source3/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 }
};