Thanks Bill, much appreciated.
I assume adding password and shell to bacula user does not cause any harm to 
the bacula functionality 

-Yateen Bhagat

-----Original Message-----
From: Bill Arlofski via Bacula-users <bacula-users@lists.sourceforge.net> 
Sent: Monday, April 10, 2023 7:36 PM
To: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] password for user bacula


CAUTION: This is an external email. Please be very careful when clicking links 
or opening attachments. See http://nok.it/ext for additional information.



On 4/9/23 23:55, Yateen Shaligram Bhagat (Nokia) wrote:
> Hi all,
>
> I need to login as user bacula on the linux host running bacula client 
> (9.4.4)
>
> What is the default password for this user id?
>
> Thanks,
>
> Yateen Bhagat
>

Hello Yateen,

There is no default pasword for the OS's `bacula` user. As a matter of fact 
most package maintainers for the Bacula packages on different Linux 
Distributions set no password, lock the account, and set the shell to 
`/usr/bin/nologin`

As the root user on the system to need to set a password, unlock the account 
and change the shell to a valid shell like `/bin/bash`


If you are trying to run som binary or script as the bacula users, you can also 
just use sudo:

# sudo -u bacula /path/to/script_or_binary



Hope this helps,
Bill

--
Bill Arlofski
w...@protonmail.com


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to