Project

Profile

Help

Issue #1079

Updated by dkliban@redhat.com almost 9 years ago

Before I logged in I ran following command: 
 <pre> 
 pulp-admin auth user create --login=brian --password=redhat 
 </pre> 

 The response from the server was: 

 <pre> 
 The specified user does not have permission to execute the given command 
 </pre> 

 I also tried performing a basic repo create operation: 

 <pre> 
 pulp-admin rpm repo create --repo-id blah 
 </pre> 

 And I got the exact same result as above. 

 After I logged in I was able to perform both of the operations operation.

Back