search for: our_domain

Displaying 16 results from an estimated 16 matches for "our_domain".

2002 Aug 12
3
Winbind cannot find/connect to PDC.
Hi all. Funny thing happend: I had winbindd working, but now I can't get it back up correctly. I'm not sure what I'm doing differently. Samba version 2.2.5. 'wbinfo -u' says "Error looking up domain users". I joined the domain with the command: 'smbpasswd -j OUR_DOMAIN -r thepdc -U Administrator' and this returned saying "Joined domain OUR_DOMAIN". Both smbd and nmbd are running, so is the ldap server if that matters. winbind says "NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND" but I'm really certain what that means. I can ping the PDC, and...
2017 Aug 31
2
file server: %U or %u?
Hi all, Here there are trust relationship between domains. On some file server using Samba 4.4.4 (Centos 7) I must set up my shares using %U. When using %u the directory which is accessed is /path/to/share/OUR_DOMAIN\username rather than /path/to/share/username. Initially I thought it could be solved by using: winbind use default domain = yes associated with: workgroup = OUR_DOMAIN but that change only how users are generated by Winbind (or at least that's how I feel it :) And as smb.conf manpage tell...
2006 Sep 07
4
Mounting home directory from Windows in Linux
...'create mask', 'directory mask' and 'directory security mask' even though (if I'm right) they shouldn't be needed when using winbind. Can anybody please shed any light on this? Kind Regards, Shaun O'Callaghan smb.conf [global] workgroup = OUR_DOMAIN server string = Linux printcap name = /etc/printcap load printers = yes cups options = raw log file = /var/log/samba/%m.log max log size = 50 security = ads realm = OUR_FULLY_QUALIFIED_DOMAIN encrypt passwords = yes socket options = TCP_NODELAY SO_RCVBUF=8192...
2017 Aug 31
4
file server: %U or %u?
...t lists.samba.org> wrote: > > > Hi all, > > > > Here there are trust relationship between domains. > > On some file server using Samba 4.4.4 (Centos 7) I must set up my > > shares using %U. When using %u the directory which is accessed is > > /path/to/share/OUR_DOMAIN\username rather > > than /path/to/share/username. > > > > Initially I thought it could be solved by using: > > winbind use default domain = yes > > associated with: > > workgroup = OUR_DOMAIN > > but that change only how users are generated by Winbind (...
2020 Mar 20
3
Delete or repair corrupt records in zone data?
...tely this is all new to me. Asking the DNS for the content of a certain zone with # samba-tool dns query ip_of_domain_controller name_of_zone @ ALL -U administrator brings up two entries that look different. A good and working entry looks like this: Name=1, Records=1, Children=0 PTR: pcname.our_domain.local (flags=f0, serial=25, ttl=900) But there are two incomplete entries with just one line like this: Name=7, Records=0, Children=1 Name=44, Records=0, Children=1 Deleting a record needs the parameters[1] of the record to delete. But these records have none, so I'm lost how to get rid o...
2011 Apr 08
1
Host selection in ssh_config
...king no" and "UserKnownHostsFile /dev/null". * into the Wild: "StrictHostKeyChecking yes" and "UserKnownHostsFile ~/.ssh/known_hosts". And now my problem: The easiest way to sort target hosts, I thought, was to select our domain in ssh_config: # inside Host *.our_domain parameters # outside Host * parameters However, the hostname used is the one written in the command, I suppose: "ssh a_host.our_domain" works fine! But "ssh a_host" does not. Of course we all avoid writing our domain. So I wanted to check whether a domain is provided (...
2017 Aug 31
1
file server: %U or %u?
..., > > > > > > > > Here there are trust relationship between domains. > > > > On some file server using Samba 4.4.4 (Centos 7) I must set up my > > > > shares using %U. When using %u the directory which is accessed is > > > > /path/to/share/OUR_DOMAIN\username rather > > > > than /path/to/share/username. > > > > > > > > Initially I thought it could be solved by using: > > > > winbind use default domain = yes > > > > associated with: > > > > workgroup = OUR_DOMAIN > &g...
2017 Aug 31
0
file server: %U or %u?
...as dufresne via samba <samba at lists.samba.org> wrote: > Hi all, > > Here there are trust relationship between domains. > On some file server using Samba 4.4.4 (Centos 7) I must set up my > shares using %U. When using %u the directory which is accessed is > /path/to/share/OUR_DOMAIN\username rather > than /path/to/share/username. > > Initially I thought it could be solved by using: > winbind use default domain = yes > associated with: > workgroup = OUR_DOMAIN > but that change only how users are generated by Winbind (or at least > that's how I...
2017 Aug 31
0
file server: %U or %u?
...>> >> > Hi all, >> > >> > Here there are trust relationship between domains. >> > On some file server using Samba 4.4.4 (Centos 7) I must set up my >> > shares using %U. When using %u the directory which is accessed is >> > /path/to/share/OUR_DOMAIN\username rather >> > than /path/to/share/username. >> > >> > Initially I thought it could be solved by using: >> > winbind use default domain = yes >> > associated with: >> > workgroup = OUR_DOMAIN >> > but that change only how user...
2017 Aug 31
0
file server: %U or %u?
...gt; > > > Hi all, > > > > > > Here there are trust relationship between domains. > > > On some file server using Samba 4.4.4 (Centos 7) I must set up my > > > shares using %U. When using %u the directory which is accessed is > > > /path/to/share/OUR_DOMAIN\username rather > > > than /path/to/share/username. > > > > > > Initially I thought it could be solved by using: > > > winbind use default domain = yes > > > associated with: > > > workgroup = OUR_DOMAIN > > > but that change only h...
2004 Jul 15
1
Slowdown due to change in DC lookup from 3.0.1 to 3.0.2a
...ate_domain_trusts (): if ( !get_dc_name(domain, NULL, dc_name, &dc_ip) ) { DEBUG(3,("enumerate_domain_trusts: can't locate a DC for domain %s\n", domain)); The function get_dc_name was changed in libsmb/namequery_dc.c (1.5 to 1.6 in MAIN) from: if ( (our_domain && lp_security()==SEC_ADS) || strchr_m(domain, '.') ) { ret = ads_dc_name(domain, &dc_ip, srv_name); To: if ( (our_domain && lp_security()==SEC_ADS) || realm ) { ret = ads_dc_name(domain, realm, &dc_ip, srv_name); It appears before ads_dc_name () wa...
2010 Oct 12
3
Problems with Windows 7 on domain, Samba server not
I've googled and read, and haven't run across any solutions to this problem. Yes, I know about the "Network Security: LAN Manager authentication level" change, but, as you will see, this isn't the issue. Samba 3.4.7 Windows 7 Windows machine is on a domain. Samba box is *not* on a domain. Windows insists on adding the domain to the user name when browsing to Samba
2020 Mar 20
0
Delete or repair corrupt records in zone data?
...; # samba-tool dns query ip_of_domain_controller name_of_zone @ ALL -U >>> administrator >>> brings up two entries that look different. >>> >>> A good and working entry looks like this: >>> Name=1, Records=1, Children=0 >>> PTR: pcname.our_domain.local (flags=f0, serial=25, ttl=900) >> That looks like the reverse zone, if so, why not tells us ? >> > It is, I apologize for the incomplete information. > >> If it is, then your problem is easily repaired, delete the reverse >> zone and then recreate it. You will pr...
2010 Oct 12
0
Samba issue accessing shares by IP address
...dress. First a little background. Recently, our domain controllers were upgraded and I had to tweak the smb.conf file by changing security from DOMAIN to ADS and adding a setting for realm. My smb.conf file looks like this (names and IP addresses have been changed): [global] workgroup = OUR_DOMAIN printing = cups printcap name = cups printcap cache time = 750 cups options = raw map to guest = Bad User include = /etc/samba/dhcp.conf logon path = \\%L\profiles\.msprofile logon home = \\%L\%U\.9xprofile logon drive = P:...
1998 Dec 18
1
8.3 filename format
...pper or lower case, just 8.3. Whether I set "mangled names" to yes or no, his program fails for the long filenames. Besides the relevant pieces of my smb.conf file, is there anything else that would help diagnose the problem? Thanks for your help. # Global parameters workgroup = Our_Domain netbios name = SAMBA server string = SAMBA (%v, %h) interfaces = vv.xx.yy.zz/21 security = SERVER encrypt passwords = Yes password server = Our_PDC Our_BDC log level = 5 log file = /var/opt/samba/logs/log.%m max log size = 1024...
2003 Nov 10
8
winbindd panic daemon dies
Hi All, can anyone make any sense of the error below, please advise if I need to log this as a bug but I'm not sure how to further diagnose what is happening. This is from my winbindd log file, thanks Andy. [2003/11/07 17:47:59, 1] nsswitch/winbindd.c:main(832) winbindd version 3.0.0 started. Copyright The Samba Team 2000-2003 [2003/11/07 17:48:00, 1]