Re: [Freeipa-users] Problem when SSHing into FreeIPA client

2011-10-19 Thread Dan Scott
Hi,

On Wed, Oct 19, 2011 at 16:43, Dmitri Pal  wrote:
> On 10/19/2011 04:05 PM, Dan Scott wrote:
>
> Hi,
>
> I am having some problems when SSHing into my Fedora 15 client which
> is authenticated using FreeIPA
>
> djscott@pc35:~$ ssh admin@pc35
> admin@pc35's password:
> id: cannot find name for user ID 181260
> id: cannot find name for user ID 181260
> [I have no name!@pc35 ~]$ logout
> Connection to pc35 closed.
>
> I've attached the output from /var/log/secure and my sssd.conf (santitzed)
>
> When running as my user, everything appears OK. The 'id' command
> returns the correct groups for my user and for the admin user:
>
> djscott@pc35:~$ id admin
> uid=181260(admin) gid=181260(admins)
> groups=181260(admins),1115(svnadmins)
>
> Any ideas what could be wrong?
>
> Does anyone have an example of a 'clean' sssd.conf for a standard
> FreeIPA configured client? I think mine has been modified so much that
> it's probably full of unnecessary junk.
>
> The simples way to get to the canonical sssd.conf is probably to uninstall
> the client and re-install it again.
> Please use ipa-client-install --uninstall to uninstall and then
> ipa-client-install to enroll.

That seems to have done the trick, the sssd.conf is much cleaner now
and admin SSHing works fine now.

Thanks,

Dan


> I'm running the latest FreeIPA and SSSD packages:
>
> djscott@pc35:~$ rpm -qa|grep "freeipa-client\|sssd"
> sssd-client-1.5.13-1.fc15.2.x86_64
> freeipa-client-2.1.0-1.fc15.x86_64
> sssd-1.5.13-1.fc15.2.x86_64
> sssd-tools-1.5.13-1.fc15.2.x86_64
> djscott@pc35:~$
>
> Thanks,
>
> Dan
>
> ___
> Freeipa-users mailing list
> Freeipa-users@redhat.com
> https://www.redhat.com/mailman/listinfo/freeipa-users
>
> --
> Thank you,
> Dmitri Pal
>
> Sr. Engineering Manager IPA project,
> Red Hat Inc.
>
>
> ---
> Looking to carve out IT costs?
> www.redhat.com/carveoutcosts/
>
>
>
> ___
> Freeipa-users mailing list
> Freeipa-users@redhat.com
> https://www.redhat.com/mailman/listinfo/freeipa-users
>

___
Freeipa-users mailing list
Freeipa-users@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-users


Re: [Freeipa-users] Problem when SSHing into FreeIPA client

2011-10-19 Thread Jan Zeleny
Dmitri Pal  wrote:
> On 10/19/2011 04:05 PM, Dan Scott wrote:
> > Hi,
> > 
> > I am having some problems when SSHing into my Fedora 15 client which
> > is authenticated using FreeIPA
> > 
> > djscott@pc35:~$ ssh admin@pc35
> > admin@pc35's password:
> > id: cannot find name for user ID 181260
> > id: cannot find name for user ID 181260
> > [I have no name!@pc35 ~]$ logout
> > Connection to pc35 closed.
> > 
> > I've attached the output from /var/log/secure and my sssd.conf
> > (santitzed)
> > 
> > When running as my user, everything appears OK. The 'id' command
> > returns the correct groups for my user and for the admin user:
> > 
> > djscott@pc35:~$ id admin
> > uid=181260(admin) gid=181260(admins)
> > groups=181260(admins),1115(svnadmins)
> > 
> > Any ideas what could be wrong?
> > 
> > Does anyone have an example of a 'clean' sssd.conf for a standard
> > FreeIPA configured client? I think mine has been modified so much that
> > it's probably full of unnecessary junk.
> 
> The simples way to get to the canonical sssd.conf is probably to
> uninstall the client and re-install it again.
> Please use ipa-client-install --uninstall to uninstall and then
> ipa-client-install to enroll.

If this doesn't work, could you please send sanitized log files of SSSD?

> 
> > I'm running the latest FreeIPA and SSSD packages:
> > 
> > djscott@pc35:~$ rpm -qa|grep "freeipa-client\|sssd"
> > sssd-client-1.5.13-1.fc15.2.x86_64
> > freeipa-client-2.1.0-1.fc15.x86_64
> > sssd-1.5.13-1.fc15.2.x86_64
> > sssd-tools-1.5.13-1.fc15.2.x86_64
> > djscott@pc35:~$
> > 
> > Thanks,
> > 
> > Dan
> > 
> > 
> > ___
> > Freeipa-users mailing list
> > Freeipa-users@redhat.com
> > https://www.redhat.com/mailman/listinfo/freeipa-users

___
Freeipa-users mailing list
Freeipa-users@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-users


Re: [Freeipa-users] Problem when SSHing into FreeIPA client

2011-10-19 Thread Dmitri Pal
On 10/19/2011 04:05 PM, Dan Scott wrote:
> Hi,
>
> I am having some problems when SSHing into my Fedora 15 client which
> is authenticated using FreeIPA
>
> djscott@pc35:~$ ssh admin@pc35
> admin@pc35's password:
> id: cannot find name for user ID 181260
> id: cannot find name for user ID 181260
> [I have no name!@pc35 ~]$ logout
> Connection to pc35 closed.
>
> I've attached the output from /var/log/secure and my sssd.conf (santitzed)
>
> When running as my user, everything appears OK. The 'id' command
> returns the correct groups for my user and for the admin user:
>
> djscott@pc35:~$ id admin
> uid=181260(admin) gid=181260(admins)
> groups=181260(admins),1115(svnadmins)
>
> Any ideas what could be wrong?
>
> Does anyone have an example of a 'clean' sssd.conf for a standard
> FreeIPA configured client? I think mine has been modified so much that
> it's probably full of unnecessary junk.

The simples way to get to the canonical sssd.conf is probably to
uninstall the client and re-install it again.
Please use ipa-client-install --uninstall to uninstall and then
ipa-client-install to enroll.




> I'm running the latest FreeIPA and SSSD packages:
>
> djscott@pc35:~$ rpm -qa|grep "freeipa-client\|sssd"
> sssd-client-1.5.13-1.fc15.2.x86_64
> freeipa-client-2.1.0-1.fc15.x86_64
> sssd-1.5.13-1.fc15.2.x86_64
> sssd-tools-1.5.13-1.fc15.2.x86_64
> djscott@pc35:~$
>
> Thanks,
>
> Dan
>
>
> ___
> Freeipa-users mailing list
> Freeipa-users@redhat.com
> https://www.redhat.com/mailman/listinfo/freeipa-users


-- 
Thank you,
Dmitri Pal

Sr. Engineering Manager IPA project,
Red Hat Inc.


---
Looking to carve out IT costs?
www.redhat.com/carveoutcosts/



___
Freeipa-users mailing list
Freeipa-users@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-users