Topic on Extension talk:LDAPProvider

Installing LDAPProvider on Synology NAS

2
139.191.205.211 (talkcontribs)

I am looking for advice on how to create the database tables necessary to the functioning of the LDAPProvider extension

The installation process suggests to run the following script on a Synology NAS: php maintenance/update.php

When I connect via SSH to the NAs and attempt to run this command, I receive an indication that some php packages (fileinfo and intl) are not installed.

I can only install one of those php packages via the Webstation script language settings (the other is not an option). However, this does not change the outcome when running the command line.

Thank you for your help and feedback

Osnard (talkcontribs)

Neither fileinfo and intl are actively required by the LDAP extensions. My best guess is that your CLI php uses a different <cide>php.ini file than your webserver php.

Try to run the command with the ini file specified

php -c path/to/webserver/php.ini maintenance/update.php --quick
Reply to "Installing LDAPProvider on Synology NAS"