Re: [Samba] samba 4 PAM and xscreensaver

2012-02-15 Thread steve

On 01/09/2012 08:42 AM, steve wrote:

Hi
I have a Linux client running XFCE and authenticating against Samba 4. 
When trying to return to the session after xscreensaver has kicked in, 
authentication fails.


Sorry to bump, but I've just seen this in the xscreensaver doco:

XScreenSaver Dependencies
Required

Optional
libjpeg-8c, libgnome-2.32.1, GLE, Netpbm, XDaliClock, Linux-PAM-1.1.5, 
_MIT Kerberos V5-1.6 (built with Kerberos V4 backwards compatibility), 
and krb4 and Heimdal-1.4 (Kerberos authentication requires having 
Kerberos V4 and V5 on the system)_


Does Samba 4 have this?
Cheers,
Steve

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] samba 4 PAM and xscreensaver

2012-02-01 Thread Gémes Géza
2012-02-01 19:07 keltezéssel, steve írta:
> On 01/09/2012 08:42 AM, steve wrote:
>> Hi
>> I have a Linux client running XFCE and authenticating against Samba
>> 4. When trying to return to the session after xscreensaver has kicked
>> in, authentication fails.
>
> Sorry to bump, but I've just seen this in the xscreensaver doco:
>
> XScreenSaver Dependencies
> Required
> 
> Optional
> libjpeg-8c, libgnome-2.32.1, GLE, Netpbm, XDaliClock, Linux-PAM-1.1.5,
> _MIT Kerberos V5-1.6 (built with Kerberos V4 backwards compatibility),
> and krb4 and Heimdal-1.4 (Kerberos authentication requires having
> Kerberos V4 and V5 on the system)_
>
> Does Samba 4 have this?
> Cheers,
> Steve
>
Not in a form required by xscreensaver or any other program requiring
kerberos library. You should install those libraries (I doubt you really
need krb4 nowadays)

Regards

Geza
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] samba 4 PAM and xscreensaver

2012-02-01 Thread steve

On 01/09/2012 08:42 AM, steve wrote:

Hi
I have a Linux client running XFCE and authenticating against Samba 4. 
When trying to return to the session after xscreensaver has kicked in, 
authentication fails.


Sorry to bump, but I've just seen this in the xscreensaver doco:

XScreenSaver Dependencies
Required

Optional
libjpeg-8c, libgnome-2.32.1, GLE, Netpbm, XDaliClock, Linux-PAM-1.1.5, 
_MIT Kerberos V5-1.6 (built with Kerberos V4 backwards compatibility), 
and krb4 and Heimdal-1.4 (Kerberos authentication requires having 
Kerberos V4 and V5 on the system)_


Does Samba 4 have this?
Cheers,
Steve

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] samba 4 PAM and xscreensaver

2012-01-08 Thread steve

Hi
I have a Linux client running XFCE and authenticating against Samba 4. 
When trying to return to the session after xscreensaver has kicked in, 
authentication fails.


/etc/pam.d/xscreensaver
#%PAM-1.0
auth includecommon-auth
account  includecommon-account
password includecommon-password
session  includecommon-session

/etc/pam.d/common-password
#%PAM-1.0
passwordrequisitepam_pwcheck.sonullok cracklib
passwordoptionalpam_gnome_keyring.souse_authtok
passwordsufficientpam_unix2.souse_authtok nullok
passwordrequiredpam_ldap.sotry_first_pass use_authtok

Samba 4 seems to bypass pam, users have an entry in the keytab on the 
Samba 4 server and this on the client:

/etc/krb5.conf
[libdefaults]
default_realm = HH3.SITE
dns_lookup_realm = false
dns_lookup_kdc = true


How can I tell xscreensaver to authenticate against Samba 4?
Thanks
Steve

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba