fix: glauth: use `cn` for nameFormat

main
LeRoyce Pearson 2024-01-09 18:38:09 -07:00
parent 5b07801210
commit be442a16c1
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@
{ {
datastore = "config"; datastore = "config";
baseDN = "dc=samsehu,dc=perli,dc=casa"; baseDN = "dc=samsehu,dc=perli,dc=casa";
nameFormat = "uid"; nameFormat = "cn";
groupFormat = "ou"; groupFormat = "ou";
} }
# # TODO: package glauth sqlite plugin # # TODO: package glauth sqlite plugin