PavelKHTW Ну дело хозяйское У меня... про всех не скажу, на DC, IIS полюбому ибо есть OWA, да и в DMZ оно, что собственно не очень страшно
Цитата
А откуда такая уверенность что SQL не обязателен
[/quote]
Ок читаем вместе
Код
LimitLogin v1.0
LimitLogin is an application that adds the ability to limit concurrent user logins in an Active Directory domain.
It can also keep track of all logins information in Active Directory domains.
LimitLogin capabilities include:
· Limiting the number of logins per user from any machine in the domain, including Terminal Server sessions.
· Displaying the logins information of any user in the domain according to a specific criterion (e.g. all the logged-on sessions to a specific client machine or Domain Controller, or all the machines a certain user is currently logged on to).
· Easy management and configuration by integrating to the Active Directory MMC snap-ins.
· Ability to delete and log off user session remotely straight from the Active Directory Users and Computers MMC snap-in.
· Generating Login information reports in CSV (Excel) and XML formats.
LimitLogin grants System Administrators, Help Desk staff or any other IT-related personnel the ability to quickly query for any user logged on to the domain and view the machines they’re currently logged on to, while enabling the above list of features and management tasks to be performed on those user sessions.
[/code]
Соответственно на SQL можно, но не необходимо, что в принципе логично.
Xenon[BMSTU] Полезная штука, но на сколько я помню если воспользоваться этой опцией возникают проблемы доступа к общим ресурсам (точно говорить не буду, как то на хоботе проходила тема про проблемы сетевой печати)
позволить учётной записи только один раз зарегистрироваться обсуждалось не раз.
самое простое решение - логон скрипт
Код
@echo off
net use T: /delete
net use T: \\<какая-нибудь шара>
if exist T: goto end
if not exist T: goto logout
:logout
echo Y | logoff.exe
:end
[/code]
logoff.exe есть в rk
нет времени разбираться — наймите того, кто знает.
эээ, в OU может быть несколько учеток компов и юзверей
и потом ограничение по определенным компам - делается на уровне уетки пользователя
[/quote]
да в OU может быть несколько учетных записей, и на всех этих компах я смогу заходить одним и тем же пользователем одновременно - почитайте выше о чем собственно речь
По поводу вашего второго утверждения - например где и как? - нет там такого