is it possible for users to change their password with fssos?
i've searched for info about howto do this but havent found anything relevant.. is it possible with the stuff provided?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Neither FSSOS nor libnss-mysql can do that - the Linux NSS API doesn't provide hooks for password changing so it's impossible for me to code that into this project. That said, a PAM solution, a simple script, or some sort of web interface (e.g. PHP) may work for you. I'm aware of a program that another libnss-mysql user has written - I'll have to contact him and see if he's OK to distribute it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
is it possible for users to change their password with fssos?
i've searched for info about howto do this but havent found anything relevant.. is it possible with the stuff provided?
Neither FSSOS nor libnss-mysql can do that - the Linux NSS API doesn't provide hooks for password changing so it's impossible for me to code that into this project. That said, a PAM solution, a simple script, or some sort of web interface (e.g. PHP) may work for you. I'm aware of a program that another libnss-mysql user has written - I'll have to contact him and see if he's OK to distribute it.