Re: [Freeipa-users] Adding user accounts

2011-03-28 Thread Sigbjorn Lie
I have updated the NIS-TO-IPA scripts with the suggestions for private group workarounds from Rob, and the license updated to GPL v3 as suggested by Dmitri. Download link is still the same: http://www.nixtra.com/ipa/NIS-TO-IPA-current.php A -noprivategroup option is very much welcome. Shall

Re: [Freeipa-users] Adding user accounts

2011-03-28 Thread Dmitri Pal
On 03/28/2011 10:50 AM, Rob Crittenden wrote: > Sigbjorn Lie wrote: >> Fantastic! Thanks. I will update my scripts. >> >> Is there any downside to doing this? > > One thing I should warn you of though that we've run into from time to > time. Some of our LDAP operations are done as post-operations,

Re: [Freeipa-users] Adding user accounts

2011-03-28 Thread Rob Crittenden
Sigbjorn Lie wrote: Fantastic! Thanks. I will update my scripts. Is there any downside to doing this? One thing I should warn you of though that we've run into from time to time. Some of our LDAP operations are done as post-operations, that is they execute after the data has been returned to

Re: [Freeipa-users] Adding user accounts

2011-03-28 Thread Sigbjorn Lie
Fantastic! Thanks. I will update my scripts. Is there any downside to doing this? Rgds, Siggi On Mon, March 28, 2011 16:02, Rob Crittenden wrote: > Sigbjorn Lie wrote: > >> Thanks. >> >> >> I also noticed that a group with the same GID number as the users UID number >> is automatically >>

Re: [Freeipa-users] Adding user accounts

2011-03-28 Thread Rob Crittenden
Sigbjorn Lie wrote: Thanks. I also noticed that a group with the same GID number as the users UID number is automatically created when creating the user account, this is a problem for existing environments who's already used the same ID number for a group. I see that even after doing a user-m

Re: [Freeipa-users] Adding user accounts

2011-03-28 Thread Sigbjorn Lie
Thanks. I also noticed that a group with the same GID number as the users UID number is automatically created when creating the user account, this is a problem for existing environments who's already used the same ID number for a group. I see that even after doing a user-mod, changing the GID o

Re: [Freeipa-users] Adding user accounts

2011-03-28 Thread Sigbjorn Lie
On Mon, March 28, 2011 11:10, Martin Kosek wrote: > On Fri, 2011-03-25 at 20:13 +0100, Sigbjorn Lie wrote: > >> Hi, >> >> >> Using --gidnumber when adding a new user with "ipa user-add" does not >> seem to have any effect. A gid number with the same value as what I specify >> in with the --uid >>

Re: [Freeipa-users] Adding user accounts

2011-03-28 Thread Martin Kosek
On Fri, 2011-03-25 at 20:13 +0100, Sigbjorn Lie wrote: > Hi, > > Using --gidnumber when adding a new user with "ipa user-add" does not > seem to have any effect. A gid number with the same value as what I > specify in with the --uid parameter is chosen. > > I presume this is not the way user-ad

Re: [Freeipa-users] Adding user accounts

2011-03-26 Thread Dmitri Pal
On 03/25/2011 03:13 PM, Sigbjorn Lie wrote: > Hi, > > Using --gidnumber when adding a new user with "ipa user-add" does not > seem to have any effect. A gid number with the same value as what I > specify in with the --uid parameter is chosen. > > I presume this is not the way user-add is intended t