davidep
(Davide Principi)
41
This is the command I found in my /var/log/messages. It is invoked by realmd during the accounts provider installation
/usr/bin/sh -c /usr/sbin/authconfig --update --enablesssd --enablesssdauth --enablemkhomedir --nostart && /usr/bin/systemctl enable oddjobd.service && /usr/bin/systemctl start oddjobd.service
Before executing it open a spare shell to prevent being locked out of your system!
1 Like
Enrico
(Enrico)
42
Have I to modify my authconfig files as your one?
I only made a backup of authconfig, I have not modified anything yet
davidep
(Davide Principi)
43
No, just execute that command! Then you could compare the files to see what it did…
Enrico
(Enrico)
44
I think we’re in right way.
After your command, my /etc/sysconfig/authconfig is
[root@server ~]# cat /etc/sysconfig/authconfig
CACHECREDENTIALS=yes
FAILLOCKARGS=“deny=4 unlock_time=1200”
FORCELEGACY=no
FORCESMARTCARD=no
IPADOMAINJOINED=no
IPAV2NONTP=no
PASSWDALGORITHM=sha512
USEDB=no
USEECRYPTFS=no
USEFAILLOCK=no
USEFPRINTD=no
USEHESIOD=no
USEIPAV2=no
USEKERBEROS=no
USELDAP=no
USELDAPAUTH=no
USELOCAUTHORIZE=yes
USEMKHOMEDIR=yes
USENIS=no
USEPAMACCESS=no
USEPASSWDQC=no
USEPWQUALITY=yes
USESHADOW=yes
USESMARTCAR=no
USESSSD=yes
USESSSDAUTH=yes
USESYSNETAUTH=no
USEWINBIND=no
USEWINBINDAUTH=no
WINBINDKRB5=no
And it seems like your!
…and now?
Enrico
(Enrico)
45
Now I can access in eJabberd admin webpage and in pidgin like jabber client! Yesss!!!
Have I to save something?
2 Likes
davidep
(Davide Principi)
46
It’s all ok: authconfig writes the required config files.
I didn’t understand why it failed.
Please, make sure the configuration survives after rebooting the system.
Enrico
(Enrico)
47
Ok, at this time I can’t reboot the server, but I can do it tomorrow morning!
Enrico
(Enrico)
48
I restarted the server, and the configuration survives after rebooting!
Thanks a lot Davide! I owe you a beer!!!
1 Like