@NTsoftware wrote:
Brief description of the problem
/usr/sbin/authconfig is being replaced by authselect, but there is no official package available for Leap 15.2. This binary is used to connect Rockstor to “Active Directory” and “LDAP” services, which are necessary to effectively implement Windows ACLs of Rockstor’s SAMBA shares.
Detailed step by step instructions to reproduce the problem
Attempt to activate Rockstor “Active Directory” or “LDAP” in System/Services section.
Web-UI screenshot
Error Traceback provided on the Web-UI
Traceback (most recent call last):
File “/opt/rockstor/src/rockstor/rest_framework_custom/generic_view.py”, line 41, in _handle_exception
yield
File “/opt/rockstor/src/rockstor/smart_manager/views/active_directory.py”, line 255, in post
run_command(cmd)
File “/opt/rockstor/src/rockstor/system/osi.py”, line 166, in run_command
raise Exception(“Exception while running command({}): {}”.format(cmd, e))
Exception: Exception while running command([’/usr/sbin/authconfig’, ‘–enablewinbind’, ‘–enablewins’, ‘–enablewinbindauth’, ‘–smbsecurity’, ‘ads’, ‘–smbrealm’, ‘TRADITIONSLLC.NET’, ‘–krb5realm=TRADITIONSLLC.NET’, ‘–enablewinbindoffline’, ‘–enablewinbindkrb5’, ‘–winbindtemplateshell=/bin/sh’, ‘–update’, ‘–enablelocauthorize’]): [Errno 2] No such file or directory
Posts: 1
Participants: 1