isundil 5 years ago
parent
commit
a021f77a16

+ 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