Problem
Fehlende Attribute nach einem User-Import über die Kelvin-API.
sambaHomeDrive: X:
sambaLogonScript: ucs-school-logon.vbs
Solution
Bug 52934
Die UCRV müssen im Docker Container der Kelvin API zusätzlich gesetzt werden.
univention-app shell ucsschool-kelvin-rest-api
/kelvin # ucr get ucsschool/import/set/homedrive
/kelvin # ucr get ucsschool/import/set/netlogon/script/path
Setze die Werte wie folgt im Container:
univention-app shell ucsschool-kelvin-rest-api
/kelvin # ucr set ucsschool/import/set/homedrive='X:'
/kelvin # ucr set ucsschool/import/set/netlogon/script/path='ucs-school-logon.vbs'
Danach beende die Verbindung zum Container und restarte die Kelvin API
/kelvin # exit
univention-app restart ucsschool-kelvin-rest-api