Bug 692917

Summary: ipa user-mod invalid syntax trying to add manager
Product: Red Hat Enterprise Linux 6 Reporter: Jenny Severance <jgalipea>
Component: ipaAssignee: Rob Crittenden <rcritten>
Status: CLOSED DEFERRED QA Contact: Chandrasekar Kannan <ckannan>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.1CC: benl, dpal
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
The work around is to provide a DN of the manager entry as a value.
Story Points: ---
Clone Of:
: 692955 (view as bug list) Environment:
Last Closed: 2011-04-01 19:24:24 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 692955, 702988    

Description Jenny Severance 2011-04-01 16:56:58 UTC
Description of problem:
# ipa user-mod --manager=boss sup34
ipa: ERROR: manager: value #0 invalid per syntax: Invalid syntax.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.  add a user
    ipa user-add --first=sup34 --last=sup34 sup34
2.  modifying user's manager
    ipa user-mod --manager=boss sup34
3.
  
Actual results:
ipa: ERROR: manager: value #0 invalid per syntax: Invalid syntax.


Expected results:
successfully set manager to string attribute

Additional info:

Comment 1 Jenny Severance 2011-04-01 16:57:53 UTC
version tested:

ipa-server-2.0.0-17.el6.x86_64
ipa-admintools-2.0.0-17.el6.x86_64

Comment 4 Dmitri Pal 2011-04-01 19:24:24 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
The work around is to provide a DN of the manger entry as a value.

Comment 5 Dmitri Pal 2011-04-01 19:24:45 UTC
    Technical note updated. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    Diffed Contents:
@@ -1 +1 @@
-The work around is to provide a DN of the manger entry as a value.+The work around is to provide a DN of the manager entry as a value.