iulian roman via FreeIPA-users wrote: > Hi, > > Bellow I attached the output from a non-anonymous bind : > > # extended LDIF > # > # LDAPv3 > # base <cn=OracleContext,dc=ipadev,dc=example,dc=com> with scope subtree > # filter: (objectclass=*) > # requesting: ALL > # > > # OracleContext, ipadev.example.com > dn: cn=OracleContext,dc=ipadev,dc=example,dc=com > objectClass: orclContext > objectClass: top > cn: OracleContext > > # ORADEV1, OracleContext, ipadev.example.com > dn: cn=ORADEV1,cn=OracleContext,dc=ipadev,dc=example,dc=com > objectClass: top > objectClass: orclService > cn: ORADEV1 > orclNetDescString: (DESCRIPTION =(ADDRESS_LIST =(ADDRESS = (PROTOCOL = TCP)(HO > ST = oradev01.example.com)(PORT = 1522)))(CONNECT_DATA = (SERVICE_NAME = > ORADEV1))) > orclVersion: 19.7 > > # search result > search: 2 > result: 0 Success > > # numResponses: 3 > # numEntries: 2
Nothing obvious is jumping out at me. You can debug the ACIs by increasing the error log level: https://directory.fedoraproject.org/docs/389ds/FAQ/faq.html#troubleshooting I'd start with 262144 as it has a lot less overhead than 128. rob _______________________________________________ FreeIPA-users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
