This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
isundil
/
mysql_ldap_auth
Watch
2
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
소스 검색
php init
isundil
5 년 전
부모
93a9e0bc2d
커밋
a021f77a16
8개의 변경된 파일
과
1개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
변경상태 보기
1
1
.gitignore
0
0
mysql_plugin/Makefile
0
0
mysql_plugin/MySQLLDAPAuthModule.h
0
0
mysql_plugin/interfaces.h
0
0
mysql_plugin/ldap-auth.cpp
0
0
mysql_plugin/ldapReader.cpp
0
0
mysql_plugin/ldapReader.h
0
0
mysql_plugin/test.cpp
+ 1
- 1
.gitignore
파일 보기
@@ -1,5 +1,5 @@
*.o
*.so
-/test
+
mysql_plugin
/test
+ 0
- 0
Makefile → mysql_plugin/Makefile
파일 보기
+ 0
- 0
MySQLLDAPAuthModule.h → mysql_plugin/MySQLLDAPAuthModule.h
파일 보기
+ 0
- 0
interfaces.h → mysql_plugin/interfaces.h
파일 보기
+ 0
- 0
ldap-auth.cpp → mysql_plugin/ldap-auth.cpp
파일 보기
+ 0
- 0
ldapReader.cpp → mysql_plugin/ldapReader.cpp
파일 보기
+ 0
- 0
ldapReader.h → mysql_plugin/ldapReader.h
파일 보기
+ 0
- 0
test.cpp → mysql_plugin/test.cpp
파일 보기