Re: strange behaviour of sssd

2010-06-24 Thread Rick Stevens
On 06/24/2010 07:05 AM, Eric Doutreleau wrote: > well > > sorry to have disturb the list > i found the problem > the /etc/nsswitch.conf was not readable by regular users. You weren't "disturbing the list". This could be a real issue for others. The big question is...why wasn't it readable for no

Re: strange behaviour of sssd

2010-06-24 Thread Eric Doutreleau
well sorry to have disturb the list i found the problem the /etc/nsswitch.conf was not readable by regular users. Le 24/06/2010 14:18, Stephen Gallagher a écrit : > On 06/24/2010 07:48 AM, Eric Doutreleau wrote: >> >> >> Le 24/06/2010 12:58, Stephen Gallagher a écrit : >>> If this works with ro

Re: strange behaviour of sssd

2010-06-24 Thread Stephen Gallagher
On 06/24/2010 07:48 AM, Eric Doutreleau wrote: > > > Le 24/06/2010 12:58, Stephen Gallagher a écrit : >> If this works with root but not with a regular user, I'd bet you that >> you're actually experiencing an SELinux denial here. Check your >> /var/log/audit.log >> >> > > hi > i have selinux disab

Re: strange behaviour of sssd

2010-06-24 Thread Eric Doutreleau
Le 24/06/2010 12:58, Stephen Gallagher a écrit : > On 06/23/2010 01:32 PM, Eric Doutreleau wrote: >> >> >> Le 23/06/2010 18:28, Michael Cronenworth a écrit : >>> Rick Stevens wrote: passwd: files ldap shadow: files ldap group: files ldap >>> >>> That would be

Re: strange behaviour of sssd

2010-06-24 Thread Stephen Gallagher
On 06/23/2010 01:32 PM, Eric Doutreleau wrote: > > > Le 23/06/2010 18:28, Michael Cronenworth a écrit : >> Rick Stevens wrote: >>> passwd: files ldap >>> shadow: files ldap >>> group: files ldap >> >> That would be wrong for sssd. If he used system-config-authentication, >>

Re: strange behaviour of sssd

2010-06-23 Thread Rick Stevens
On 06/23/2010 10:32 AM, Eric Doutreleau wrote: > > > Le 23/06/2010 18:28, Michael Cronenworth a écrit : >> Rick Stevens wrote: >>> passwd: files ldap >>> shadow: files ldap >>> group: files ldap >> >> That would be wrong for sssd. If he used system-config-authentication, >>

Re: strange behaviour of sssd

2010-06-23 Thread Eric Doutreleau
Le 23/06/2010 18:28, Michael Cronenworth a écrit : > Rick Stevens wrote: >> passwd: files ldap >> shadow: files ldap >> group: files ldap > > That would be wrong for sssd. If he used system-config-authentication, > his nsswitch.conf should read: > > passwd: f

Re: strange behaviour of sssd

2010-06-23 Thread Rick Stevens
On 06/23/2010 09:28 AM, Michael Cronenworth wrote: > Rick Stevens wrote: >> passwd: files ldap >> shadow: files ldap >> group: files ldap > > That would be wrong for sssd. If he used system-config-authentication, > his nsswitch.conf should read: > > passwd: fil

Re: strange behaviour of sssd

2010-06-23 Thread Michael Cronenworth
Rick Stevens wrote: > passwd: files ldap > shadow: files ldap > group: files ldap That would be wrong for sssd. If he used system-config-authentication, his nsswitch.conf should read: passwd: files sss shadow: files sss group: f

Re: strange behaviour of sssd

2010-06-23 Thread Rick Stevens
On 06/23/2010 06:45 AM, Eric Doutreleau wrote: > i m trying to setup sssd 1.2 on our network and i have strange behaviour > with it > > here is my config > > [sssd] > config_file_version = 2 > > reconnection_retries = 3 > > sbus_timeout = 30 > services = nss, pam > > domains = default > [nss] > fil

strange behaviour of sssd

2010-06-23 Thread Eric Doutreleau
i m trying to setup sssd 1.2 on our network and i have strange behaviour with it here is my config [sssd] config_file_version = 2 reconnection_retries = 3 sbus_timeout = 30 services = nss, pam domains = default [nss] filter_groups = root filter_users = root reconnection_retries = 3 [pam] rec