This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
isundil
/
mysql_ldap_auth
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Selaa lähdekoodia
php init
isundil
5 vuotta sitten
vanhempi
93a9e0bc2d
commit
a021f77a16
8 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Näytä diff tilastot
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
Näytä tiedosto
@@ -1,5 +1,5 @@
*.o
*.so
-/test
+
mysql_plugin
/test
+ 0
- 0
Makefile → mysql_plugin/Makefile
Näytä tiedosto
+ 0
- 0
MySQLLDAPAuthModule.h → mysql_plugin/MySQLLDAPAuthModule.h
Näytä tiedosto
+ 0
- 0
interfaces.h → mysql_plugin/interfaces.h
Näytä tiedosto
+ 0
- 0
ldap-auth.cpp → mysql_plugin/ldap-auth.cpp
Näytä tiedosto
+ 0
- 0
ldapReader.cpp → mysql_plugin/ldapReader.cpp
Näytä tiedosto
+ 0
- 0
ldapReader.h → mysql_plugin/ldapReader.h
Näytä tiedosto
+ 0
- 0
test.cpp → mysql_plugin/test.cpp
Näytä tiedosto