Bug 881

Summary: cvtsudoers/test32: FAIL - too many sudoers entries, maximum 10
Product: Sudo Reporter: TBK <tbk>
Component: SudoAssignee: Todd C. Miller <Todd.Miller>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: low    
Version: 1.8.27   
Hardware: PC   
OS: Linux   
Attachments: buildlog

Description TBK 2019-05-08 13:11:46 MDT
Created attachment 524 [details]
buildlog

On Alpine Linux edge when running make check as part of the build process cvtsudoers regress test32 fails with the following output:


cvtsudoers/test32: FAIL
--- regress/cvtsudoers/test32.out
+++ ./regress/cvtsudoers/test32.out.ok
@@ -1,3 +1,4 @@
+cvtsudoers: too many sudoers entries, maximum 10
 dn: cn=user0,ou=SUDOers,dc=my-domain,dc=com
 objectClass: top
 objectClass: sudoRole
@@ -113,8 +114,7 @@
 objectClass: sudoRole
 cn: user10
 sudoUser: user10
-sudoHost: ALLcvtsudoers: too many sudoers entries, maximum 10
-
+sudoHost: ALL
 sudoRunAsUser: ALL
 sudoRunAsGroup: ALL
 sudoCommand: ALL


I have attached the full buildlog.
Comment 1 Todd C. Miller 2019-05-08 13:23:42 MDT

*** This bug has been marked as a duplicate of bug 873 ***