Re: [Freeipa-users] How can I change my password from a python script?

2012-06-29 Thread Martin Kosek
On Thu, 2012-06-28 at 16:42 -0700, Joe Linoff wrote: Hi Petr: I implemented what you suggested and everything worked pretty well but I ran into three issues that you might be able to help me with. ISSUE #1 The first issue (and the most important) is that the password is only temporary. I

Re: [Freeipa-users] How can I change my password from a python script?

2012-06-29 Thread Joe Linoff
Subject: Re: [Freeipa-users] How can I change my password from a python script? On Thu, 2012-06-28 at 16:42 -0700, Joe Linoff wrote: Hi Petr: I implemented what you suggested and everything worked pretty well but I ran into three issues that you might be able to help me with. ISSUE #1

Re: [Freeipa-users] How can I change my password from a python script?

2012-06-29 Thread Alexander Bokovoy
On Fri, 29 Jun 2012, Martin Kosek wrote: On Thu, 2012-06-28 at 16:42 -0700, Joe Linoff wrote: Hi Petr: I implemented what you suggested and everything worked pretty well but I ran into three issues that you might be able to help me with. ISSUE #1 The first issue (and the most important) is

Re: [Freeipa-users] How can I change my password from a python script?

2012-06-29 Thread Martin Kosek
-Original Message- From: Alexander Bokovoy [mailto:aboko...@redhat.com] Sent: Friday, June 29, 2012 12:31 AM To: Martin Kosek Cc: Joe Linoff; freeipa-users@redhat.com Subject: Re: [Freeipa-users] How can I change my password from a python script? On Fri, 29 Jun 2012, Martin Kosek wrote

Re: [Freeipa-users] How can I change my password from a python script?

2012-06-29 Thread Alexander Bokovoy
On Fri, 29 Jun 2012, Joe Linoff wrote: Hi Alexander: Thank you. I appreciate the feedback. Is it safe to upgrade to 2.2 on a CentOS 6.2 system? I used 2.1.3 because it was in the rpm distribution. I haven't used CentOS 6.2 so I cannot suggest anything on this front. -- / Alexander Bokovoy

Re: [Freeipa-users] How can I change my password from a python script?

2012-06-29 Thread Joe Linoff
Vobornik; freeipa-users@redhat.com Subject: Re: [Freeipa-users] How can I change my password from a python script? Joe Linoff wrote: Hi Petr: I implemented what you suggested and everything worked pretty well but I ran into three issues that you might be able to help me with. ISSUE #1 The first

Re: [Freeipa-users] How can I change my password from a python script?

2012-06-28 Thread Petr Vobornik
On 06/28/2012 03:34 AM, Joe Linoff wrote: Hi Everybody: I need to add a lot of users to an LDAP system for testing and I would like to do it in batch mode. For my small tests have been doing something like this: A batch command might be useful for this case. Example (note that I'm not a

Re: [Freeipa-users] How can I change my password from a python script?

2012-06-28 Thread Martin Kosek
On 06/28/2012 03:34 AM, Joe Linoff wrote: Hi Everybody: I need to add a lot of users to an LDAP system for testing and I would like to do it in batch mode. For my small tests have been doing something like this: #!/bin/bash # Script to create a new user. ipa user-add bigbob

Re: [Freeipa-users] How can I change my password from a python script?

2012-06-28 Thread Joe Linoff
Subject: Re: [Freeipa-users] How can I change my password from a python script? On 06/28/2012 03:34 AM, Joe Linoff wrote: Hi Everybody: I need to add a lot of users to an LDAP system for testing and I would like to do it in batch mode. For my small tests have been doing something like

Re: [Freeipa-users] How can I change my password from a python script?

2012-06-28 Thread Joe Linoff
- From: Petr Vobornik [mailto:pvobo...@redhat.com] Sent: Thursday, June 28, 2012 1:32 AM To: Joe Linoff Cc: freeipa-users@redhat.com Subject: Re: [Freeipa-users] How can I change my password from a python script? On 06/28/2012 03:34 AM, Joe Linoff wrote: Hi Everybody: I need to add a lot

[Freeipa-users] How can I change my password from a python script?

2012-06-27 Thread Joe Linoff
Hi Everybody: I need to add a lot of users to an LDAP system for testing and I would like to do it in batch mode. For my small tests have been doing something like this: #!/bin/bash # Script to create a new user. ipa user-add bigbob \ --email=b...@bigbobsemporium.com \