glauth: add baseDN and nameFormat to sqlite datastore

main
LeRoyce Pearson 2024-01-11 18:54:36 -07:00
parent b9b455c4f2
commit 77153bc647
1 changed files with 3 additions and 0 deletions

View File

@ -201,6 +201,9 @@
plugin = "${pkgs.glauth-sqlite}/bin/sqlite.so"; plugin = "${pkgs.glauth-sqlite}/bin/sqlite.so";
pluginhandler = "NewSQLiteHandler"; pluginhandler = "NewSQLiteHandler";
database = "/var/lib/glauth/users.db"; database = "/var/lib/glauth/users.db";
baseDN = "dc=samsehu,dc=perli,dc=casa";
nameFormat = "cn";
groupFormat = "ou";
} }
]; ];
api = { api = {