#233 provider_id = files is no longer supported - with this configuration SSSD should fail to start
Closed: Fixed None Opened 14 years ago by jgalipea.

Description[[BR]]

provider_id = files is not longer a supported back end. With this configuration, SSSD should fail to start with appropriate error like "Invalid Provider ID".[[BR]]

sssd.conf[[BR]]

[sssd]
config_file_version = 2
domains = FILES
reconnection_retries = 3
services = nss, pam

[nss]
debug_level = 4
entry_cache_timeout = 1
entry_negative_timeout  = 1
enum_cache_timeout = 1
filter_groups = root
filter_users = root
reconnection_retries = 3

[pam]
reconnection_retries = 3

[dp]
debug_level = 4
reconnection_retries = 3

[domain/FILES]
enumerate = TRUE
id_provider = files
max_id = 1999

Fields changed

owner: somebody => jhrozek

Fields changed

status: new => assigned

Fixed by c7c6e38

fixedin: => 1.0.0
resolution: => fixed
status: assigned => closed

PID file is still getting created and now a cache db is getting creating. No sssd_FILES.logs is getting created though. re-opening bug.

resolution: fixed =>
status: closed => reopened

[root@localhost ~]# ls /var/run/ss
sshd.pid  sssd.pid  
[root@localhost ~]# ps -ef | grep sssd
root      1159 32152  0 08:43 pts/0    00:00:00 grep sssd
[root@localhost ~]# tail -f /var/log/sssd/sssd.log 
[sssd] [add_new_provider] (0): The "files" provider is invalid

[root@localhost ~]# ls /var/lib/sss/db/
cache_FILES.ldb  config.ldb

Fields changed

owner: jhrozek => sgallagh
status: reopened => new

Fields changed

status: new => assigned

Fixed by 531316d

resolution: => fixed
status: assigned => closed

Fields changed

rhbz: => 0

Metadata Update from @jgalipea:
- Issue assigned to sgallagh
- Issue set to the milestone: SSSD 1.0

7 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/1275

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata