Networking Forums

Networking Forums > Computer Networking > Linux Networking > Windows / Linux password interplay

Reply
Thread Tools Display Modes

Windows / Linux password interplay

 
 
kenbo
Guest
Posts: n/a

 
      12-14-2007, 01:36 AM
I have a Windows Vista machine that I am integrating into an existing
Linux Lab. Is there an easy
way to take a Linux passwd file and set up the Windows machines to
recognize those same
users?

It's a small lab (17 machines), so I am looking for an easy and simple
solution, if possible.

thanks,
kenny
 
Reply With Quote
 
 
 
 
Vince Coen
Guest
Posts: n/a

 
      12-14-2007, 10:23 AM
Hello kenbo!

14 Dec 07 02:36, kenbo wrote to All:

k> I have a Windows Vista machine that I am integrating into an existing
k> Linux Lab. Is there an easy
k> way to take a Linux passwd file and set up the Windows machines to
k> recognize those same
k> users?

k> It's a small lab (17 machines), so I am looking for an easy and simple
k> solution, if possible.

Install samba on one of the linux boxes. set it up to use common user names
and passwords and set up the windows box to access the samba box as a master
browser.

Vince


 
Reply With Quote
 
Robert Harris
Guest
Posts: n/a

 
      12-14-2007, 08:56 PM
kenbo wrote:
> I have a Windows Vista machine that I am integrating into an existing
> Linux Lab. Is there an easy
> way to take a Linux passwd file and set up the Windows machines to
> recognize those same
> users?
>
> It's a small lab (17 machines), so I am looking for an easy and simple
> solution, if possible.
>
> thanks,
> kenny


If you have an existing Linux network, you already need more than a
passwd file to recognise (i.e. authenticate and authorize) your users to
the network. So, if you haven't done so already, set yourself up an LDAP
server so that your network can share user logins, groups and whatever
else you might want to share over the network.

If you want Windows machines to share the same logins, you also need a
package which on my (Debian) system is called smbldap-tools which
provides tools to keep Linux and Samba accounts in sync.

Robert
 
Reply With Quote
 
ray
Guest
Posts: n/a

 
      12-15-2007, 12:51 AM
On Thu, 13 Dec 2007 18:36:29 -0800, kenbo wrote:

> I have a Windows Vista machine that I am integrating into an existing
> Linux Lab. Is there an easy
> way to take a Linux passwd file and set up the Windows machines to
> recognize those same
> users?
>
> It's a small lab (17 machines), so I am looking for an easy and simple
> solution, if possible.
>
> thanks,
> kenny


You might want to read up on NIS - used to be yellow pages.

 
Reply With Quote
 
Keith Keller
Guest
Posts: n/a

 
      12-15-2007, 02:38 AM
On 2007-12-15, ray <(E-Mail Removed)> wrote:
> On Thu, 13 Dec 2007 18:36:29 -0800, kenbo wrote:
>
>> I have a Windows Vista machine that I am integrating into an existing
>> Linux Lab. Is there an easy
>> way to take a Linux passwd file and set up the Windows machines to
>> recognize those same
>> users?

>
> You might want to read up on NIS - used to be yellow pages.


NIS is probably the least helpful of the already-suggested options.
Samba or LDAP will be much easier to configure for Windows<->linux
shared authentication.

--keith

--
kkeller-(E-Mail Removed)
(try just my userid to email me)
AOLSFAQ=http://www.therockgarden.ca/aolsfaq.txt
see X- headers for PGP signature information

 
Reply With Quote
 
Charles Tryon
Guest
Posts: n/a

 
      12-16-2007, 03:39 AM
Robert Harris wrote:
> kenbo wrote:
>> I have a Windows Vista machine that I am integrating into an existing
>> Linux Lab. Is there an easy
>> way to take a Linux passwd file and set up the Windows machines to
>> recognize those same
>> users?
>>
>> It's a small lab (17 machines), so I am looking for an easy and simple
>> solution, if possible.
>>
>> thanks,
>> kenny

>
> If you have an existing Linux network, you already need more than a
> passwd file to recognise (i.e. authenticate and authorize) your users to
> the network. So, if you haven't done so already, set yourself up an LDAP
> server so that your network can share user logins, groups and whatever
> else you might want to share over the network.
>
> If you want Windows machines to share the same logins, you also need a
> package which on my (Debian) system is called smbldap-tools which
> provides tools to keep Linux and Samba accounts in sync.
>
> Robert


Do you have any good pointers to how to do this, especially the Windows
part? I've sort of stumbled through getting the username and password
setup of LDAP on Linux, but not on the Samba or Windows side. I've
already set up Samba as a Domain controller, but I'd love to have my
passwords centrally managed.

One VERY neat trick is that, if you have the user's home directory
defined in the domain controller, if they use Cygwin to create a command
line shell, the domain automatically uses that for the user's Cygwin
home directory.

(Samba will actually do a reasonable job of managing the Linux passwords
of users, but that's with a standard flat password/shadow file, not with
any kind of NIS/LDAP server.)

One other question I've already posted in another thread (but not seen
an answer yet) is how you inform the Linux automounter where to find the
NFS server with the user's home directory. NIS does this very nicely,
but I'm trying to get away from NIS. (Need to integrate with Active
Directory in a mixed environment.)

 
Reply With Quote
 
Charles Tryon
Guest
Posts: n/a

 
      12-16-2007, 03:41 AM
Robert Harris wrote:
> kenbo wrote:
>> I have a Windows Vista machine that I am integrating into an existing
>> Linux Lab. Is there an easy
>> way to take a Linux passwd file and set up the Windows machines to
>> recognize those same
>> users?
>>
>> It's a small lab (17 machines), so I am looking for an easy and simple
>> solution, if possible.
>>
>> thanks,
>> kenny

>
> If you have an existing Linux network, you already need more than a
> passwd file to recognise (i.e. authenticate and authorize) your users to
> the network. So, if you haven't done so already, set yourself up an LDAP
> server so that your network can share user logins, groups and whatever
> else you might want to share over the network.
>
> If you want Windows machines to share the same logins, you also need a
> package which on my (Debian) system is called smbldap-tools which
> provides tools to keep Linux and Samba accounts in sync.
>
> Robert


Do you have any good pointers to how to do this, especially the Windows
part? I've sort of stumbled through getting the username and password
setup of LDAP on Linux, but not on the Samba or Windows side. I've
already set up Samba as a Domain controller, but I'd love to have my
passwords centrally managed.

One VERY neat trick is that, if you have the user's home directory
defined in the domain controller, if they use Cygwin to create a command
line shell, the domain automatically uses that for the user's Cygwin
home directory.

(Samba will actually do a reasonable job of managing the Linux passwords
of users, but that's with a standard flat password/shadow file, not with
any kind of NIS/LDAP server.)

One other question I've already posted in another thread (but not seen
an answer yet) is how you inform the Linux automounter where to find the
NFS server with the user's home directory. NIS does this very nicely,
but I'm trying to get away from NIS. (Need to integrate with Active
Directory in a mixed environment.)


 
Reply With Quote
 
Robert Harris
Guest
Posts: n/a

 
      12-16-2007, 09:16 AM
Charles Tryon wrote:
> Robert Harris wrote:
>> kenbo wrote:
>>> I have a Windows Vista machine that I am integrating into an existing
>>> Linux Lab. Is there an easy
>>> way to take a Linux passwd file and set up the Windows machines to
>>> recognize those same
>>> users?
>>>
>>> It's a small lab (17 machines), so I am looking for an easy and simple
>>> solution, if possible.
>>>
>>> thanks,
>>> kenny

>>
>> If you have an existing Linux network, you already need more than a
>> passwd file to recognise (i.e. authenticate and authorize) your users
>> to the network. So, if you haven't done so already, set yourself up an
>> LDAP server so that your network can share user logins, groups and
>> whatever else you might want to share over the network.
>>
>> If you want Windows machines to share the same logins, you also need a
>> package which on my (Debian) system is called smbldap-tools which
>> provides tools to keep Linux and Samba accounts in sync.
>>
>> Robert

>
> Do you have any good pointers to how to do this, especially the Windows
> part? I've sort of stumbled through getting the username and password
> setup of LDAP on Linux, but not on the Samba or Windows side. I've
> already set up Samba as a Domain controller, but I'd love to have my
> passwords centrally managed.
>
> One VERY neat trick is that, if you have the user's home directory
> defined in the domain controller, if they use Cygwin to create a command
> line shell, the domain automatically uses that for the user's Cygwin
> home directory.
>
> (Samba will actually do a reasonable job of managing the Linux passwords
> of users, but that's with a standard flat password/shadow file, not with
> any kind of NIS/LDAP server.)
>
> One other question I've already posted in another thread (but not seen
> an answer yet) is how you inform the Linux automounter where to find the
> NFS server with the user's home directory. NIS does this very nicely,
> but I'm trying to get away from NIS. (Need to integrate with Active
> Directory in a mixed environment.)
>


The best tutorial I have come across is "OpenLDAP Everywhere Revisited"
at: <http://www.linuxjournal.com/article/8119>

The software you will probably use to keep Linux and Samba passwords
etc. in step is from: <http://www.padl.com/Contents/OpenSourceSoftware.html>

Most Linux distributions support it.

I know nothing about automounting, I'm afraid!

Robert
 
Reply With Quote
 
kurt
Guest
Posts: n/a

 
      12-17-2007, 04:02 AM
Charles Tryon wrote:
> Robert Harris wrote:
>> kenbo wrote:
>>> I have a Windows Vista machine that I am integrating into an existing
>>> Linux Lab. Is there an easy
>>> way to take a Linux passwd file and set up the Windows machines to
>>> recognize those same
>>> users?
>>>
>>> It's a small lab (17 machines), so I am looking for an easy and simple
>>> solution, if possible.
>>>
>>> thanks,
>>> kenny

>>
>> If you have an existing Linux network, you already need more than a
>> passwd file to recognise (i.e. authenticate and authorize) your users
>> to the network. So, if you haven't done so already, set yourself up an
>> LDAP server so that your network can share user logins, groups and
>> whatever else you might want to share over the network.
>>
>> If you want Windows machines to share the same logins, you also need a
>> package which on my (Debian) system is called smbldap-tools which
>> provides tools to keep Linux and Samba accounts in sync.
>>
>> Robert

>
> Do you have any good pointers to how to do this, especially the Windows
> part? I've sort of stumbled through getting the username and password
> setup of LDAP on Linux, but not on the Samba or Windows side. I've
> already set up Samba as a Domain controller, but I'd love to have my
> passwords centrally managed.
>
> One VERY neat trick is that, if you have the user's home directory
> defined in the domain controller, if they use Cygwin to create a command
> line shell, the domain automatically uses that for the user's Cygwin
> home directory.
>
> (Samba will actually do a reasonable job of managing the Linux passwords
> of users, but that's with a standard flat password/shadow file, not with
> any kind of NIS/LDAP server.)
>
> One other question I've already posted in another thread (but not seen
> an answer yet) is how you inform the Linux automounter where to find the
> NFS server with the user's home directory. NIS does this very nicely,
> but I'm trying to get away from NIS. (Need to integrate with Active
> Directory in a mixed environment.)
>


If samba is set up as a domain controller, you've got central password
management provided you join all your linux and wondows machines to the
samba domain. Your windows boxes would have to be Windows 2000, XP Pro
(not "Home"), or vista "business" or "ultimate".
 
Reply With Quote
 
Charles Tryon
Guest
Posts: n/a

 
      12-17-2007, 07:40 PM
Robert Harris wrote:
> Charles Tryon wrote:
>> Robert Harris wrote:
>>> kenbo wrote:
>>>> I have a Windows Vista machine that I am integrating into an existing
>>>> Linux Lab. Is there an easy
>>>> way to take a Linux passwd file and set up the Windows machines to
>>>> recognize those same
>>>> users?
>>>>
>>>> It's a small lab (17 machines), so I am looking for an easy and simple
>>>> solution, if possible.
>>>>
>>>> thanks,
>>>> kenny
>>> If you have an existing Linux network, you already need more than a
>>> passwd file to recognise (i.e. authenticate and authorize) your users
>>> to the network. So, if you haven't done so already, set yourself up an
>>> LDAP server so that your network can share user logins, groups and
>>> whatever else you might want to share over the network.
>>>
>>> If you want Windows machines to share the same logins, you also need a
>>> package which on my (Debian) system is called smbldap-tools which
>>> provides tools to keep Linux and Samba accounts in sync.
>>>
>>> Robert

>> Do you have any good pointers to how to do this, especially the Windows
>> part? I've sort of stumbled through getting the username and password
>> setup of LDAP on Linux, but not on the Samba or Windows side. I've
>> already set up Samba as a Domain controller, but I'd love to have my
>> passwords centrally managed.
>>
>> One VERY neat trick is that, if you have the user's home directory
>> defined in the domain controller, if they use Cygwin to create a command
>> line shell, the domain automatically uses that for the user's Cygwin
>> home directory.
>>
>> (Samba will actually do a reasonable job of managing the Linux passwords
>> of users, but that's with a standard flat password/shadow file, not with
>> any kind of NIS/LDAP server.)
>>
>> One other question I've already posted in another thread (but not seen
>> an answer yet) is how you inform the Linux automounter where to find the
>> NFS server with the user's home directory. NIS does this very nicely,
>> but I'm trying to get away from NIS. (Need to integrate with Active
>> Directory in a mixed environment.)
>>

>
> The best tutorial I have come across is "OpenLDAP Everywhere Revisited"
> at: <http://www.linuxjournal.com/article/8119>
>
> The software you will probably use to keep Linux and Samba passwords
> etc. in step is from: <http://www.padl.com/Contents/OpenSourceSoftware.html>
>
> Most Linux distributions support it.
>
> I know nothing about automounting, I'm afraid!
>
> Robert


Thanks! I'd seen that page before but hadn't gone all the way through
it. It looks like it should have the information necessary to set up my
home directories, as well as tying into my Samba Windows domain.

--
Chuck Tryon

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[Video tutorial] Linux password recovery reza.behroozi@gmail.com Linux Networking 0 12-03-2007 02:36 PM
Log onto Windows password box appears everytime I start up Windows =?Utf-8?B?TWFydGluIEhlYWx5?= Windows Networking 5 09-15-2005 12:38 PM
windows-network-password and linux fabio vassalli Linux Networking 1 06-15-2004 10:51 PM
Windows Password in AD Max André Bündchen Windows Networking 1 04-07-2004 04:30 AM
windows 98 requres a password to access windows 2000 network matt Windows Networking 1 12-09-2003 10:13 PM



1 2 3 4 5 6 7 8 9 10 11