The Samba-Bugzilla – Attachment 1442 Details for
Bug 3091
netgroups broken with LDAP SUN ONE directory server
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Test program to show the bug
netgroup_test.c (text/plain), 528 bytes, created by
Tom Crummey
on 2005-09-13 08:23:01 UTC
(
hide
)
Description:
Test program to show the bug
Filename:
MIME Type:
Creator:
Tom Crummey
Created:
2005-09-13 08:23:01 UTC
Size:
528 bytes
patch
obsolete
>/*-------------------------------------------------------------- > Program to test SUN implementation of netgroups in LDAP > argv[1] is the netgroup > argv[2] is the hostname > argv[3] is the domain > > TC 18/8/05 > -------------------------------------------------------------*/ >#include <stdio.h> >#include <netdb.h> >#include <sys/time.h> >#include <lber.h> >#include <ldap.h> > >main (argc, argv) >int argc; >char *argv[]; >{ > int stat; > > stat = innetgr(argv[1],argv[2],(char *) 0,argv[3]); > printf("Exit status is %d\n",stat); >} >
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 3091
: 1442