Re: Use of pam_exec or pam_smbpass

2011-11-02 Thread David Jansen
> What's the GUI? Couldn't you do this thru a webpage and just have the > webserver take the appropriate information and then pass that > to your backend application? Then, only the webserver needs to be > part and parcel in the SMB domain and you could use your > pam_smbpass solution. I meant

Re: Use of pam_exec or pam_smbpass

2011-11-02 Thread Kevin Martin
On 11/02/2011 04:40 AM, David Jansen wrote: > I'm trying to implement a custom password scheme through pam and samba. > Basically, if a user wants to change their password on a client, the > change has to be propagated to the samba server so it can also set the > windows password. It works fine t

Use of pam_exec or pam_smbpass

2011-11-02 Thread David Jansen
I'm trying to implement a custom password scheme through pam and samba. Basically, if a user wants to change their password on a client, the change has to be propagated to the samba server so it can also set the windows password. It works fine to tell users to use 'smbpasswd -r samba.mydomain', or