#Get-NcLdapConfig doesn't return Client Config
1 messages · Page 1 of 1 (latest)
have you tried with -zapicall:$true? This is usually my go-to workaround when some fields are not properly populated 🙂
I just tested it, for me the Get-NcLdapConfig commandlet works fine in both REST and ONTAPI, but the Get-NcLdapClient commandlet for example only returns the client names via ONTAPI, and not via REST
It's rather annoying as you have to piece together stuff from multiple different sources to work around REST/ONTAPI limitations but there's not much that can be done I guess 🙂
Example: the REST call gives you the LDAP server IPs, but not the client name and query timeout. The ONTAPI call gives you those two, but omits the LDAP server IP 🤡