[Samba] winbind on SUSE8.2

2003-07-10 Thread Klesel, Roman
Hello Community, is there someone who has winbind working on SUSE 8.X? On my system the authenication of the domain users simply does not work getent passwd shows all domain users gentent group shows all domain groups Login as domain user: Login incorrect! There seems to be no pam_stack.so on SUSE

Re: [Samba] winbind on SUSE8.2

2003-07-10 Thread Terry Poperszky
Welcome to the twilight zone Roman. I have windbind working (partially) on SuSE 8.2, I can get it to authenticate users that have an account on the box, but I have not been able to get it to work for users that do not have an account on the box. Is that the same symptom you are seeing? Or are you h

Re: [Samba] winbind on SUSE8.2

2003-07-10 Thread Dan Am
Hi, don't despair !! Am Donnerstag, 10. Juli 2003 14:14 schrieb Klesel, Roman: > Login as domain user: Login incorrect! Logon for some reason seems to go through the /etc/pam.d/other file. At least if you aithenticate from WIN. Also: man winbindd: /etc/pam.d/*: auth sufficient pam_winbind.so

RE: [Samba] winbind on SUSE8.2

2003-07-10 Thread Klesel, Roman
As Mr. Lammersdrof suggested I used webmin to "convet samba users to unixusers". Now I can su into HBC+Administrator from my local root account. However password authentication still will not work. My smb.conf: [global] workgroup = HBC security = domain password server = *

RE: [Samba] winbind on SUSE8.2

2003-07-10 Thread kenneth . westelinck
This is my working ssh file in /etc/pam.d/ #%PAM-1.0 auth required pam_nologin.so auth sufficient pam_winbind.so auth required pam_unix.so use_first_pass shadow auth required pam_env.so # [1] accountsufficient pam_winbind.so accountrequired pam_

RE: [Samba] winbind on SUSE8.2

2003-07-10 Thread Klesel, Roman
, 10. Juli 2003 16:33 To: Klesel, Roman; 'Lammersdorf, Lorenz' Cc: '[EMAIL PROTECTED]' Subject: RE: [Samba] winbind on SUSE8.2 This is my working ssh file in /etc/pam.d/ #%PAM-1.0 auth required pam_nologin.so auth sufficient pam_winbind.so auth requ

RE: [Samba] winbind on SUSE8.2

2003-07-10 Thread kenneth . westelinck
Lorenz'" <[EMAIL PROTECTED]> >Cc: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Date: Thu, 10 Jul 2003 16:46:51 +0200 >Subject: RE: [Samba] winbind on SUSE8.2 > > >Dear Keneth, yes, now I can ssh into my box with the domainusers. I guess

RE: [Samba] winbind on SUSE8.2

2003-07-11 Thread Klesel, Roman
>should be /etc/pam.d/login >make sure to make a backup, in case something goes wrong ;) Jipiie!! works like a charme! Especially the "pam_mkhomedir.so" is impressive. Here is my /etc/pam.d/login: #%PAM-1.0 auth required pam_nologin.so auth sufficient pam_winbind.so auth requisite pam_un