This website works better with JavaScript
Startsida
Utforska
Hjälp
Registrera dig
Logga in
isundil
/
mysql_ldap_auth
Bevaka
2
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Bläddra i källkod
php init
isundil
5 år sedan
förälder
93a9e0bc2d
incheckning
a021f77a16
8 ändrade filer
med
1 tillägg
och
1 borttagningar
Delad Vy
Visa Diff Statistik
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
Visa fil
@@ -1,5 +1,5 @@
*.o
*.so
-/test
+
mysql_plugin
/test
+ 0
- 0
Makefile → mysql_plugin/Makefile
Visa fil
+ 0
- 0
MySQLLDAPAuthModule.h → mysql_plugin/MySQLLDAPAuthModule.h
Visa fil
+ 0
- 0
interfaces.h → mysql_plugin/interfaces.h
Visa fil
+ 0
- 0
ldap-auth.cpp → mysql_plugin/ldap-auth.cpp
Visa fil
+ 0
- 0
ldapReader.cpp → mysql_plugin/ldapReader.cpp
Visa fil
+ 0
- 0
ldapReader.h → mysql_plugin/ldapReader.h
Visa fil
+ 0
- 0
test.cpp → mysql_plugin/test.cpp
Visa fil