-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 3.2.19, 3.4.11, 3.6.2
-
Component/s: Packaging
-
None
-
Fully Compatible
-
ALL
-
- yum install mongodb-enterprise
- Add kerberos options to /etc/mongod.conf
- Create keytab
- Create /etc/sysconfig/mongod with env vars
- Start service (systemctl start mongod)
-
Build 2018-05-07
-
(copied to CRM)
-
3
Following the Kerberos tutorial I am unable to configure the keytab environment variable for the rpm installed mongod.
The service file does not source /etc/sysconfig/mongod
As a workaround I modified the service file to include
Environment="KRB5_TRACE=/path/to/krb5.log" Environment="KRB5_KTNAME=/path/to/keytab"