1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-18 06:04:06 +03:00

6 Commits

Author SHA1 Message Date
Andrew Tridgell
d62cb9454e completely rewrote the AIX UESS backend (UESS is the AIX equivalent of
NSS). This time I think I've actually got it right. I wrote a fairly
good test suite for UESS modules (similar to nsstest.c) that allowed
me to explore how the modules supplied with AIX actually work.

This new module also incorporates authentication features, so you
don't need a PAM module at all. Just install this UESS module and
authentication will "just work". It also handles password change, so
/usr/bin/passwd can be used to change windows password.
-
Andrew Tridgell
f0a0771c02 fixed a number of bugs and memory leaks in the AIX winbind shim -
Tim Potter
3983f3a1f3 Updates for AIX winbind client from Stephen Roylance. -
Tim Potter
396bcf0cf6 Syncup new HEAD version. -
Tim Potter
a4b5f2c01b Merge of winbind nss library cleanup from HEAD. -
Tim Potter
872b2ba35b Placeholder for winbind aix client. -