<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SAMBA in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056142#M6311</link>
    <description>Yes Steven, I tried your suggestion. Still no luck. Thanks anyway. Any suggestion appreciated.</description>
    <pubDate>Mon, 25 Aug 2003 19:05:39 GMT</pubDate>
    <dc:creator>Nobody's Hero</dc:creator>
    <dc:date>2003-08-25T19:05:39Z</dc:date>
    <item>
      <title>SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056136#M6305</link>
      <description>Hi All,&lt;BR /&gt;I am running SAMBA on a Redhat9 system using Samba ver 2.2.7a. Everything is working properly. I configured it through SWAT and my linux system talks to Win2k just fine. Here is my problem. The NT side of the house wants to administer the shares from the NT end, not SWAT on the linux box. When I go to Control Panel,Admin Tools,Computer Management and connect to another computer(Linux SAMBA) I can see the shares. If I try to modify the permissions I get an access denied. Can someone clue me in on what to try to fix this.&lt;BR /&gt;Attached is my config file.</description>
      <pubDate>Mon, 25 Aug 2003 16:52:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056136#M6305</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-08-25T16:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056137#M6306</link>
      <description>Greetings Robert,&lt;BR /&gt;&lt;BR /&gt;swat is nice, but working the configuration files yourself is better.&lt;BR /&gt;&lt;BR /&gt;On the Linux Box:&lt;BR /&gt;&lt;BR /&gt;modify the smb.conf file resetart samba&lt;BR /&gt;&lt;BR /&gt;service samba restart&lt;BR /&gt;&lt;BR /&gt;On the NT box: Make your changes, and reboot the box after the change.  Getting NT changes to take and be properly available to non-windows client is an annoying design flaw in Windows itself.&lt;BR /&gt;&lt;BR /&gt;I think swat looks nice but stopped using it for day to day changes months ago.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 25 Aug 2003 17:19:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056137#M6306</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-08-25T17:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056138#M6307</link>
      <description>I haven't worked much with Samba lately, but my old knowledge says that in order to do what you want, you must join your Samba server to the Windows domain. See &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://de.samba.org/samba/docs/man/Samba-HOWTO-Collection.html#AEN401" target="_blank"&gt;http://de.samba.org/samba/docs/man/Samba-HOWTO-Collection.html#AEN401&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;for more details. As I've seen from your configuration file, you had done this ok - at least on Samba configuration file (have you issued the "smbpasswd -j" command?). &lt;BR /&gt;&lt;BR /&gt;Also, as this links points out, there's the way of using WinBind for you don't have to create UNIX/Linux and NT accounts back and forth:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://de.samba.org/samba/docs/man/winbind.html" target="_blank"&gt;http://de.samba.org/samba/docs/man/winbind.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Paulo Fessel</description>
      <pubDate>Mon, 25 Aug 2003 17:33:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056138#M6307</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2003-08-25T17:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056139#M6308</link>
      <description>Steven, Thanks,&lt;BR /&gt;&lt;BR /&gt;Not sure about your answer. I am confused. I understand about configuring a share through swat or config file. What I am trying to do is administer the shares from the NT side. Am I confusing you?</description>
      <pubDate>Mon, 25 Aug 2003 17:33:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056139#M6308</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-08-25T17:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056140#M6309</link>
      <description>It is quite easy to confuse me today.&lt;BR /&gt;&lt;BR /&gt;First day in the office in two weeks.&lt;BR /&gt;&lt;BR /&gt;In order to administer the shares from the NT side the following needs to be set up:&lt;BR /&gt;&lt;BR /&gt;A user created on the Linux side with rights and a password to administer all the shared folders.  It should not be root.  It should not be the samba user in /etc/passwd&lt;BR /&gt;&lt;BR /&gt;Next for full access, the command smbpasswd -a &lt;USERNAME&gt; &lt;PASSWORD&gt; needs to be executed on the Linux server.&lt;BR /&gt;&lt;BR /&gt;Then the NT user browses onto the shares, and at first attempt should be prompted for a user name and password.&lt;BR /&gt;&lt;BR /&gt;Do I sound less confused this time?&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/PASSWORD&gt;&lt;/USERNAME&gt;</description>
      <pubDate>Mon, 25 Aug 2003 17:51:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056140#M6309</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-08-25T17:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056141#M6310</link>
      <description>Thanks Steven,&lt;BR /&gt;Yes I am just back from vac also, a little foggy. I'll try your suggestion, and re-post tomorrow. I'll assign points then too. I am a little tired right now, I think I'll go home.</description>
      <pubDate>Mon, 25 Aug 2003 18:33:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056141#M6310</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-08-25T18:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056142#M6311</link>
      <description>Yes Steven, I tried your suggestion. Still no luck. Thanks anyway. Any suggestion appreciated.</description>
      <pubDate>Mon, 25 Aug 2003 19:05:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056142#M6311</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-08-25T19:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056143#M6312</link>
      <description>I am not defeated.....&lt;BR /&gt;&lt;BR /&gt;on the Linux box.&lt;BR /&gt;&lt;BR /&gt;cd /share&lt;BR /&gt;&lt;BR /&gt;chown admin:adgrp *&lt;BR /&gt;&lt;BR /&gt;chown admin:adgrp /share&lt;BR /&gt;&lt;BR /&gt;admin is the user created in the prior step to administer the shares.  The adgroup is the same thing.&lt;BR /&gt;&lt;BR /&gt;Now access should not be denied.&lt;BR /&gt;&lt;BR /&gt;The users accessing and modifying this data should be in a common group.&lt;BR /&gt;&lt;BR /&gt;I know you're probably home, but give it a shot and let me know what happens.  I get home late today, but will try and play with a Red Hat 9 box when I get there.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 25 Aug 2003 19:24:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056143#M6312</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-08-25T19:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056144#M6313</link>
      <description>Steven,&lt;BR /&gt;I really appreciate your help on this. We don't have a contract for RH9 support yet and people are beating me up on this. I created an "admin" user and a "adgrp" group. I changed permissions on the share to amin:adgrp. Still no luck. Do I need to run a "smbpasswd -t 'domain-name' to add Samba to the NT domain?&lt;BR /&gt;Any help is appreciated, greatly.&lt;BR /&gt;&lt;BR /&gt;RPM</description>
      <pubDate>Tue, 26 Aug 2003 11:18:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056144#M6313</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-08-26T11:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056145#M6314</link>
      <description>I'm positive now: to accomplish this you'll need to join your machine to your NT Domain. You'll have to:&lt;BR /&gt;&lt;BR /&gt;* create a machine account on your PDC. In Windows 2000, you'll have to go to your AD server, create a "New Computer" object. You'll have to check the box "Allow pre-Windows 2000 computers to use this account". Make sure the user that can join the computer to the domain is correct.&lt;BR /&gt;&lt;BR /&gt;* join the Samba server to the domain by using smbpasswd -r PDC_NAME -j DOMAIN_NAME, where PDC_NAME is the name of the AD server; DOMAIN_NAME should be self-explicative. ;-)&lt;BR /&gt;&lt;BR /&gt;Also, make sure that your Samba configuration has these lines:&lt;BR /&gt;&lt;BR /&gt;encrypt passwords = Yes&lt;BR /&gt;security = domain&lt;BR /&gt;workgroup = "name of NT domain"&lt;BR /&gt;password server = *&lt;BR /&gt;&lt;BR /&gt;As per Samba documentation, when you use "password server = *" smbd will find a password server for you.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Paulo Fessel</description>
      <pubDate>Tue, 26 Aug 2003 13:00:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056145#M6314</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2003-08-26T13:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056146#M6315</link>
      <description>OK I am part of the domain now. This worked fine. Thanks. However, I still get access denied when trying to change permission on a share from the NT side.</description>
      <pubDate>Tue, 26 Aug 2003 16:49:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056146#M6315</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-08-26T16:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056147#M6316</link>
      <description>Try to increase the log level of samba with&lt;BR /&gt;&lt;BR /&gt;smbcontrol -d 4 smbd debug&lt;BR /&gt;&lt;BR /&gt;and take a look to see if you find something disturbing when you're trying to change share permissions. Post the results in the forum if you can.&lt;BR /&gt;&lt;BR /&gt;[]'s&lt;BR /&gt;Paulo Fessel</description>
      <pubDate>Tue, 26 Aug 2003 17:34:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056147#M6316</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2003-08-26T17:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056148#M6317</link>
      <description>Alas, it's "smbcontrol smb debug 4". &lt;BR /&gt;&lt;BR /&gt;"smbcontrol -d" will only affect the debug level of smbcontrol itself.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Paulo Fessel</description>
      <pubDate>Tue, 26 Aug 2003 17:59:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056148#M6317</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2003-08-26T17:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056149#M6318</link>
      <description>The files are owned by the admin user on the Linux and the group.&lt;BR /&gt;&lt;BR /&gt;Now, whats the permissions on them.&lt;BR /&gt;&lt;BR /&gt;cd /directory  # I forget the name.&lt;BR /&gt;&lt;BR /&gt;ll&lt;BR /&gt;&lt;BR /&gt;The owner of the files should be displayed, and for the admin user to make changes to the files, there needs to be write permissions.&lt;BR /&gt;&lt;BR /&gt;You probably need to make sure the owner has w write rights.&lt;BR /&gt;&lt;BR /&gt;Same as the directory.&lt;BR /&gt;&lt;BR /&gt;ll /directory&lt;BR /&gt;&lt;BR /&gt;The owner should be the user you created and after the d the first three characters should include a w.&lt;BR /&gt;&lt;BR /&gt;example.&lt;BR /&gt;&lt;BR /&gt;ll /directory&lt;BR /&gt;drwx------&lt;BR /&gt;&lt;BR /&gt;Those last six dashes aren't important because the owner is administering them. To administer this share, you are going to need w(write) permissions to at least the owner.&lt;BR /&gt;&lt;BR /&gt;As far as the overall goal, NT connected as the admin user should be able to make changes, but to actually connect to it and change the share characteristics, I'm not so sure that level of compatability is there. I fuzzily remember an instructor at HP World 2002 saying this was possible.&lt;BR /&gt;&lt;BR /&gt;Perhaps one of the options in your smb.conf file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Very good call and getting integrated into the domain.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Aug 2003 19:19:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056149#M6318</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-08-26T19:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056150#M6319</link>
      <description>Hello, Robert. Did the logs show something?&lt;BR /&gt;&lt;BR /&gt;Let us know.&lt;BR /&gt;&lt;BR /&gt;[]'s&lt;BR /&gt;Paulo Fessel</description>
      <pubDate>Thu, 28 Aug 2003 12:38:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056150#M6319</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2003-08-28T12:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056151#M6320</link>
      <description>OK, The logs show nothing that will help me. I turned debug up, still no help. I did learn something. If I go through the NT side,(computer management), select a share. I can change 'share permissions' successfully, if I add a group to the share. If I add individual users, the permissions look like they take, but they dont. Not a problem, I just created user groups on the NT side and now I can add and manipulate the 'share permissions'. Now I still can't change 'security permissins'. I use computer management, select a share, select the security tab, try to change permissions and I get 'access denied' still. Sooo, I can change 'share permissions' from the NT side, but still can not change 'security permissions' from the NT side. I am stumped. I am leaning toward looking into acl's, but I really dont have a clue. Any help is appreciated. I really need to get this to work.&lt;BR /&gt;&lt;BR /&gt;10x&lt;BR /&gt;RPM</description>
      <pubDate>Fri, 29 Aug 2003 10:29:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056151#M6320</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-08-29T10:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056152#M6321</link>
      <description>Perhaps this is the piece that is missing.&lt;BR /&gt;&lt;BR /&gt;For each share you want to manage from windows, add the line "admin users = admin".&lt;BR /&gt;&lt;BR /&gt;From the smbd.conf man page:&lt;BR /&gt;&lt;BR /&gt;"admin users (S)&lt;BR /&gt;&lt;BR /&gt;"This is a list of users who will be granted administrative privileges on the share. This means that they will do all file operations as the super-user (root).&lt;BR /&gt;&lt;BR /&gt;"You should use this option very carefully, as any user in this list will be able to do anything they like on the share, irrespective of file permissions.&lt;BR /&gt;&lt;BR /&gt;"Default: no admin users&lt;BR /&gt;&lt;BR /&gt;"Example: admin users = jason"&lt;BR /&gt;&lt;BR /&gt;See also the directive "username map".&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Paulo Fessel</description>
      <pubDate>Fri, 29 Aug 2003 20:43:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba/m-p/3056152#M6321</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2003-08-29T20:43:00Z</dc:date>
    </item>
  </channel>
</rss>

