Hello,
i'm using Bareos version 22.1.1 and trying to set up authentication via
LDAP. I'm trying to log in with the LDAP user "stefan.harbich".
Unfortunately without success. Here are my configuration changes:
...
root@dsme01:~# cat /etc/pam.d/bareos
auth required pam_unix.so
## auth required pam_sss.so
account required pam_unix.so
account required pam_permit.so
...
root@dsme01:~# cat /etc/bareos/bconsole.conf
#
# Bareos User Agent (or Console) Configuration File
#
Director {
Name = bareos-dir
## address = localhost
address = bareos.intern.example.com
Password = "gYl8UCe/4EnxFfsBdW5dzzWads+#############+###"
Description = "Bareos Console credentials for local Director"
}
...
root@dsme01:~# cat /etc/bareos/bareos-dir.d/console/pam-console.conf
Console {
Name = "bareos-dir"
Password = "gYl8UCe/4EnxFfsBdW5dzzWads+#############+###"
UsePamAuthentication = yes
}
...
root@dsme01:~# cat /etc/bareos/bareos-dir.d/user/stefan.harbich.conf
User {
Name = "stefan.harbich"
CommandACL = status, .status
JobACL = *all*
}
...
I added the user bareos to the root group.
Do you have any tips for me on what else I can check?
Greetings from Stefan Harbich
--
You received this message because you are subscribed to the Google Groups
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/bareos-users/f5573260-6156-478b-8bf8-b6f9681c6c9fn%40googlegroups.com.