* Rename fsldap to efsldap

* Use gopkg.in/ini.v1 over github.com/joho/godotenv
* Fix typos

Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
2026-01-07 16:37:02 -03:00
parent 0677061406
commit e4d9b92061
13 changed files with 147 additions and 69 deletions

5
efsldap.ini Normal file
View File

@@ -0,0 +1,5 @@
ldap_base = "dn=example,dn=com"
ldap_uid = "cn"
smtp_domain = "example.com"
smtp_host = "localhost"
smtp_port = "25"