#676 Improve checking of enumeration indicator
Closed: Fixed None Opened 13 years ago by sbose.

Currently we use '' as a username to indicate the we want to enumerate all users, the same is true for groups. The checks mostly use strchr() which will not only detect '' but also username which contain a ''. Although it might not be advisable to have a '' in the user name we should

- check in the responders if the requested user name is '*' and return an appropriate error code
- make the checks in the backend more strict to just match '*' and not every name containing a '*'

Fields changed

milestone: NEEDS_TRIAGE => SSSD 1.5.0
owner: somebody => sbose

Fields changed

status: new => assigned

Fixed by d1571f8

resolution: => fixed
status: assigned => closed

Fields changed

rhbz: => 0

Metadata Update from @sbose:
- Issue assigned to sbose
- Issue set to the milestone: SSSD 1.5.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/1718

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