The Samba-Bugzilla – Attachment 2327 Details for
Bug 4447
WINBIND - S_PGID only defined in AIX 5.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch winbind_nss_aix.c for AIX 5.2
WINBIND-25pre1-patch.txt (text/plain), 1.12 KB, created by
William Jojo
on 2007-03-14 06:21:33 UTC
(
hide
)
Description:
Patch winbind_nss_aix.c for AIX 5.2
Filename:
MIME Type:
Creator:
William Jojo
Created:
2007-03-14 06:21:33 UTC
Size:
1.12 KB
patch
obsolete
>--- nsswitch/winbind_nss_aix.c.orig 2007-03-14 07:13:51.000000000 -0400 >+++ nsswitch/winbind_nss_aix.c 2007-03-14 07:15:26.000000000 -0400 >@@ -629,8 +629,10 @@ > > if (strcmp(attributes[i], S_ID) == 0) { > results[i].attr_un.au_int = pwd->pw_uid; >+#ifdef _AIXVERSION_530 > } else if (strcmp(attributes[i], S_PGID) == 0) { > results[i].attr_un.au_int = pwd->pw_gid; >+#endif > } else if (strcmp(attributes[i], S_PWD) == 0) { > results[i].attr_un.au_char = strdup(pwd->pw_passwd); > } else if (strcmp(attributes[i], S_HOME) == 0) { >@@ -769,7 +771,9 @@ > {S_PGRP, AL_USERATTR, SEC_CHAR}, > {S_HOME, AL_USERATTR, SEC_CHAR}, > {S_SHELL, AL_USERATTR, SEC_CHAR}, >+#ifdef _AIXVERSION_530 > {S_PGID, AL_USERATTR, SEC_INT}, >+#endif > {S_GECOS, AL_USERATTR, SEC_CHAR}, > {S_SHELL, AL_USERATTR, SEC_CHAR}, > {S_PGRP, AL_USERATTR, SEC_CHAR},
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 4447
: 2327