Displaying 1 result from an estimated 1 matches for "mod_filename".
Did you mean:
log_filename
2008 Aug 18
0
Error loading module ad.so on AIX
..._ad --with-krb5=/etc/krb5 CC=xlc
CPPFLAGS=-I/opt/pware/include LDFLAGS=-L/opt/pware/lib
I then edited the Makefile so that the following libraries were included:
LIBS=-liconv -ldl -lcom_err -lnsl
And then to fix an AIX specific error I updated a line in
/usr/include/sys/stropts.h to read:
#define mod_filename ...
instead of:
#define mod_name
I was able to successfully compile and link everything and start samba up.
However, I'm unable to get user info from winbind (using wbinfo -i) or convert
SIDs to uids, uids to SIDs, SIDs to usernames or usernames to SIDs. However,
wbinfo -u and wbinfo -g work...