URL: https://github.com/SSSD/sssd/pull/35 Author: justin-stephenson Title: #35: sss_cache: improve option argument handling Action: opened
PR body: """ Print informational message and exit when multiple arguments are provided for single-argument options with sss_cache
Resolves: https://fedorahosted.org/sssd/ticket/3180 """
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/35/head:pr35 git checkout pr35
URL: https://github.com/SSSD/sssd/pull/35 Title: #35: sss_cache: improve option argument handling
centos-ci commented: """ Can one of the admins verify this patch? """
See the full comment at https://github.com/SSSD/sssd/pull/35#issuecomment-250523120
URL: https://github.com/SSSD/sssd/pull/35 Title: #35: sss_cache: improve option argument handling
centos-ci commented: """ Can one of the admins verify this patch? """
See the full comment at https://github.com/SSSD/sssd/pull/35#issuecomment-250523122
URL: https://github.com/SSSD/sssd/pull/35 Title: #35: sss_cache: improve option argument handling
lslebodn commented: """ ok to test """
See the full comment at https://github.com/SSSD/sssd/pull/35#issuecomment-250818767
URL: https://github.com/SSSD/sssd/pull/35 Title: #35: sss_cache: improve option argument handling
Label: +Accepted
URL: https://github.com/SSSD/sssd/pull/35 Title: #35: sss_cache: improve option argument handling
jhrozek commented: """ Sorry for the late review, I was hoping some of the newer developer would pick it up :)
ACK to the patch. The code looks OK and the patch works: ``` # sss_cache -u admin # sss_cache -r admin admin2 Usage: sss_cache [-?EUGNSAHR] [-?|--help] [--usage] [-E|--everything] [-u|--user=STRING] [-U|--users] [-g|--group=STRING] [-G|--groups] [-n|--netgroup=STRING] [-N|--netgroups] [-s|--service=STRING] [-S|--services] [-a|--autofs-map=STRING] [-A|--autofs-maps] [-h|--ssh-host=STRING] [-H|--ssh-hosts] [-r|--sudo-rule=STRING] [-R|--sudo-rules] [-d|--domain=STRING] Unexpected argument(s) provided, options that invalidate a single object only accept a single provided argument. ``` """
See the full comment at https://github.com/SSSD/sssd/pull/35#issuecomment-252283002
URL: https://github.com/SSSD/sssd/pull/35 Title: #35: sss_cache: improve option argument handling
Label: +Pushed
URL: https://github.com/SSSD/sssd/pull/35 Title: #35: sss_cache: improve option argument handling
Label: -Accepted
URL: https://github.com/SSSD/sssd/pull/35 Title: #35: sss_cache: improve option argument handling
jhrozek commented: """ master: 1330390c698ca0802200725df43356557aa633a2 """
See the full comment at https://github.com/SSSD/sssd/pull/35#issuecomment-252582107
URL: https://github.com/SSSD/sssd/pull/35 Author: justin-stephenson Title: #35: sss_cache: improve option argument handling Action: closed
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/35/head:pr35 git checkout pr35
sssd-devel@lists.fedorahosted.org