The Samba-Bugzilla – Attachment 1061 Details for
Bug 2517
"net ads info" does NOT work; "net ads testjoin" does work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
use the realm from smb.conf when 'disable netbios = yes'
look (text/plain), 571 bytes, created by
Gerald (Jerry) Carter (dead mail address)
on 2005-03-22 09:34:15 UTC
(
hide
)
Description:
use the realm from smb.conf when 'disable netbios = yes'
Filename:
MIME Type:
Creator:
Gerald (Jerry) Carter (dead mail address)
Created:
2005-03-22 09:34:15 UTC
Size:
571 bytes
patch
obsolete
>Index: utils/net_ads.c >=================================================================== >--- utils/net_ads.c (revision 5952) >+++ utils/net_ads.c (working copy) >@@ -94,8 +94,13 @@ > { > ADS_STRUCT *ads; > >- ads = ads_init(NULL, opt_target_workgroup, opt_host); >+ /* if netbios is disabled we have to default to the realm from smb.conf */ > >+ if ( lp_disable_netbios() && *lp_realm() ) >+ ads = ads_init(lp_realm(), opt_target_workgroup, opt_host); >+ else >+ ads = ads_init(NULL, opt_target_workgroup, opt_host); >+ > if (ads) { > ads->auth.flags |= ADS_AUTH_NO_BIND; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2517
: 1061