Displaying 10 results from an estimated 10 matches for "wgname".
Did you mean:
vgname
2023 Jan 05
1
Question about KDC Resolution with Samba
...ch returns "mycorp.com". Next the script runs
nslookup -type=SRV _kerberos._tcp.mycorp.com
which fails
** server can't find _kerberos._tcp.mycorp.com: NXDOMAIN
and the script exits. However, this is command does return the Windows KDC servers -
nslookup -type=SRV _kerberos._tcp.wgname.ad.mycorp.com
We only have one domain and I have no idea why it was set up this way. (I did modify the script to find the KDC's). Begs the question: Since the script fails, how can I verify Kerberos is working properly with Samba? Running
kinit -V Administrator at WGNAME.AD.MYCORP.COM<...
2023 Jan 08
1
Question about KDC Resolution with Samba
> nslookup -type=SRV _kerberos._tcp.mycorp.com
>
> ** server can't find _kerberos._tcp.mycorp.com: NXDOMAIN
>
As 'hostname -d' is returning 'mycorp.com' it would seem that is the dns
domain your computer is in. 'mycorp.com' != 'wgname.ad.mycorp.com'
(which appears to be the dns domain of your DC) and Samba does not do
subdomains or to put it it another way, your clients have to be in the
same dns domain as your DC's.
I'm pursuing this with our Windows AD administrators.
>
> kinit -V Administrator at W...
2003 Jan 30
1
Samba wins problem
...I could not find a decent solution to my problem.
The problem is that I keep seeing the following errors on my nmbd.log:
[2003/01/30 09:34:34, 0]
nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(358)
find_domain_master_name_query_fail:
Unable to find the Domain Master Browser name WGNAME<1b> for the
workgroup WGNAME.
Unable to sync browse lists in this workgroup.
smb.conf:
[global]
workgroup = WGNAME
server string = wins server
log level = 2
lock directory = /var/lock/samba
security = user
encrypt passwords = Yes...
2017 Mar 18
5
AD integration not working after move/version
...heck permissions = False
netbios aliases = string1
server string = string1
name resolve order = hosts bcast
realm = DOMAIN.NET
password server = server3.string1.net sever4.string1.net
# wins server = x.x.x.x
local master = no
workgroup = WGNAME
os level = 0
domain master = no
encrypt passwords = yes
security = DOMAIN
unix charset = ISO8859-1
max log size = 50
# Fix for not to do lpstat since we don't use printers in Samba
load printers = no
printing = bsd...
2017 Mar 18
0
AD integration not working after move/version
...tbios aliases = string1
> server string = string1
> name resolve order = hosts bcast
> realm = DOMAIN.NET
> password server = server3.string1.net sever4.string1.net
> # wins server = x.x.x.x
> local master = no
> workgroup = WGNAME
> os level = 0
> domain master = no
> encrypt passwords = yes
> security = DOMAIN
> unix charset = ISO8859-1
> max log size = 50
> # Fix for not to do lpstat since we don't use printers in Samba
> load print...
2017 Mar 18
1
AD integration not working after move/version
...his way, but
who reads manpages ;-)
>
> * encrypt passwords = yes
> This is default since a longer time.
It doesn't matter if there or not.
>
> Ok. And now the things that are incorrect for a Samba AD domain
> member:
>
> * realm = DOMAIN.NET and workgroup = WGNAME
> In this case, I would expect that "DOMAIN" is your NetBIOS domain
> name ("workgroup" setting), not something different. If this
> really matches your AD setup, it should work - but it's not
> the recommended way how to set up an AD.
Well, Microsof...
2017 Mar 18
0
AD integration not working after move/version
...tbios aliases = string1
> server string = string1
> name resolve order = hosts bcast
> realm = DOMAIN.NET
> password server = server3.string1.net sever4.string1.net
> # wins server = x.x.x.x
> local master = no
> workgroup = WGNAME
> os level = 0
> domain master = no
> encrypt passwords = yes
> security = DOMAIN
Try changing 'security = DOMAIN' to 'security = ADS'
Are you running winbind or are you using something else for
authentication ?
Rowland
2005 Jun 01
1
Unable to authenticate against an OS/2 PDC
...at we are
trying to do is have the Samba server authenticate users against an
existing OS/2 PDC. I believe that I have set everything up correctly
however I am not able to authenticate any users successfully.
First I try to join the domain by running the command:
# net join -U user%pass -S pdc -w wgname -d1
[2005/06/01 19:31:00, 1] rpc_client/cli_pipe.c:cli_nt_session_open(1459)
cli_nt_session_open: cli_open failed on pipe \PIPE\lsarpc to machine pdc.
Error was ERRDOS - ERRbadpath (Directory invalid.)
[2005/06/01 19:31:00, 0] utils/net_rpc_join.c:net_rpc_join_newstyle(168)
Error connecting to...
2006 Oct 24
0
Win XP Pro x64 and roaming profiles
...h works, but it irks me that I can't get
this to work properly with the "logon path" and "logon home" parameters
in my smb.conf file. Has anyone see this problem?
Below is my smb.conf file, and thanks for any help!
G. Brady
Contents of smb.conf
[global]
workgroup = wgname
server string = servername
netbios name = servername
hosts allow = 192.168.0. 127.
printcap name = /etc/printcap
load printers = yes
printing = cups
cups options = raw
guest account = guest
log file = /var/log/samba/%m.log
max log size = 1024
security = user
encr...
2017 Mar 18
2
AD integration not working after move/version
...1
>> server string = string1
>> name resolve order = hosts bcast
>> realm = DOMAIN.NET
>> password server = server3.string1.net sever4.string1.net
>> # wins server = x.x.x.x
>> local master = no
>> workgroup = WGNAME
>> os level = 0
>> domain master = no
>> encrypt passwords = yes
>> security = DOMAIN
>
> Try changing 'security = DOMAIN' to 'security = ADS'
>
> Are you running winbind or are you using something else for
> authe...