URL: https://github.com/SSSD/sssd/pull/89
Title: #89: nss: rewrite nss responder so it uses cache_req

lslebodn commented:
"""
There is a simple domain config with case_preserving
```
        [domain/LDAP]
        id_provider = ldap
        ldap_uri = ldap://$SERVER
        ldap_search_base = $DS_BASE_DN
        ldap_tls_cacert = /etc/openldap/certs/cacert.asc
        case_sensitive = preserving
```
Then you will add a service entry to LDAP server
```
    dn: cn=Svc1,ou=Services,$DS_BASE_DN
    objectClass: ipService
    cn: Svc1_Alias
    ipServicePort: 1234
    ipServiceProtocol: Tcp
```
and then try to run few getent commands for service
```
    getent services SVC1 | grep Svc1 # passed
    getent services svc1_alias | grep Svc1 # passed
    getent services 1234/TCP # failed
```
I can see more failures related to getservbyport
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/89#issuecomment-264893034
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

Reply via email to