summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-01-04 11:59:11 +0000
committerVolker Lendecke <vlendec@samba.org>2004-01-04 11:59:11 +0000
commit612a97f84535c2d2b397f7a1b3941f7f6f602b27 (patch)
treee8158166910bd9be81912eb18bdd1f9821b59c88 /source3/nsswitch/winbindd.c
parent60639680195015739909ea7a2be032bdbab4f76c (diff)
downloadsamba-612a97f84535c2d2b397f7a1b3941f7f6f602b27.tar.gz
samba-612a97f84535c2d2b397f7a1b3941f7f6f602b27.tar.bz2
samba-612a97f84535c2d2b397f7a1b3941f7f6f602b27.zip
Commit the translation of the realm to the netbios domain name in the kerberos
session setup. After talking to jht and abartlet I made this unconditional, no additional parameter. Jerry: This is a change in behaviour, but I think it is necessary. Volker (This used to be commit d32f47fedcff3fdf46f42926d1cd84433e7ab487)
Diffstat (limited to 'source3/nsswitch/winbindd.c')
-rw-r--r--source3/nsswitch/winbindd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c
index 4b47ac13a2..b1c0c67d52 100644
--- a/source3/nsswitch/winbindd.c
+++ b/source3/nsswitch/winbindd.c
@@ -262,6 +262,7 @@ static struct dispatch_table dispatch_table[] = {
{ WINBINDD_INFO, winbindd_info, "INFO" },
{ WINBINDD_INTERFACE_VERSION, winbindd_interface_version, "INTERFACE_VERSION" },
{ WINBINDD_DOMAIN_NAME, winbindd_domain_name, "DOMAIN_NAME" },
+ { WINBINDD_DOMAIN_INFO, winbindd_domain_info, "DOMAIN_INFO" },
{ WINBINDD_NETBIOS_NAME, winbindd_netbios_name, "NETBIOS_NAME" },
{ WINBINDD_PRIV_PIPE_DIR, winbindd_priv_pipe_dir, "WINBINDD_PRIV_PIPE_DIR" },