opsi client using webdav protocol
Verfasst: 24 Okt 2012, 21:51
I'm trying to configure an opsi client tu use webdav protocol instead of cifs.
To do that, I modified url settings for depot_server in file C:\Program Files (x86)\opsi.org\opsi-client-agent\opsiclientd\opsiclientd.conf on my Windows 7 client like this :
Then, in OPSI config editor i select my Windows client and modify clientconfig.depot.protocol = webdav (was cifs before).
Finally, i setup a new package install for testing.
But when i reboot the Windows workstation and the opsi client launch, the package is installed with cifs (opsi client shows briefly an url like smb://my_opsi_server/opsi_depot).
Can you tell me what steps i'm missing ?
Thanks for your help
To do that, I modified url settings for depot_server in file C:\Program Files (x86)\opsi.org\opsi-client-agent\opsiclientd\opsiclientd.conf on my Windows 7 client like this :
Code: Alles auswählen
[depot_server]
# Depot server id
depot_id = ivsfrsrv-opsi.ivsdomain.fr
# Depot url.
# smb://<depot address>/<share name>/<path to products>
# url = smb://my_opsi_server/opsi_depot
url = webdavs://my_opsi_server:4447/depot
Finally, i setup a new package install for testing.
But when i reboot the Windows workstation and the opsi client launch, the package is installed with cifs (opsi client shows briefly an url like smb://my_opsi_server/opsi_depot).
Can you tell me what steps i'm missing ?
Thanks for your help