디렉토리인증 mod_auth_sys
작성자 정보
- 류 작성
- 작성일
컨텐츠 정보
- 1,769 조회
- 0 추천
- 목록
본문
정식 모듈은 아닌걸로 압니다.
ftp://ftp.inempire.com/pub/Apache/module/mod_auth_sys.c
apache디렉토리인증방법중에 시스템계정으로 인증 하는 방법을 알고 싶어서
아래 소스로 해봤는데.. apache1.3.12 정도 에선 됐나본데.
1.3.33버전에선 아래 와 같이 에러가 나네요.
# /usr/local/apache/bin/apxs -a -c mod_auth_sys.c
gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -DUSE_HSREGEX -fpic -DSHARED_CORE -DSHARED_MODULE -I/usr/local/apache/include -c mod_auth_sys.c
mod_auth_sys.c: In function `get_sys_pw':
mod_auth_sys.c:171: too few arguments to function `getspnam_r'
mod_auth_sys.c: In function `get_sys_grp':
mod_auth_sys.c:214: too few arguments to function `getgrnam_r'
mod_auth_sys.c: In function `get_sys_pgrp':
mod_auth_sys.c:239: too few arguments to function `getpwnam_r'
mod_auth_sys.c:240: too few arguments to function `getgrgid_r'
apxs:Break: Command failed with rc=1
아시면 부탁합니다.
관련자료
-
이전
-
다음