URL: https://github.com/SSSD/sssd/pull/106
Title: #106: Add a new "files" provider

jhrozek commented:
"""
Yes, but as I said in the comment (in the part you quoted out), 
assert_passwd_by_name won't work, because it expects dir and uses dir in its 
control directory:
```
Traceback (most recent call last):
  File "/home/remote/jhrozek/devel/sssd/src/tests/intg/test_files_ops.py", line 
55, in test_userdel
    ent.assert_passwd_by_name("user1", USER1)
  File "/home/remote/jhrozek/devel/sssd/src/tests/intg/ent.py", line 216, in 
assert_passwd_by_name
    d = _diff(ent, pattern)
  File "/home/remote/jhrozek/devel/sssd/src/tests/intg/ent.py", line 111, in 
_diff
    d = _diff(ent[key], value, item_map)
KeyError: 'directory'
```

"""

See the full comment at 
https://github.com/SSSD/sssd/pull/106#issuecomment-271338295
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

Reply via email to