#1758 sssd fails to update to changes on autofs maps
Closed: Fixed Opened by jhrozek.

https://bugzilla.redhat.com/show_bug.cgi?id=894302 (Red Hat Enterprise Linux 6)

Description of problem:
sssd fails to read modification to autofs maps
Version-Release number of selected component (if applicable):
1.9.2-65
How reproducible:
Always
Steps to Reproduce:
1. On the Client machine, access a autofs mount:
# cd /testproj1
# mount | grep nfsrv
nfsrv.example.com:/export/project1 on /testproj1 type nfs
(rw,sloppy,vers=4,addr=192.168.122.99,clientaddr=192.168.122.155)
2. Now, modify the location /export/project1 to /export/project2 on the ldap
server.
3. On the client, verify if the new location is being picked up by sssd:
# umount /testproj1
# sss_cache -A
# cd /testproj1
# mount | grep nfsrv
nfsrv.example.com:/export/project1 on /testproj1 type nfs
(rw,sloppy,vers=4,addr=192.168.122.99,clientaddr=192.168.122.155)
# umount /testproj1
# service autofs restart
Stopping automount:                                        [  OK  ]
Starting automount:                                        [  OK  ]
# service sssd restart
Stopping sssd:                                             [  OK  ]
Starting sssd:                                             [  OK  ]
# cd /proj1
# cd
# mount | grep nfsrv
nfsrv.example.com:/export/project1 on /testproj1 type nfs
(rw,sloppy,vers=4,addr=192.168.122.99,clientaddr=192.168.122.155)
# automount -m | grep testproj1
  /testproj1 | -fstype=nfs,rw nfsrv.example.com:/export/project1 <== Should
show /export/project2
Actual results:
Restarting sssd or autofs does not pull in the changes made on the ldap server.
Expected results:
Modifications to the maps should be pulled in by sssd.
Additional info:

Fields changed

blockedby: =>
blocking: =>
coverity: =>
design: =>
design_review: => 0
feature_milestone: =>
fedora_test_page: =>
milestone: NEEDS_TRIAGE => SSSD 1.9.4
owner: somebody => jhrozek
selected: =>
status: new => assigned
testsupdated: => 0

Fields changed

patch: 0 => 1

  • master: 2234d49c8a307ee4f11cc544c862a359f76b44ad
  • sssd-1-9: eafa1e3679ebfc9ce4dfc8f17881baaef4c26c37

resolution: => fixed
status: assigned => closed

Metadata Update from @jhrozek:
- Issue assigned to jhrozek
- Issue set to the milestone: SSSD 1.9.4

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/2800

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.

Metadata