minimal-ldap-proxy:对数据库后端的代理ldap身份验证请求

时间:2024-06-06 00:54:12
【文件属性】:

文件名称:minimal-ldap-proxy:对数据库后端的代理ldap身份验证请求

文件大小:23KB

文件格式:ZIP

更新时间:2024-06-06 00:54:12

golang databases ldap-authentication ldap-server Go

最小ldap代理 对数据库后端的代理ldap身份验证请求 入门 对于本地测试,可以使用sqlite数据库。 您可以使用以下命令创建: sqlite3 test.db ' CREATE TABLE "users" ( id INTEGER not null primary key autoincrement, name TEXT not null unique, password TEXT not null, gname TEXT not null, sname TEXT not null, email TEXT NULL ); CREATE TABLE groups ( id integer PRIMARY KEY AUTOINCREMENT, name text NOT NULL ); CREATE TABLE user_groups (


【文件预览】:
minimal-ldap-proxy-master
----Gopkg.toml(1KB)
----.gitignore(87B)
----Dockerfile(657B)
----Makefile(2KB)
----pkg()
--------backend_mysql.go(72B)
--------password()
--------frontend_test.go(4KB)
--------backend_test.go(2KB)
--------backend.go(2KB)
--------backend_sqlite3.go(74B)
--------frontend.go(6KB)
--------backend_postgres.go(62B)
----LICENSE(1KB)
----minimal-ldap-proxy.yaml(449B)
----util()
--------strings.go(155B)
--------set.go(265B)
----types()
--------types.go(447B)
----README.md(1KB)
----hack()
--------generate-certs.sh(2KB)
----Gopkg.lock(6KB)
----cmd()
--------mlpcli()
--------minimal-ldap-proxy()

网友评论