GaryAllan
GaryAllan
> I would also like to remove the requirement to create users locally, SAML JIT does not require users to be created locally in phpIPAM and is available in 1.5.0...
Hello, I usually advise to build a clean new IPAM VM and then export-import the db into the new VM. Once you're happy update DNS to point to the new...
+ upgrade to v1.6.0 before upgrading to PHP8.x.
Tested with CentOS 7.6.1810 & PHP 5.4.16 ### Before 890941ee0a22989ae1c9d50167224f7ae08bedfd:  ### After 890941ee0a22989ae1c9d50167224f7ae08bedfd  Switching AD authentication method to use SSL and port 636  After installing the AD...
Attribute names are case sensitive https://github.com/phpipam/phpipam/blob/master/doc/Authentication/SAML2.md#automatic-user-jit-provisioning https://github.com/phpipam/phpipam/blob/15e44cc6cb502734f6e72cadf87015fe0059c8a7/app/saml2/index.php#L184 Try... ``` Operators ```
Hello, Are there any errors in the Apache error log. Look under /var/log/apache/* or /var/log/httpd/*
Hello Do you have the php error logs? The above is the access log. I'm not familiar with IIS
Looks like a URL rewrite issue. Does IIS honor the rewrite rules in the .htaccess files? Do you have "prettify links" enabled ?
Fixed in master and 1.6 branch
> PHPMailer\PHPMailer\FILTER_FLAG_HOST_REQUIRED Update your submodules. `git submodule update --init --recursive` and this should go away.