Page 1 of 1

using sssd for windows ad integration

Posted: 2019/03/27 04:41:25
by Anju Singh
Hi, I am getting the below error when I run authconfig command to join the domain using sssd

[root@vlvicadtest /]# /usr/sbin/authconfig --update --enablesssd --enablesssdauth --enablemkhomedir
Traceback (most recent call last):
File "/usr/sbin/authconfig", line 923, in <module>
sys.exit(module.run())
File "/usr/sbin/authconfig", line 499, in run
self.readAuthInfo()
File "/usr/sbin/authconfig", line 342, in readAuthInfo
self.info = authinfo.read(self.printError)
File "/usr/share/authconfig/authinfo.py", line 921, in read
info.read()
File "/usr/share/authconfig/authinfo.py", line 2208, in read
self.readSSSD(ref)
File "/usr/share/authconfig/authinfo.py", line 1629, in readSSSD
self.sssdConfig.new_config()
File "/usr/lib/python2.6/site-packages/SSSDConfig/__init__.py", line 1365, in new_config
raise AlreadyInitializedError
SSSDConfig.AlreadyInitializedError
[root@vlvicadtest /]#

what could be the possible problem for this error ?

[Moderator: moved to CentOS 6 forum as python 2.6 is not on el7]

Re: using sssd for windows ad integration

Posted: 2019/03/27 12:53:03
by tyler2016
Have you tried to update it to ensure you are not encountering a bug that has been fixed?

Code: Select all

# yum update 'sssd*'

Re: using sssd for windows ad integration

Posted: 2019/03/28 05:58:30
by Anju Singh
I dont have a repo configured on this server and due to some reasons our company doesnt allow the use of http port. Moreover, this is a test server. What version would you suggest me to get in order to fix this error?'




Thanks much,
Anju

Re: using sssd for windows ad integration

Posted: 2019/03/28 07:18:43
by TrevorH
You're going to need to get access so that you can update the systems in the future. There are bug fixes and security fixes and enhancements coming out all the time. You need to be able to put those on.

Re: using sssd for windows ad integration

Posted: 2019/04/01 02:30:37
by Anju Singh
I got this working on CentOS 7.3 & 7.6 but somehow it just doesn't seem to work on CentOS version 6.x