URL: https://github.com/freeipa/freeipa/pull/5633 Author: antoniotorresm Title: #5633: Return nsaccountlock in user-add as boolean Action: opened
PR body: """ The `nsaccountlock` attribute was being returned as a string ("TRUE"/"FALSE"). Use the convert function used in `user-find` and `user-mod` for consistency, since these commands return the parameter as a boolean.
Fixes: https://pagure.io/freeipa/issue/8743 Signed-off-by: Antonio Torres antorres@redhat.com """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5633/head:pr5633 git checkout pr5633
URL: https://github.com/freeipa/freeipa/pull/5633 Author: antoniotorresm Title: #5633: Return nsaccountlock in user-add as boolean Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5633/head:pr5633 git checkout pr5633
freeipa-devel@lists.fedorahosted.org