I've solved the problem.
In /var/log/syslog there was an entry:
Code:
Jul 26 14:08:00 yubico01 anacron[1086]: Job `cron.daily' terminated (exit status: 1) (mailing output)
Jul 26 14:08:00 yubico01 anacron[1086]: Normal exit (1 job run)
I did try to execute the command manual and get the error below:
Code:
root@yubico01:/etc/cron.hourly# /usr/share/webmin/yubico-RoP/ykrop2_ldap_user_import.pl 1
bash: /usr/share/webmin/yubico-RoP/ykrop2_ldap_user_import.pl: Permission denied
The /usr/share/webmin/yubico-RoP/ykrop2_ldap_user_import.pl perlscript did not have execute rights.
I made it executable with:
Code:
chmod a+x /usr/share/webmin/yubico-RoP/ykrop2_ldap_user_import.pl
After i did this the scheduled user import is working.