OpenSUSE Network :: Samba: Only Domain Admin Can Save Profile
Apr 4, 2011
I'm trying to replace a 2k3 server with openSUSE. So far I was able to get working DHCP, DNS, SQUID and SAMBA with LDAP backend.Samba works ok login users and creating home and profile folders but somehow only the Domain Admin (administrator) account will automatically save the profile. The administrator account belongs to the ntadmins group while the rest of the users belong to ntusers group.
When I change a common user from ntusers group to ntadmins the profile will save without problem. If I change it back to it's original group the profile will be read but not updated on log off.Folder permissions seems to be ok. The network share (\pdcprofiles.msprofile aka Z is being connected with no problem and all users can read and write from and to it.
View 2 Replies
ADVERTISEMENT
Jun 10, 2010
Im running a Samba server as a PDC
Every thing works fine When I log in it creates a folder on the server for the user. when the user logs out, it is copying the user data to the server, for example folders like Documents,Favorites and so on.
My problem is,Im using a Dutch version of Windows 7 but the folders sync are English
View 4 Replies
View Related
Jul 23, 2010
i have a ubuntu server box with samba 3 as domain controller with all windows 7 clients.i am wanting all users to have local admin rights so they can install programs etc.
View 1 Replies
View Related
Mar 9, 2010
I have sucessfully joined my machine to Windows Active Directory (it wasn't all that complicated ). I was wondering where the uid information for users that login is located and managed? The reason I ask is because we are going to set up a separate NFS server and NFS relies on the uids of the users. I know there are numerous ways I can view the uid for a user (through the use of the id <username> command, do an ls on the /home directory displaying the uid instead of the translated name, etc), but is there a way to have this readily available (almost as the /etc/passwd file is)?
View 1 Replies
View Related
Jun 9, 2010
I was wondering if there is any way to enable an MS Windows client that is otherwise unable of joining a domain to join a domain controlled by (open)SUSE? Is that inability only for joining a Windows based domain but a client that runs XP Home Edition or similar domain- incapable version of Windows could join a domain if it was controlled by Linux?Pardon my newbie style, but answer doesn't have to be detailed step-by-step, just yes/no answer with some pointers would do. I am not new to linux but new to network services... search engines weren't friendly when asked this question at the search bar...
View 2 Replies
View Related
Feb 22, 2010
I have two types of OS in my network windows (XP,7) and linux (debian 5.03, ubuntu 9.10 8.04, fedora 8) all of linux can see an reach the windows shared folders but windows can not reach linux shared folders what can I do fo fixing this problem what should I follow. I have to say I disabled all of windows firewalls; and all linuxs can reach each other shared folders. (My network is Workgroup not domain).
View 2 Replies
View Related
Oct 29, 2010
I have an OpenSuSe Server configured with DNS, Samba (PDC + WINS), LDAP, Squid All this is in a hybrid scenario with other OpenSuse acting as clients and some Windows 7 also as clients. Everything works perfect. Both systems are able to join and authenticate in the Samba server very smoothly.
My problem is that in my workspace I have several different subnets/VLANS. So I have another OpenSuSe client here that needs to join the domain and authenticate with the samba server, but he just cant find it via the Windows Domain Membership setup screen (where I usually configure the others).
The server can pe pinged, and it does resolv local domain names. It seems the problem is that I have no place to configure a PDC/WINS server in Linux Client. It only asks me for the domain to join, and then it doesnt find it (Im guessing this happens because it cant receive the broadcasts from the server network).
Is there any way to declare the Samba/PDC/WINS server on the client side?
View 10 Replies
View Related
Mar 3, 2010
I'm trying to setup a Ubuntu workstation in a corporate environment, right now just as a proof of concept but hopefully soon I will do the real thing. The problem is trying to establish a Linux equivalent of a roaming profile. The user logs into the Ubuntu Machine using their Windows Active Directory Credentials. (A big victory) Then I would like the client to mount their /home folder off of a Windows 2008 Small Business Server. So far I can make Ubuntu mount everyone's /home folders but I would like to narrow it down to only mount the specific user who has logged in and with proper permissions.
Mount the proper /home folder from the server with that users permissions so they are the owner, have full access etc. Only Mount the current users folder. Or any logged on etc. (I just don't want to mount every folder for every user that exists in Active Directory) Do it automagically.
I login as "dirtandgas est" (dirtandgas is our test domain) and here is the line from the FSTAB that's used to mount the directory.
Code:
//server/redirectedfolders /home/DIRTANDGAS cifs credentials=/root/.smbcredentials,iocharset=utf8,file_mode0777,dir_mode0777,rw,uid=892863608 0 0
Now I know if I changed that to the following, it would only mount the one directory, but I don't want to have to maintain the FSTAB on each computer for each user. (the point of using active directory)
[Code]....
View 4 Replies
View Related
Apr 20, 2011
First off, since this seems like a networking issue I put it here, but if it should be somewhere else, the powers that be should definitely move it over.
I'm using Ubuntu 10.10 on Dell Presario M2000 I have made sure that all updates have been done.
As the subject states, the admin account (mine which I'm posting to the forum with right now) can access the internet and see webpages. The user account on this laptop (my underaged sister who my parents don't want full access to the computer) will not access any webpages, it just continually looks like its loading.
I have made sure the wireless card drivers are installed and activated.
Also, I ran iwconfig and ifconfig and here are their results
p { margin-bottom: 0.08in; } Results of iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bg ESSID:"myqwest4137"
[Code]....
These were both run from the user account. At this point it looks like its connecting to the internet through the wireless card as I was also able to run the update manager through the user account and have it download the updates (after putting in my admin password of course).
View 2 Replies
View Related
Jun 27, 2011
i need to allow window domain controller user to use file share of linux.windows DC user can see the share file and directories of linux file server but not able to access.
below is brief--
I have a Linux machine which is on my network but not on my domain. I have configured SAMBA FILESERVER for file sharing purpose. I have a Windows XP PC which is on the domain(windows server) that I am trying to connect to a share on the Linux box. I supply my credentials but regardless of which login I use I always get Logon Failure. I have created an account on the Linux machine with the same user name and password as my domain account but so far no luck. Can I connect from a domain PC to a non-domain Linux box? Is there something else I should be checking?
View 14 Replies
View Related
Jul 23, 2010
on the same SAMBA server, can I have a net logon profile for WinXP and another for Win7?
View 6 Replies
View Related
May 13, 2010
The company I work for, as usual, is Microsoft-centric. I'm attempting to integrate my Ubuntu server into the domain to allow domain users to authenticate to the server and access file shares using Samba. Here's my current configuration:
[Code].....
View 9 Replies
View Related
Aug 26, 2010
On all of my xp clients no matter what the username is is I am continously getting the error saying that the profile cannot be found. I just built this domain recently and since day 1 the roaming profiles have not worked.
here is my smb.conf:
# Primary Domain Controller smb.conf
# Global parameters
[global]
unix charset = utf8
[code].....
View 1 Replies
View Related
Feb 23, 2010
I have already windows 2003 server with active directory, with 200 + user accounts and each user has allocated a specific disk quota. Now i want to install suse on client side so that it can do all same things as windows clients does(active directory login and disk quota). I have downloaded 11.2 suse linux and installed all samba required pakages and also joined the windows domain (2003 server). how can i access my user space located on win 2003 server from my linux client machine.
View 3 Replies
View Related
Jun 25, 2010
In short: browsing the internet with domain names does not work. The long version: I've configured my network with DHCP and ifup. Ping works on my internal net and with servers in the internet. Dig work's too! I get the right IP to the requested domain. When i try to access the internet using firefox or even wget i get an DNS error. For example wget is showing the following error: Resolving heise.de... failed: Name or service not known. wget: unable to resolve host address 'heise.de'
Again dig show me the right IP and if i add the entry to /etc/hosts it work's too! I've even tried it with manually setup of ip address, nameserver and default gateway but with the same result. Switching off the firewall has no effect on this problem, too.
View 9 Replies
View Related
Nov 27, 2009
I can successfully connect to a remote Windows Computer using Terminal Server Client but I cannot save the profile (Fedora 12).This means I have to enter the details every time I wish to connect. As I have many different remote locations I need to access on a regular basis is there any way to save the profiles?
View 6 Replies
View Related
Jan 3, 2011
I have update my linux server from mandriva 9 to mandriva 2010
I was working using samba 2.2.8 and now I have samba 3.5.3.I have transfer all passwd and smbpasswd to new linux.I have convert smbpasswd to tdbsam
when i am using win xp to logon on samba domain the windows XP does not load profiles from samba. I think that the problem is NTUSER.DAT storing in /home/user/profile
The same profile is working using samba 2.2.8 but not working in samba 3.5.3..
View 1 Replies
View Related
Oct 8, 2009
I have to rename a group of machines in my little samba domain (tbd backend) but there is an ugly bug that makes this impossible. have set 'rename user script' variable corectly, also checked all configurations.When i change computer name in my windows box, it shows an error saying something like "Error calling remote procedure"Looking on server side, username for the machine gets correctly changed in /usr/passwd, and also in samba database.But samba log says:
===============================================================
[2009/10/08 11:10:32, 0] lib/fault.c:fault_report(42)
INTERNAL ERROR: Signal 11 in pid 11052 (3.0.33-3.7.el5_3.1)
[code]....
View 3 Replies
View Related
Feb 27, 2010
I am using Unbunto desktop and installed "likewise open" so that my linux client can access windows active directory(join the domain). On server side i have windows 2003 server. On windows 2003 server in active directory i have assigned each user a disk space. I have sucessfully joined linux (ubunto) box to the active directory domain but my linux box has access ($ it can use) to all other user diskpace ( they can browse other users) and when i joined windows xp client with the same server it works properly( xp client cant access or use other diskpace)
View 1 Replies
View Related
Apr 28, 2009
At the school i work in i have a server2k3 server that provides a domain to all the windows clients, aswell as a fedora server that acts as an imaging machine and webserver.
Im rather concious of the fact that if for any reason the Server2k3 server was to die there is no backup of active directory, or anything that can take its place whilst a replacement is found.
So is it possible to use a fedora machine with samba as a secondary domain controller? so it can be used as a login server, and has a copy of AD.
View 1 Replies
View Related
Aug 26, 2010
I am just started to setting up a samba PDC at our office.MY problem is my xp client is logging in to server but not loading the profile.its booting with tmp profile and whatever the changes I do in that profile.its not updating that in the server. And my client.log file is showing following error. '/home/user4' does not exist or permission denied when connecting to [user4] Error was Permission denied. I gave full right to /home/user4.But still its giving this error. User4 is given same password for linux and samba. How can I add a profile of user to smb pdc?
RHEL 5.0
Samba version is 3
View 1 Replies
View Related
Aug 5, 2010
I am using opensuse 11.2 with a server that has a static ip from my isp and the ip is working. I have tried with an old domain but I cannot try anymore with it. I have installed yast dns server and configured it normally. When I will buy a new domain i will asign those nameserver(s) to ns(x).domain.com with my ip address.
When the changes will take effect at the registrar it will point to my dns server. I have added two forwarders to my isp domain name servers and a zone with mydomain.com and for testing I don't have firewall. The dns server is started at boot time. That's all that is required to be done? I have to set other things before I buy the domain?
View 4 Replies
View Related
Oct 7, 2010
I'm trying to set up an openSUSE 11.2 host as NIS client and I would like to knowwhether or not it can be client of two (or more) NIS domains. The reason is thatsome users are authenticated on server1 (nis-domain1) and some others on server2(nis-domain2).Trawling the web, I found a HP document stating that a client can belong to one NIS domain only. However, the yast NIS client interface allows adding NIS domains/servers to the seemingly default one. I'm totally confused.I made the following experiment:1. declaring nis-domain1 in /etc/defaultdomain and server1 in /etc/yp.conf: ypwhich returns server1, ypcat passwd lists the users on server1.2. in the yast interface, I added nis-domain2 and server2; in /etc/yp.conf, there is an extra line "domain nis-domain2 server server2". After reboot, ypwhichreturns server2, ypcat passwd lists the users on server2. But now the maps from server1 are no longer available.
View 4 Replies
View Related
Jul 12, 2009
I'm trying in the company where I work to persuade my co-partners to move slowly into the world of linux, but because everything are set up on Windows is quite difficult. Though I can install at least in one PC openSuse or Ubuntu (I prefer openSuse), but the problem is that I have to find a way to make the authentication to a Windows Domain, which is running Windows Server 2003.
How is this possible? Is this procedure painless or I have to read a lot of staffs in order to make it work? I would be obliged if you could give me some steps on how to do it. I can't stand windows any more
View 5 Replies
View Related
Nov 19, 2010
Where can I find information about how to get OpenSUSE 11.3 to join a Windows Domain that uses Kerberos?
View 1 Replies
View Related
Sep 1, 2011
In windows, I was able to download a domain's html pages as pdf and even follow links as hyperlinks using Adobe Acrobat. Any such software for ubuntu?
View 4 Replies
View Related
Jun 1, 2009
I am trying for the last many days to setup my opensuse 10.3 as Samba PDC Server according to the URL mentioned below, but in vain:How to setup SUSE 10.3 as Samba PDC - openSUSE When ever I try to join a Windows XP machine to the domain setup on Opensuse, I get the error:'The following error occured while attempting to join the domain. The network path was not found'. What could be the reason for this error despite of the fact the I am able to ping the FQDN of the PDC from the XP machine, but the XP machine simply denies to join the domain because of the above mentioned error.
View 7 Replies
View Related
Mar 25, 2010
Installed a security update for samba tonight via Opensuse updater.Now, when trying to access my home network an authentication box pops up (never used to)Asks me to enter authentication for my home network.I enter my username and password and hit enter. After a few seconds the authentication box pops up again askingfor the same indicating I have entered the wrong username / password combination (which I know I have not).
View 9 Replies
View Related
Jan 21, 2010
i m working on roaming profile where linux is the server & windows is the client... i m implementing it using samba as pdc my linux version is 2.6.27.5-117.fc10.x86_64 but my samba server is not working windows is not authenticating my domain name following is the copy of my smb.conf file
Quote:
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options (perhaps too
# many!) most of which are not shown in this example
[code].....
View 52 Replies
View Related
Apr 16, 2010
I have the following problem: I can't authorize with my central WinNT 4.0 domain controller. I set up all parameters in YaST, but still can't see any shares or get inet access.I am using gnome and it shows several windows workgroups. While I am trying to open it, gnome shows a window to request my login credentials. I am setting up all thing right and then it shows it again. I tried smbclient utility to login, but still can't login.What can I do about it?Also I have some problems with my http proxy: suse doesn't sent it my login/password while I can easily work with proxy, that doesn't request it
View 1 Replies
View Related