similar to: Can't Join Domain "The User name cannot be found"

Displaying 20 results from an estimated 50000 matches similar to: "Can't Join Domain "The User name cannot be found""

2007 Mar 23
2
Domain Member Server Problem
We have a Windows Domain NT. We are setting up four samba Servers, two new and 2 legacy servers. The new server are Ubuntu AMD64 Linux with Samba 3.0.22 One of these is the PDC. The legacy Servers are Solaris 8 running Samba 3.0.24. We are using winbindd and local tdb files on the PDC for authentication. We plan to migrate to LDAP latter. I have used SWAT to configure each server. I have
2010 Jan 25
1
Problem Samba Share
I'm running out of things to check. I have two servers running Samba 2.3.3, one as a Domain Controller one as a Member Server. Both are running Ubuntu 8.10. smbd, nmbd and winbindd using the tdb back end are running on both. On the Member Server when I access the [Projects] share everything works as expected. When I access the [Windows] share I get prompted for a user name and password
2008 Nov 26
2
Cannot Delete File
I just upgraded my Member Server to 3.2.4 on Ubuntu. I have a permissions problem. Users can create files on the Samba shares but they cannot delete files. Here is a typical share definition. [Testing] comment = Test for Samba path = /files/test browseable = yes writeable = yes create mask = 0764 directory mask = 0775 On the Linux side I can do
2010 Jan 13
2
User and GRoup mapping
I have two servers running Samba, one as a Domain Controller one as a Member Server. Both are running Ubuntu 8.10 and running smbd, nmbd and winbindd using the tdb back end. I am having a problem understanding ID mapping. The mapping is not the same on both machines. On the Domain Controller > root at thelma:/etc/init.d# wbinfo -i 'ATLANTA\rob' > rob:*:1000:2003:Robert
2018 Jul 08
4
Setting up new samba-ac-dc on Ubuntu 18.04 - KDC not FOUND
I have been running a small domain for years. I finally decided to move the domain to ad. I am also upgrading the server from Ubuntu i6.04 LTS to 18.04 LTS I installed the new server on a new RAID array and loaded the Ubuntu LAMP stack. I installed samba. I have gone through a few tutorials which offer differing recommendation on some things. All were based on either Debian or Ubuntu. I
2010 Jan 14
1
Different Access to 2 Share with the same smb.conf
I have a problem with accessing two share. Sigma works as expected one Windows always asks for a login name even though their smb.conf entries are the same; I even tried adding public to the Windows share with no success. [Sigma] Comment = Sigma Design Data path = /files/Lucretia/Sigma writeable = yes browseable = yes create mask = 0764 directory
2008 Nov 25
2
Users cannot access shares on member server after restart
I've posted about this problem several times but so far nothing has worked. Whenever I restart my samba servers the member server refuses to authenticate users. Sometimes is will only authenticate some users on some shares. Usually by fiddling with it I can eventually get it to work but I can't identify the solution so I can replicate it. Once it finally starts to work it works
2005 Oct 20
2
New to Wine
I am new to Wine and recently tried to get an application to run under Wine. I was able to get the application to work by copying a working Program Files folder to the .wine directory. There were two (really 3) problems. 1) Install Shield failed to work, I gather this is a common problem 2) The App uses a Rainbow Technologies hardware lock. 3) Install Shield for the hardware lock drivers
2010 Jan 26
1
Missing record in share-info.tdb
I may have a clue. I have two servers running Samba 3.2.3, one as a Domain Controller one as a Member Server. Both are running Ubuntu 8.10. smbd, nmbd and winbindd using the tdb back end are running on both. On the Member Server when I access the [Projects] share everything works as expected. When I access the [Windows] share I get prompted for a user name and password but no combination
2010 Jan 22
1
wbinfo, net, getent and groups
I have two servers running Samba 2.3.3, one as a Domain Controller one as a Member Server. Both are running Ubuntu 8.10. smbd, nmbd and winbindd using the tdb back end are running on both. I am don't understand the results. As far as I can tell I have everything configured as it should be. The basic globals for the DC [global] workgroup = ATLANTA time server = Yes
2010 Jan 21
2
Samba Permissions Problem
I need help understanding what is happening and trouble shooting. I have two servers running Samba 2.3.3, one as a Domain Controller one as a Member Server. Both are running Ubuntu 8.10. smbd, nmbd and winbindd using the tdb back end are running on both. I have two shares on the member server and as far as I can tell they are identical. [Projects] works as expected but [Windows] always asks
2018 Aug 05
3
Setting up new samba-ac-dc on Ubuntu 18.04 - KDC not FOUND
OK I'm back on this after a tour through firewalld and other issues. I see Louis has posted his how to on git-hub. It seems very helpful I also see his method uses the Ubuntu resolver but also uses bind9 so I'm not sure whether his method can be adapted to using the internal DNS in Samba. In setting this up one of my main goals is to limit the amount of customization I do as I have
2008 Nov 18
1
erratic winbind authentication
I have had a long term problem with my set up. winbind authentication is erratic. Whenever I restart one of my servers the member server refuses to authenticate users. Sometimes is will only authenticate some users on some shares. Usually by fiddling with it I can eventually get it to work but I can't identify the solution so I can replicate it. Once I get can finally get it to work it
2007 Mar 25
2
Roaming Profiles Problem
I am moving our Samba Server from Solaris to Linux on a new server. I have the users moved the users home directories moved and showing up correctly on the workstations. The Profiles are in the Users home directory. Users profiles seem to be saving correctly and being read, however no changes can be made to them. The new server are Ubuntu AMD64 Linux with Samba 3.0.22 One of these is the
2018 Aug 05
2
Setting up new samba-ac-dc on Ubuntu 18.04 - KDC not FOUND
Rowland Penny via samba wrote: > If you are only going to have one DC, then the internal DNS server is > okay, it just doesn't work as well as Bind9. Once you have more than > one DC (which is the recommendation), then it is better to use Bind9. I have two other servers. Once the ad-cd server is up the I plan to have the other servers moved to ad and act as alternate dcs > Louis
2016 Jan 11
2
Samba AD with Microsoft Account
In a related problem. I've tried linking my Office365 account. I get through the sign-in process but when it is attempting to link the device I can an error message stating: *We weren't able to register your device and add your account to Windows. Your access to org resources may be limited.* The domain account I am logged in with is part of the Domain Admins group so I don't think
2018 Aug 05
0
Setting up new samba-ac-dc on Ubuntu 18.04 - KDC not FOUND
On Sun, 5 Aug 2018 15:27:29 -0500 Robert Steinmetz AIA via samba <samba at lists.samba.org> wrote: > OK I'm back on this after a tour through firewalld and other issues. > > I see Louis has posted his how to on git-hub. It seems very helpful > > I also see his method uses the Ubuntu resolver but also uses bind9 so > I'm not sure whether his method can be
2016 Jan 11
2
Samba AD with Microsoft Account
Yes I have provisioned the samba server as an Active Directory domain controller (I mentioned that in the first e-mail). The reason for linking the two is to provide easy access to additional MS services that won't be hosted internally (e.g. OneDrive, Skype, MS Store). Ultimately I am using this as a private domain at home to simplify device management but I want to continue be able to use
2016 Jan 11
2
Samba AD with Microsoft Account
On 11.01.2016 20:37, Rowland penny wrote: > On 11/01/16 19:26, Jean-Philippe Steinmetz wrote: >> Yes I have provisioned the samba server as an Active Directory domain >> controller (I mentioned that in the first e-mail). >> >> The reason for linking the two is to provide easy access to >> additional MS >> services that won't be hosted internally (e.g.
2003 Feb 27
5
Weird..
I have a machine with 'samba + winbind' installed ... everything works fine. its my beta-machine.. so i used norton ghost to clone it to another computers, and as usual it works good, so i decided to do it with 5 machines. at the end of the procedure i changed the ip of each one and the netbios name.... so i have 5 cloned machines with 'winbind+samba' and thats good.. but if i