Skip to Main Content
DCE Replacement Strategies
book

DCE Replacement Strategies

by Heinz Johner, Jakob Erber, Stephen Hawkins, Klaus Mueller, Pallavi Nagesha Rao, Donna Skibbie
June 2003
Intermediate to advanced content levelIntermediate to advanced
454 pages
10h 19m
English
IBM Redbooks
Content preview from DCE Replacement Strategies
294 DCE Replacement Strategies
Makefile for application server
Description: Makefile for AIX application server
File name: Makefile
CC=/usr/vacpp/bin/xlC_r4
CFLAGS= -I. -g -o
all : server
server : server_s1.o utils_s1.o azn_authz.o
$(CC) ${CFLAGS} server_s1 server_s1.o utils_s1.o azn_authz.o -lgssapi_krb5
-lpdauthzn
server_s1.o :
$(CC) -c server_s1.c
utils_s1.o :
$(CC) -c utils_s1.c
azn_authz.o :
$(CC) -I/usr/include/PolicyDirector -c azn_authz.c
clean :
rm -f *.o
clobber :
rm -f server_s1 *.o
Revised application client
Description: Revised client program without DCE dependencies
File name: client_s1.c
#include "utils_s1.h"
#define value(x) (((x>='0') && (x<='9'))?x-'0':-1)
#define MAX_HOST_LENGTH 64
char * port_param = NULL;
char * host_param = NULL;
int ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Reinventing the Organization for GenAI and LLMs

Reinventing the Organization for GenAI and LLMs

Ethan Mollick

Publisher Resources

ISBN: 0738453080Purchase book