i'm writing a windows application that authenticate on samba ldap i would like to make users possible to change their password from this application do you know some library i can interface to? or where can i find documentation about the protocol to communicate to samba to change password? i have already watched the source code of samba, and i found some files that can help me inside source/libsmb: is a way forward? thanks in advance
On Sat, May 23, 2009 at 5:20 AM, Andrea Zagli <azagli@libero.it> wrote:> i'm writing a windows application that authenticate on samba ldap > > i would like to make users possible to change their password from this > application > > do you know some library i can interface to? or where can i find > documentation about the protocol to communicate to samba to change password? > > i have already watched the source code of samba, and i found some files that > can help me inside source/libsmb: is a way forward? > > thanks in advance >Since the ctrl-alt-delete password change works with samba/ldap I would just use the API for that. I have not messed with that in years so I forgot the name. John
Il giorno sab 23 mag 2009 19:01:34 CEST, John Drescher ha scritto:> [...] > > Since the ctrl-alt-delete password change works with samba/ldap I > would just use the API for that. I have not messed with that in years > so I forgot the name.i would not have to use the windows api because in the future the program will must also run on gnu/linux