Hide Forgot
We need to technote this. Because the sudo command is in the dn of the entry it is not case sensitive. +++ This bug was initially created as a clone of Bug #800544 +++ This bug is created as a clone of upstream ticket: https://fedorahosted.org/freeipa/ticket/2482 {{{ $ ipa sudocmd-add /usr/bin/X ------------------------------- Added Sudo Command "/usr/bin/X" ------------------------------- Sudo Command: /usr/bin/X $ ipa sudocmd-show /usr/bin/x Sudo Command: /usr/bin/X pviktori@vm-140:~/freeipa$ ipa sudocmd-add /usr/bin/x ipa: ERROR: sudo command with name "/usr/bin/x" already exists $ ipa sudocmdgroup-add group1 --desc=blabla --------------------------------- Added Sudo Command Group "group1" --------------------------------- Sudo Command Group: group1 Description: blabla $ ipa sudocmdgroup-add-member group1 --sudocmds=/usr/bin/X Sudo Command Group: group1 Description: blabla Member Sudo commands: /usr/bin/x ------------------------- Number of members added 1 ------------------------- $ ipa sudocmd-del /usr/bin/x --------------------------------- Deleted Sudo Command "/usr/bin/x" --------------------------------- $ ipa sudocmdgroup-show group1 Sudo Command Group: group1 Description: blabla }}}
Added to 6.3 Technical Notes
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: Identity Management sudo commands are not case sensitive. For example, executing the following commands will result in the latter one failing due to the case insensitivity: ~]$ ipa sudocmd-add /usr/bin/X ⋮ ~]$ ipa sudocmd-add /usr/bin/x ipa: ERROR: sudo command with name "/usr/bin/x" already exists
*** This bug has been marked as a duplicate of bug 800544 ***