Captive portale+Local+User Manager
-
With GUI I can not create a group of users who can access only to System-User Manager and has the ability to add other users. When I choose the page to access options then I as a result, if I open that page, only the ability to change passwords but not manage the other user. What options do I have to choose to have full power just about everything User Manager? Thanks in advance
-
Can you show screenshots of this?
-
Here's the bug
-
I actually have the exact same problem ! I posted a bug issue on redmine here : http://redmine.pfsense.org/issues/1412
Any ideas how to fix it ?
-
Bug #319, 22-01-2010
…..
.....
Consequence: Cannot assign personnel to user management duties without also giving them entire admin privilegesAnswer:
"That's probably just how it's going to be for 2.0, if you need to manage local users you need full admin rights. Anyone who can manage users can assign themselves admin rights, or create a new account with admin rights, since there aren't any restrictions on what you can do on that page if you can access the page. I do see scenarios where you would want that, but that's probably not something we'll be able to accommodate for this release."I understand that it will have to wait for the next version 2.1
-
Hi,
If someone is interested i have coded an another php for users management. This interface modify the config.xml file with php dom extension…It's just another opportunity until the next version 2.1
http://forum.pfsense.org/index.php/topic,35326.msg183265.html#msg183265
-
I'm really interested ! :D
-
I'm really interested ! :D
You are sure ? ;D
1/ Download my interface at http://www.megaupload.com/?d=GCMG1Q1A
2/Change the login and password in the config.php file and upload all file in pfSense with WinSCP (user = root, passord = pfsense) in /usr/local/www/admin/ for example.
3/This web interface use dom API and to work you need to install dom extension into php configuration. For that download it at http://mirrors.ircam.fr/pub/FreeBSD/ports/i386/packages-8.1-release/textproc/php52-dom-5.2.13_3.tbz. Extract the archive and copy dom.so (php52-dom-XXXX.tbz\lib\php\XXXX\dom.so) with WinSCP at /usr/local/lib/php/20060613/.
4/Edit file /etc/rc.php_ini_setup and add this line:
PHPMODULES=”$PHPMODULES dom”5/Reboot the pfSense machine to apply changes
That's all ! ;)
PS: maverick1200, do you speek french ?
-
Thanks !
Sadly your uploaded file is corrupted :S
Could you send it via some file sharing site ? or maybe post the code in a code tag?PS : Yes I do speak french :) Why ?
-
Ok that a new link to download my work: http://www.megaupload.com/?d=GCMG1Q1A
PS: Ok sa marche ! Du coup ce sera plus facile s'il y a besoin de plus de détail dans le fonctionnement de mon interface.
-
Donne-moi un retour si sa fonctionne ou non de ton coté ! ;D
(Give me back if it works or not)