<?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: linux file server and windows AD in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-file-server-and-windows-ad/m-p/4457827#M82206</link>
    <description>&lt;A href="http://sites.google.com/site/techworldgroup/Home/smb.conf" target="_blank"&gt;http://sites.google.com/site/techworldgroup/Home/smb.conf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;here is my smb.conf file sir. i removed the linux server from AD and joined it again.&lt;BR /&gt;&lt;BR /&gt;the following giv correct results&lt;BR /&gt;=================&lt;BR /&gt;[root@fs1 ~]# wbinfo -t&lt;BR /&gt;checking the trust secret via RPC calls succeeded&lt;BR /&gt;[root@fs1 ~]# wbinfo -u&lt;BR /&gt;administrator&lt;BR /&gt;guest&lt;BR /&gt;iusr_thephenomenon&lt;BR /&gt;iwam_thephenomenon&lt;BR /&gt;support_388945a0&lt;BR /&gt;krbtgt&lt;BR /&gt;user1&lt;BR /&gt;user2&lt;BR /&gt;user3&lt;BR /&gt;user4&lt;BR /&gt;[root@fs1 ~]# wbinfo -g&lt;BR /&gt;domain computers&lt;BR /&gt;domain controllers&lt;BR /&gt;schema admins&lt;BR /&gt;enterprise admins&lt;BR /&gt;domain admins&lt;BR /&gt;domain users&lt;BR /&gt;domain guests&lt;BR /&gt;group policy creator owners&lt;BR /&gt;dnsupdateproxy&lt;BR /&gt;gr1&lt;BR /&gt;gr2&lt;BR /&gt;[root@fs1 ~]#&lt;BR /&gt;===========&lt;BR /&gt;&lt;BR /&gt;but when i do a &lt;BR /&gt;[root@fs1 ~]# su - user1&lt;BR /&gt;id: cannot find name for user ID 16778326&lt;BR /&gt;id: cannot find name for group ID 16778328&lt;BR /&gt;id: cannot find name for user ID 16778326&lt;BR /&gt;[I have no name!@fs1 ~]$&lt;BR /&gt;&lt;BR /&gt;wonder why this happens. when i initially joined the linux machine to the AD things were working fine. in trying to share the /fs folder over samba and be able to access it from windows i screwed some pam files i think.&lt;BR /&gt;i am not too sure.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sites.google.com/site/techworldgroup/Home/system-auth" target="_blank"&gt;http://sites.google.com/site/techworldgroup/Home/system-auth&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://sites.google.com/site/techworldgroup/Home/login" target="_blank"&gt;http://sites.google.com/site/techworldgroup/Home/login&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;thanks a lot for your time</description>
    <pubDate>Tue, 14 Jul 2009 17:34:32 GMT</pubDate>
    <dc:creator>iinfi1</dc:creator>
    <dc:date>2009-07-14T17:34:32Z</dc:date>
    <item>
      <title>linux file server and windows AD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-file-server-and-windows-ad/m-p/4457822#M82201</link>
      <description>hi all,&lt;BR /&gt;i need suggestion on the following scenario.&lt;BR /&gt;we have a client requirement wherein they have a linux file server (RHEL 4/5) and windows DC and end users on windows and linux.&lt;BR /&gt;right now this is all the information i have. i have been asked to check the feasibility on this.&lt;BR /&gt;would it be sensible to share the files on the file server over samba to the windows AD and when users authenticate they are directed to their shared drives.&lt;BR /&gt;but this i feel would put a lot of load on the AD server.&lt;BR /&gt;how do i go about this?&lt;BR /&gt;i can add a RHEL machine to windows AD, but howto go about using it as a file server, i m not too sure.&lt;BR /&gt;thanks</description>
      <pubDate>Sat, 11 Jul 2009 04:07:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-file-server-and-windows-ad/m-p/4457822#M82201</guid>
      <dc:creator>iinfi1</dc:creator>
      <dc:date>2009-07-11T04:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: linux file server and windows AD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-file-server-and-windows-ad/m-p/4457823#M82202</link>
      <description>There should be no reason to make the filesharing go through the AD server.&lt;BR /&gt;&lt;BR /&gt;When the Linux server is properly joined to the AD domain, you should be able to direct the users' workstations to access the Linux server directly, just like another Windows server in the domain. You can refer to it using an UNC path like \\linuxserver\share.&lt;BR /&gt;&lt;BR /&gt;Please see the documentation on the "winbind" components of Samba.&lt;BR /&gt;&lt;A href="http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/winbind.html" target="_blank"&gt;http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/winbind.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You might use Samba's winbind component to automatically create Unix/Linux-style usernames &amp;amp; home directories for any new AD users as necessary, minimizing the need for manual configuration when adding new users. &lt;BR /&gt;&lt;BR /&gt;You'll probably want to add the winbind NSS module to /etc/nsswitch.conf, otherwise you cannot identify the owners of the users' files when using Linux native tools: without the winbind NSS module, you'll see only UID/GID numbers instead of usernames for Windows users in "ls -l" listings, for example.&lt;BR /&gt;&lt;BR /&gt;You could even use the PAM winbind module to make the Linux native services use AD for authentication information. This would allow you to consolidate *all* your user account management to the AD. (Treat the root password just like the local Administrator password on Windows servers, i.e. to be used in emergency only. Use sudo to allow some AD-configured group to access the root account, and you're all set.)&lt;BR /&gt;&lt;BR /&gt;In this configuration, you might want to use the Name Service Cache Daemon (nscd) to minimize the number of AD lookups. &lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sun, 12 Jul 2009 09:53:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-file-server-and-windows-ad/m-p/4457823#M82202</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-07-12T09:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: linux file server and windows AD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-file-server-and-windows-ad/m-p/4457824#M82203</link>
      <description>thank you sir. i will go through your post ..&lt;BR /&gt;&lt;BR /&gt;thanks for your help</description>
      <pubDate>Sun, 12 Jul 2009 12:35:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-file-server-and-windows-ad/m-p/4457824#M82203</guid>
      <dc:creator>iinfi1</dc:creator>
      <dc:date>2009-07-12T12:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: linux file server and windows AD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-file-server-and-windows-ad/m-p/4457825#M82204</link>
      <description>hi i am able to successfully add the linux file server to the windows AD.&lt;BR /&gt;i created a couple of accounts in the AD and successfully logged into the FS.&lt;BR /&gt;i think i goofed up something somewhere and i am now facing this error while logging in to X and also through command line for all AD users&lt;BR /&gt;&lt;BR /&gt;=======================================&lt;BR /&gt;/etc/gdm/PreSession/Default: Registering your session with utmp&lt;BR /&gt;/etc/gdm/PreSession/Default: running: /usr/bin/sessreg -a -u /var/run/utmp -x "/var/gdm/:0.Xservers" -h "" -l ":0" "user1"&lt;BR /&gt;id: cannot find name for user ID 16778326&lt;BR /&gt;X Error of failed request:  BadValue (integer parameter out of range for operation)&lt;BR /&gt;  Major opcode of failed request:  109 (X_ChangeHosts)&lt;BR /&gt;  Value in failed request:  0x12&lt;BR /&gt;  Serial number of failed request:  7&lt;BR /&gt;  Current serial number in output stream:  9&lt;BR /&gt;localuser:16778326 being added to access control list&lt;BR /&gt;No profile for user 'user1' found&lt;BR /&gt;id: cannot find name for user ID 16778326&lt;BR /&gt;id: cannot find name for group ID 16778328&lt;BR /&gt;id: cannot find name for user ID 16778326&lt;BR /&gt;Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry&lt;BR /&gt;&lt;BR /&gt;Failed to start message bus: Memory allocation failure in message bus&lt;BR /&gt;EOF in dbus-launch reading address from bus daemon&lt;BR /&gt;=======================================&lt;BR /&gt;&lt;BR /&gt;well i have not yet reached what i initially wanted to do with the file server. but since i am stuck with this i just thought of troubleshooting it.&lt;BR /&gt;&lt;BR /&gt;No profile for user 'user1' found&lt;BR /&gt;id: cannot find name for user ID 16778326&lt;BR /&gt;id: cannot find name for group ID 16778328&lt;BR /&gt;id: cannot find name for user ID 16778326&lt;BR /&gt;why do we get the above error? is it because that the linux machine cannot fetch the correct UID or GID?&lt;BR /&gt;&lt;BR /&gt;getting back to what i was doing, &lt;BR /&gt;i created a folder /fs with owner as root and group owner as "gr1". gr1 is a group in the windows AD.&lt;BR /&gt;under samba definitioins i wrote this,&lt;BR /&gt;[fs]&lt;BR /&gt;        comment = Home Directories&lt;BR /&gt;        path = /fs&lt;BR /&gt;        browseable = yes&lt;BR /&gt;        writable = yes&lt;BR /&gt;;       valid users = %S&lt;BR /&gt;        valid users = WIND\%S&lt;BR /&gt;&lt;BR /&gt;is this not correct? i logged in as user1 on a windows machine and tried to \\fs1\fs and found nothing. &lt;BR /&gt;thanks for your time</description>
      <pubDate>Tue, 14 Jul 2009 15:11:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-file-server-and-windows-ad/m-p/4457825#M82204</guid>
      <dc:creator>iinfi1</dc:creator>
      <dc:date>2009-07-14T15:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: linux file server and windows AD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-file-server-and-windows-ad/m-p/4457826#M82205</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;There is a communication problem between the Linux system running samba and the windows ADS system.&lt;BR /&gt;&lt;BR /&gt;I'd need to see the smb.conf file to provide further assistance.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 14 Jul 2009 17:16:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-file-server-and-windows-ad/m-p/4457826#M82205</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-07-14T17:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: linux file server and windows AD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-file-server-and-windows-ad/m-p/4457827#M82206</link>
      <description>&lt;A href="http://sites.google.com/site/techworldgroup/Home/smb.conf" target="_blank"&gt;http://sites.google.com/site/techworldgroup/Home/smb.conf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;here is my smb.conf file sir. i removed the linux server from AD and joined it again.&lt;BR /&gt;&lt;BR /&gt;the following giv correct results&lt;BR /&gt;=================&lt;BR /&gt;[root@fs1 ~]# wbinfo -t&lt;BR /&gt;checking the trust secret via RPC calls succeeded&lt;BR /&gt;[root@fs1 ~]# wbinfo -u&lt;BR /&gt;administrator&lt;BR /&gt;guest&lt;BR /&gt;iusr_thephenomenon&lt;BR /&gt;iwam_thephenomenon&lt;BR /&gt;support_388945a0&lt;BR /&gt;krbtgt&lt;BR /&gt;user1&lt;BR /&gt;user2&lt;BR /&gt;user3&lt;BR /&gt;user4&lt;BR /&gt;[root@fs1 ~]# wbinfo -g&lt;BR /&gt;domain computers&lt;BR /&gt;domain controllers&lt;BR /&gt;schema admins&lt;BR /&gt;enterprise admins&lt;BR /&gt;domain admins&lt;BR /&gt;domain users&lt;BR /&gt;domain guests&lt;BR /&gt;group policy creator owners&lt;BR /&gt;dnsupdateproxy&lt;BR /&gt;gr1&lt;BR /&gt;gr2&lt;BR /&gt;[root@fs1 ~]#&lt;BR /&gt;===========&lt;BR /&gt;&lt;BR /&gt;but when i do a &lt;BR /&gt;[root@fs1 ~]# su - user1&lt;BR /&gt;id: cannot find name for user ID 16778326&lt;BR /&gt;id: cannot find name for group ID 16778328&lt;BR /&gt;id: cannot find name for user ID 16778326&lt;BR /&gt;[I have no name!@fs1 ~]$&lt;BR /&gt;&lt;BR /&gt;wonder why this happens. when i initially joined the linux machine to the AD things were working fine. in trying to share the /fs folder over samba and be able to access it from windows i screwed some pam files i think.&lt;BR /&gt;i am not too sure.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sites.google.com/site/techworldgroup/Home/system-auth" target="_blank"&gt;http://sites.google.com/site/techworldgroup/Home/system-auth&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://sites.google.com/site/techworldgroup/Home/login" target="_blank"&gt;http://sites.google.com/site/techworldgroup/Home/login&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;thanks a lot for your time</description>
      <pubDate>Tue, 14 Jul 2009 17:34:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-file-server-and-windows-ad/m-p/4457827#M82206</guid>
      <dc:creator>iinfi1</dc:creator>
      <dc:date>2009-07-14T17:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: linux file server and windows AD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-file-server-and-windows-ad/m-p/4457828#M82207</link>
      <description>hi ... :)&lt;BR /&gt;&lt;BR /&gt;i got it. i started from scratch and got it going.&lt;BR /&gt;thanks a lot :)</description>
      <pubDate>Thu, 16 Jul 2009 11:03:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-file-server-and-windows-ad/m-p/4457828#M82207</guid>
      <dc:creator>iinfi1</dc:creator>
      <dc:date>2009-07-16T11:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: linux file server and windows AD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-file-server-and-windows-ad/m-p/4457829#M82208</link>
      <description>i have one more question.&lt;BR /&gt;while creating a file server on RHEL 5.3 we have the option of using GFS (in RHEL AP).&lt;BR /&gt;&lt;BR /&gt;if we have data may be upto 500GB-1.5 TB, will ext3 give good throughput?&lt;BR /&gt;&lt;BR /&gt;further do we need a fencing device (similar to wats used in clustering) if we use GFS?</description>
      <pubDate>Thu, 16 Jul 2009 15:46:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-file-server-and-windows-ad/m-p/4457829#M82208</guid>
      <dc:creator>iinfi1</dc:creator>
      <dc:date>2009-07-16T15:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: linux file server and windows AD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-file-server-and-windows-ad/m-p/4457830#M82209</link>
      <description>&lt;!--!*#--&gt;there are a  couple of things which i noticed &lt;BR /&gt;&lt;BR /&gt;i changed the idmap uid and gid from &lt;BR /&gt;idmap uid = 16777216-33554431&lt;BR /&gt;to &lt;BR /&gt;idmap uid = 1000-33554431&lt;BR /&gt;&lt;BR /&gt;then when i restarted winbind and smb i noticed that all the owner and group owner names went awry.this despite i had set nsswitch.conf to&lt;BR /&gt;&lt;BR /&gt;passwd:     files winbind&lt;BR /&gt;shadow:     files winbind&lt;BR /&gt;group:      files winbind&lt;BR /&gt;[code] &lt;BR /&gt;[root@fs3 shares]# ll &lt;BR /&gt;total 24&lt;BR /&gt;drwxrwx--- 2 16778332 16778331 4096 Jul 19 00:57 fin&lt;BR /&gt;drwxrwx--- 3 16778326 16778328 4096 Jul 19 01:25 it&lt;BR /&gt;drwxrwx--- 3 16778341 16778338 4096 Jul 19 01:52 sales&lt;BR /&gt;[/code]&lt;BR /&gt;it came back to normal only when i manually did a chown.&lt;BR /&gt;why is this so?&lt;BR /&gt;&lt;BR /&gt;Further,&lt;BR /&gt;&lt;A href="http://wiki.samba.org/index.php/Samba_&amp;amp;_Active_Directory" target="_blank"&gt;http://wiki.samba.org/index.php/Samba_&amp;amp;_Active_Directory&lt;/A&gt;&lt;BR /&gt;the above link asks me to write use_first_pass across all winbind.so lines while my system-auth file&lt;BR /&gt;&lt;BR /&gt;auth        sufficient    pam_winbind.so use_first_pass&lt;BR /&gt;account     [default=bad success=ok user_unknown=ignore] pam_winbind.so&lt;BR /&gt;password    sufficient    pam_winbind.so use_authtok&lt;BR /&gt;&lt;BR /&gt;and i have no line saying &lt;BR /&gt;session required pam_winbind.so&lt;BR /&gt;&lt;BR /&gt;what is the significance? if i understand correctly is it to reduce the number of AD lookups from the file server while users are connected? m confused with reading howtos all over the WWW</description>
      <pubDate>Sun, 19 Jul 2009 07:25:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-file-server-and-windows-ad/m-p/4457830#M82209</guid>
      <dc:creator>iinfi1</dc:creator>
      <dc:date>2009-07-19T07:25:50Z</dc:date>
    </item>
  </channel>
</rss>

