|
Bugzilla – Full Text Bug Listing |
| Summary: | Getting the error unable to cache group <groun_name> already exists | ||
|---|---|---|---|
| Product: | Sudo | Reporter: | keviny |
| Component: | Sudo | Assignee: | Todd C. Miller <Todd.Miller> |
| Status: | RESOLVED FIXED | ||
| Severity: | high | CC: | keviny |
| Priority: | low | ||
| Version: | 1.7.2 | ||
| Hardware: | All | ||
| OS: | Linux | ||
|
Description
keviny
2010-07-07 19:42:45 MDT
Does this still happen if you use the Quest version of sudo from http://rc.quest.com/topics/sudo/ ? Using the quest version of sudo we do not see the error. I have been able to reproduce the error consistently by issuing `sudo -l` however getting a consistent error when issuing normal commands via sudo has been difficult. It appears that if the same group is listed more then once on separate lines I can reproduce the error.
$ /opt/quest/bin/sudo -l
Enter your password:
Matching Defaults entries for test on this host:
User test may run the following commands on this host:
(oracle) ALL
$ /usr/bin/sudo -l
Enter your password:
Matching Defaults entries for test on this host:
User test may run the following commands on this host:
sudo: unable to cache group VAS Test 2, already exists
$
This should be fixed in sudo 1.7.2p8, can you give that a try? I confirmed that this issue is resolved in 1.7.2p8 Red Hat 5 newest version is sudo-1.7.2p1-7 so i will somehow have to encourage them to update to a newer build. |