I’m trying to set up the nextcloud plugin in FreeNAS with the LDAP/AD backend. Initially I just want to get a simple bind over (no ssl), but it seems broken.
When I click detect port here, it just hangs. Same if I use the address of a specific dc. Nothing seems to happen if I fill out the rest of the information correctly either. Binds on other systems on the same subnet are working fine.
I’ve set the firewall to allow all traffic to the domain controllers from this subnet. I can ping the dcs, I can ssh into them from the nextcloud jail, etc. Time is sync’d and the dcs are set as the dns servers.
I just got it fixed on my end. I had to update /mnt/Data01/iocage/jails/nextcloud/root/usr/local/etc/nginx/conf.d/nextcloud.conf.template with the fix from here.
github dot com/nextcloud/documentation/pull/2197
Then I restarted the plugin and it works. At least the continue button isn’t greyed out, going through the rest of it now.