diff options
author | Rob Crittenden <rcritten@redhat.com> | 2010-12-13 09:53:29 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2010-12-13 09:53:29 -0500 |
commit | ba8d21f5ae3d4133032c635dad77127cb72ab1bf (patch) | |
tree | f12e55142e1a796c895a4f6f23249c07f4e47af3 /doc/examples/python-api.py | |
parent | e8157f262835ce7232907a43a8d1dc4d4e6ea10d (diff) | |
download | freeipa-ba8d21f5ae3d4133032c635dad77127cb72ab1bf.tar.gz freeipa-ba8d21f5ae3d4133032c635dad77127cb72ab1bf.tar.xz freeipa-ba8d21f5ae3d4133032c635dad77127cb72ab1bf.zip |
Check for existence of the group when adding a user.
The Managed Entries plugin will allow a user to be added even if a group
of the same name exists. This would leave the user without a private
group.
We need to check for both the user and the group so we can do 1 of 3 things:
- throw an error that the group exists (but not the user)
- throw an error that the user exists (and the group)
- allow the uesr to be added
ticket 567
Diffstat (limited to 'doc/examples/python-api.py')
0 files changed, 0 insertions, 0 deletions