Feature #176
Enhanced samba logon script
Статус: | New | Начата: | 28.09.2010 | |
---|---|---|---|---|
Приоритет: | Low | Дата выполнения: | ||
Назначена: | - | Готовность в %: | 0% |
|
Категория: | Calculate Directory Server | Затраченное время: | - | |
Версия: | - | |||
Голоса: | 0 |
Описание
For add own parameters/operations/command in script.cmd, which are logon script for windows hosts (parameter "logon script =" in /etc/samba/smb.conf). Adds all lines from /etc/calculate/start.cmd.add with properly EOL (CR LF) netlogon/$USER/start.cmd when user generated by cl-useradd. Linux-style comments (line started with "#") will be ignored. File /etc/calculate/start.cmd.add must ended by empty line.
История
Обновлено Dmitry Fomenko около 14 лет назад
1) May be better not ignore linux-style comments, but convert to win-style comment (line started "rem")?
2) May be not generate default start.cmd from python script, entirely transfer default start.cmd to .conf and always generate start.cmd from the .conf file?
What are you think about it?
Обновлено Alexander Tratsevskiy около 14 лет назад
- Параметр Версия изменился на 11.0
Обновлено Alexander Tratsevskiy почти 14 года назад
- Параметр Назначена изменился на Alexey Samoukin
Обновлено Alexander Tratsevskiy почти 14 года назад
- Значение
11.0параметра Версия удалено
Обновлено Dmitry Fomenko больше 13 лет назад
- Файл start.cmd-r1.diff добавлен
- Значение
Alexey Samoukinпараметра Назначена удалено
Also space-string (tab, space, \n ) and win-style comment ('[Rr][Ee][Mm]') will be ignored