Menu

permanent user cannot change password

Help
tianqingge
2014-02-28
2014-03-22
  • tianqingge

    tianqingge - 2014-02-28

    Hi Dirk,

    Recently I setup Radiusdesk again on new machine, and created some
    permanent users.

    But I noticed that permanent users cannot change password by their own ,it
    says user have

    no right to change.So I have to use Access Provider to change the password.

    Another issue is every time the Radiusdesk startup , I have to manually
    start radiusd service by run

    sudo /etc/init.d/radiusd start , otherwise user can not get authentication.

    Can you advice ?

    Thanks in advance!

    Best Regards,

     
  • Jimi

    Jimi - 2014-03-19

    I'm running Radiusdesk on a VM and have the same problem so I'd be interested in any advice as well

     
  • Mfawa Alfred Onen

    Hey guys, so you will need to ensure radiusd starts on boot. If you use RHEL/CentOS, it should just be

    chkconfig radiusd on
    

    and if using Ubuntu, you can use

    sudo cp /usr/local/sbin/rc.radiusd /etc/init.d/radiusd
    sudo update-rc.d radiusd start 80 2 3 4 5 . stop 20 0 1 6 .
    

    As for Permanent users not changing their own passwords, I believe the RBAC implementation in RADIUSdesk is not yet complete and so you might want to look at developing a custom solution using the API before there is an official implementation of RBAC in RADIUSdesk

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.