using sssd for windows ad integration

Issues related to applications and software problems
Post Reply
Anju Singh
Posts: 14
Joined: 2018/12/06 03:48:59

using sssd for windows ad integration

Post by Anju Singh » 2019/03/27 04:41:25

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]

tyler2016
Posts: 13
Joined: 2019/02/07 16:06:54
Contact:

Re: using sssd for windows ad integration

Post by tyler2016 » 2019/03/27 12:53:03

Have you tried to update it to ensure you are not encountering a bug that has been fixed?

Code: Select all

# yum update 'sssd*'

Anju Singh
Posts: 14
Joined: 2018/12/06 03:48:59

Re: using sssd for windows ad integration

Post by Anju Singh » 2019/03/28 05:58:30

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

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: using sssd for windows ad integration

Post by TrevorH » 2019/03/28 07:18:43

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.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Anju Singh
Posts: 14
Joined: 2018/12/06 03:48:59

Re: using sssd for windows ad integration

Post by Anju Singh » 2019/04/01 02:30:37

I got this working on CentOS 7.3 & 7.6 but somehow it just doesn't seem to work on CentOS version 6.x

Post Reply