Hello
I can't find how to use Admin API with ACC password protected.
I have a server with a Sentinel Licence Manager (8.21) on a Debian with a software key.
This server is exposed on Internet for some stuff.
With this ACC, I must use HTTPS, so I must have a password protection.
So all work fine except Admin API
I use this sample code for exemple :
status = sntl_admin_context_new_scope( &context, scopeNew);
status = sntl_admin_get( context, scopeGet, format, &info);
- scopeNew with host, port, password and certificat
- scopeGet with just <haspscope/>
It work fine only if I configure Password protection to "Configuration Pages" (because password is just ignored)
It I configure Password protection to "All ACC Pages", sntl_admin_get return 6008 error : SNTL_ADMIN_PASSWORD_REQUIRED, but I have already fill the passord in scopeNew
Same thing with sntl_admin_context_new()
I don't know how and where to give password ?
Any help