This website works better with JavaScript
Home
Explore
Help
Register
Sign In
isundil
/
mysql_ldap_auth
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
php init
isundil
5 years ago
parent
93a9e0bc2d
commit
a021f77a16
8 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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
View File
@@ -1,5 +1,5 @@
*.o
*.so
-/test
+
mysql_plugin
/test
+ 0
- 0
Makefile → mysql_plugin/Makefile
View File
+ 0
- 0
MySQLLDAPAuthModule.h → mysql_plugin/MySQLLDAPAuthModule.h
View File
+ 0
- 0
interfaces.h → mysql_plugin/interfaces.h
View File
+ 0
- 0
ldap-auth.cpp → mysql_plugin/ldap-auth.cpp
View File
+ 0
- 0
ldapReader.cpp → mysql_plugin/ldapReader.cpp
View File
+ 0
- 0
ldapReader.h → mysql_plugin/ldapReader.h
View File
+ 0
- 0
test.cpp → mysql_plugin/test.cpp
View File