Bug 502684 - ipa user-mod --uid gives a internal error
Summary: ipa user-mod --uid gives a internal error
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: freeIPA
Classification: Retired
Component: ipa-admintools
Version: unspecified
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Rob Crittenden
QA Contact: Chandrasekar Kannan
URL:
Whiteboard:
Depends On:
Blocks: 431020
TreeView+ depends on / blocked
 
Reported: 2009-05-26 22:47 UTC by Michael Gregg
Modified: 2015-01-04 23:38 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-28 09:32:36 UTC
Embargoed:


Attachments (Terms of Use)

Description Michael Gregg 2009-05-26 22:47:34 UTC
Description of problem:
running "ipa user-mod --uid=<number>" gives a internal error

Version-Release number of selected component (if applicable):
ipa-server-2.0-2.20090526.el5ipa

How reproducible:
always

Steps to Reproduce:
1. kinit as admin
2. create user1
3. ipa user-mod --uid=777 user1
  
Actual results:
[root@iparhel5-vma ~]# ipa user-mod --uid=2222 hh
ipa: ERROR: an internal error has occurred

Comment 1 Pavel Zuna 2009-11-20 15:55:30 UTC
To handle simultaneous modify operations better, we normally generate MOD_DELETE + MOD_ADD operation instead of MOD_REPLACE. Unfortunately, this doesn't work for UID/GID and the likes.

We can now define a list of attributes in ldap2 for which MOD_REPLACE operations are used.

master: 91d01a532af3c4668eabcb1a27d3d3f36b0e6207
Introduce a list of attributes for which only MOD_REPLACE operations are generated.


Note You need to log in before you can comment on or make changes to this bug.