fix: glauth: use `cn` for nameFormat
parent
5b07801210
commit
be442a16c1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue