URL: https://github.com/SSSD/sssd/pull/695 Author: pbrezina Title: #695: sss_iface: prevent from using invalid names that start with digits Action: opened
PR body: """ From: https://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-na...
- Bus names that start with a colon (':') character are unique connection names. Other bus names are called well-known bus names. - Bus names are composed of 1 or more elements separated by a period ('.') character. All elements must contain at least one character. - Each element must only contain the ASCII characters "[A-Z][a-z][0-9]_-", with "-" discouraged in new bus names. Only elements that are part of a unique connection name may begin with a digit, elements in other bus names must not begin with a digit. - Bus names must contain at least one '.' (period) character (and thus at least two elements). - Bus names must not begin with a '.' (period) character. - Bus names must not exceed the maximum name length (255).
Resolves: https://pagure.io/SSSD/sssd/issue/3872 """
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/695/head:pr695 git checkout pr695
URL: https://github.com/SSSD/sssd/pull/695 Title: #695: sss_iface: prevent from using invalid names that start with digits
jhrozek commented: """ ACK, I tested the PR as part of working on https://pagure.io/SSSD/sssd/issue/3892 """
See the full comment at https://github.com/SSSD/sssd/pull/695#issuecomment-444043880
URL: https://github.com/SSSD/sssd/pull/695 Title: #695: sss_iface: prevent from using invalid names that start with digits
Label: +Accepted
URL: https://github.com/SSSD/sssd/pull/695 Title: #695: sss_iface: prevent from using invalid names that start with digits
jhrozek commented: """ * master: f47940356462a3f477fe462e71d7680c959300db """
See the full comment at https://github.com/SSSD/sssd/pull/695#issuecomment-444621900
URL: https://github.com/SSSD/sssd/pull/695 Author: pbrezina Title: #695: sss_iface: prevent from using invalid names that start with digits Action: closed
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/695/head:pr695 git checkout pr695
URL: https://github.com/SSSD/sssd/pull/695 Title: #695: sss_iface: prevent from using invalid names that start with digits
Label: +Pushed
sssd-devel@lists.fedorahosted.org