isundil преди 5 години
родител
ревизия
a021f77a16
променени са 8 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .gitignore
  2. 0 0
      mysql_plugin/Makefile
  3. 0 0
      mysql_plugin/MySQLLDAPAuthModule.h
  4. 0 0
      mysql_plugin/interfaces.h
  5. 0 0
      mysql_plugin/ldap-auth.cpp
  6. 0 0
      mysql_plugin/ldapReader.cpp
  7. 0 0
      mysql_plugin/ldapReader.h
  8. 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