Re: [Freeipa-users] Can't find ipa-user

2009-11-04 Thread Jenny Galipeau

Rob Crittenden wrote:

Jenny Galipeau wrote:

Jesster Leight wrote:
I installed FreeIPA with manual Implementing FreeIPA in a mixed 
Environment.
My IPA OS: Fedora 11 Leonidas (Default without update. Clean OS, new 
installation)

All steps compled sucessfully, except one:

[r...@ipa ~]# kinit admin
Password for ad...@example.com : 12345678

[r...@ipa ~]# klist
Ticket cache: FILE:/tmp/krb5cc_0
Default principal: ad...@example.com 
Valid starting ExpiresService principal
11/04/09 17:36:08  11/05/09 17:36:05  krbtgt/EXAMPLE.COM 
@EXAMPLE.COM 

Kerberos 4 ticket cache: /tmp/tkt0
klist: You have no tickets cached

And ...

[r...@ipa ~]# ipa-finduser admin
_ssl.c:480: EOF occurred in violation of protocol
Re-run with -v flag for more details.

[r...@ipa ~]# ipa-finduser -v admin
Connecting to IPA server: https://ipa.example.com/ipa/xml
_ssl.c:480: EOF occurred in violation of protocol
Re-run with -v flag for more details.

In what can be problem ?
The ipa commands have changed.  "ipa user-find admin" is the new 
command.

Run ipa help for more information.


What Jenny means is that the CLI tools in v2 uses a different naming 
convention from v1. Since the ipa-finduser command exists at all it 
tells me he is running v1 so this is a non-issue.

Oh, thanks Rob!


rob



--
Jenny Galipeau 
Principal Software QA Engineer
Red Hat, Inc. Security Engineering

Register now for Red Hat Virtual Experience, December 9.
Enterprise Linux, virtualization, cloud, and more.
http://www.redhat.com/virtualexperience

Delivering value year after year.
Red Hat ranks #1 in value among software vendors.
http://www.redhat.com/promo/vendor/ 


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


Re: [Freeipa-users] Can't find ipa-user

2009-11-04 Thread Rob Crittenden

Jenny Galipeau wrote:

Jesster Leight wrote:
I installed FreeIPA with manual Implementing FreeIPA in a mixed 
Environment.
My IPA OS: Fedora 11 Leonidas (Default without update. Clean OS, new 
installation)

All steps compled sucessfully, except one:

[r...@ipa ~]# kinit admin
Password for ad...@example.com : 12345678

[r...@ipa ~]# klist
Ticket cache: FILE:/tmp/krb5cc_0
Default principal: ad...@example.com 
Valid starting ExpiresService principal
11/04/09 17:36:08  11/05/09 17:36:05  krbtgt/EXAMPLE.COM 
@EXAMPLE.COM 

Kerberos 4 ticket cache: /tmp/tkt0
klist: You have no tickets cached

And ...

[r...@ipa ~]# ipa-finduser admin
_ssl.c:480: EOF occurred in violation of protocol
Re-run with -v flag for more details.

[r...@ipa ~]# ipa-finduser -v admin
Connecting to IPA server: https://ipa.example.com/ipa/xml
_ssl.c:480: EOF occurred in violation of protocol
Re-run with -v flag for more details.

In what can be problem ?

The ipa commands have changed.  "ipa user-find admin" is the new command.
Run ipa help for more information.


What Jenny means is that the CLI tools in v2 uses a different naming 
convention from v1. Since the ipa-finduser command exists at all it 
tells me he is running v1 so this is a non-issue.


rob


smime.p7s
Description: S/MIME Cryptographic Signature
___
Freeipa-users mailing list
Freeipa-users@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-users

Re: [Freeipa-users] Can't find ipa-user

2009-11-04 Thread Rob Crittenden

Jesster Leight wrote:

I installed FreeIPA with manual Implementing FreeIPA in a mixed Environment.
My IPA OS: Fedora 11 Leonidas (Default without update. Clean OS, new 
installation)

All steps compled sucessfully, except one:

[r...@ipa ~]# kinit admin
Password for ad...@example.com : 12345678

[r...@ipa ~]# klist
Ticket cache: FILE:/tmp/krb5cc_0
Default principal: ad...@example.com 
Valid starting ExpiresService principal
11/04/09 17:36:08  11/05/09 17:36:05  krbtgt/EXAMPLE.COM 
@EXAMPLE.COM 

Kerberos 4 ticket cache: /tmp/tkt0
klist: You have no tickets cached

And ...

[r...@ipa ~]# ipa-finduser admin
_ssl.c:480: EOF occurred in violation of protocol
Re-run with -v flag for more details.

[r...@ipa ~]# ipa-finduser -v admin
Connecting to IPA server: https://ipa.example.com/ipa/xml
_ssl.c:480: EOF occurred in violation of protocol
Re-run with -v flag for more details.

In what can be problem ?


What version of IPA do you have? (rpm -q ipa-client)

The admin tools communicate with the IPA server over SSL. I'm not sure 
if this is an SSL trust problem or not.


Can you /var/log/httpd/error_log when you do this request to see what is 
logged?


rob



smime.p7s
Description: S/MIME Cryptographic Signature
___
Freeipa-users mailing list
Freeipa-users@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-users

Re: [Freeipa-users] Can't find ipa-user

2009-11-04 Thread Jenny Galipeau

Jesster Leight wrote:
I installed FreeIPA with manual Implementing FreeIPA in a mixed 
Environment.
My IPA OS: Fedora 11 Leonidas (Default without update. Clean OS, new 
installation)

All steps compled sucessfully, except one:

[r...@ipa ~]# kinit admin
Password for ad...@example.com : 12345678

[r...@ipa ~]# klist
Ticket cache: FILE:/tmp/krb5cc_0
Default principal: ad...@example.com 
Valid starting ExpiresService principal
11/04/09 17:36:08  11/05/09 17:36:05  krbtgt/EXAMPLE.COM 
@EXAMPLE.COM 

Kerberos 4 ticket cache: /tmp/tkt0
klist: You have no tickets cached

And ...

[r...@ipa ~]# ipa-finduser admin
_ssl.c:480: EOF occurred in violation of protocol
Re-run with -v flag for more details.

[r...@ipa ~]# ipa-finduser -v admin
Connecting to IPA server: https://ipa.example.com/ipa/xml
_ssl.c:480: EOF occurred in violation of protocol
Re-run with -v flag for more details.

In what can be problem ?

The ipa commands have changed.  "ipa user-find admin" is the new command.
Run ipa help for more information.
~Jenny



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



--
Jenny Galipeau 
Principal Software QA Engineer
Red Hat, Inc. Security Engineering

Register now for Red Hat Virtual Experience, December 9.
Enterprise Linux, virtualization, cloud, and more.
http://www.redhat.com/virtualexperience

Delivering value year after year.
Red Hat ranks #1 in value among software vendors.
http://www.redhat.com/promo/vendor/ 


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


[Freeipa-users] Can't find ipa-user

2009-11-04 Thread Jesster Leight
I installed FreeIPA with manual Implementing FreeIPA in a mixed Environment.
My IPA OS: Fedora 11 Leonidas (Default without update. Clean OS, new
installation)
All steps compled sucessfully, except one:

[r...@ipa ~]# kinit admin
Password for ad...@example.com: 12345678

[r...@ipa ~]# klist
Ticket cache: FILE:/tmp/krb5cc_0
Default principal: ad...@example.com
Valid starting ExpiresService principal
11/04/09 17:36:08  11/05/09 17:36:05  krbtgt/example@example.com
Kerberos 4 ticket cache: /tmp/tkt0
klist: You have no tickets cached

And ...

[r...@ipa ~]# ipa-finduser admin
_ssl.c:480: EOF occurred in violation of protocol
Re-run with -v flag for more details.

[r...@ipa ~]# ipa-finduser -v admin
Connecting to IPA server: https://ipa.example.com/ipa/xml
_ssl.c:480: EOF occurred in violation of protocol
Re-run with -v flag for more details.

In what can be problem ?
___
Freeipa-users mailing list
Freeipa-users@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-users