PDA

View Full Version : Multiple Admin Users


esadmf
25th December 2005, 05:43
Is it possible to have multiple admin users for ISPConfig. Resellers don't quite work how I want them to. I want them to be able to access all the features the 'admin' user can, but with their own login/password.

Thanks,
James

falko
25th December 2005, 14:36
No, you can only have one admin user in ISPConfig. It's the same as in Linux: you only have one root user.

Norman
10th May 2006, 20:39
Actually in linux you CAN have several root users with different names.
Just change your users /etc/passwd entry..

lets say you got
randomuser:x:12:100::/home/randomuser:/bin/bash

change it to
randomuser:x:0:100::/home/randomuser:/bin/bash

:)
Secret hidden root-user! (of course any admin with enough knowledge should spot these kind of users if they arent his...)