1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-22 05:57:43 +03:00

15 Commits

Author SHA1 Message Date
Gerald Carter
c1cb6d059b r22069: BUG 4447: Fix compile failure on AIX 5.2 (patch from William Jojo <jojowil@hvcc.edu>) 2007-10-10 12:19:09 -05:00
Gerald Carter
4c53d300fa r21611: I'm not entirely sure about this patch but it is working.
su - DOM\user was unable to set the process crendentials
without listing the "id" and other attributes in the attrlist[].
More fixes to come, but I didn't want this to get lost.
2007-10-10 12:18:17 -05:00
Stefan Metzmacher
ef1001f5a2 r18798: use libreplace headers in pam and nss modules
this hopefully fixes the build on AIX

metze
2007-10-10 12:00:59 -05:00
Volker Lendecke
e4a2cb4b91 r15705: Fix bug number 3788. Thanks to Jeff Wright.
Volker
2007-10-10 11:17:09 -05:00
Jeremy Allison
dcbece8254 r15160: Fix from William Jojo I thought had already been added (but
hadn't).
Jeremy.
2007-10-10 11:16:26 -05:00
Gerald Carter
a95d11345e r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit winbindd server 2007-10-10 11:16:00 -05:00
Volker Lendecke
bb884b0bf9 r7903: Attempt to fix the AIX build 2007-10-10 10:58:03 -05:00
Tim Potter
002cdd4a5b r2760: Another patch from The Written Word. Don't declare function prototypes
inside a function.  Bugzilla #1762.
2007-10-10 10:52:51 -05:00
Tim Potter
4f8496ad62 r2759: Fix for winbindd on AIX 5.1. Apparently it doesn't have as many methods
in struct secmethod_table as AIX 5.2.  Patch from The Written Word.
2007-10-10 10:52:51 -05:00
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. -