mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 17:30:23 +08:00
feat(image): 接入 ChatGPT Web 生图反代
This commit is contained in:
@@ -42,7 +42,7 @@ CREATE TABLE IF NOT EXISTS ldap_configs (
|
||||
bind_dn TEXT NOT NULL,
|
||||
bind_password_encrypted TEXT,
|
||||
base_dn TEXT NOT NULL,
|
||||
user_search_filter TEXT NOT NULL DEFAULT '(uid={username})',
|
||||
user_search_filter VARCHAR(512) NOT NULL DEFAULT '(uid={username})',
|
||||
username_attr VARCHAR(50) NOT NULL DEFAULT 'uid',
|
||||
email_attr VARCHAR(50) NOT NULL DEFAULT 'mail',
|
||||
display_name_attr VARCHAR(50) NOT NULL DEFAULT 'cn',
|
||||
|
||||
Reference in New Issue
Block a user