search for: seservicelogonright

Displaying 4 results from an estimated 4 matches for "seservicelogonright".

2003 Apr 22
1
Setting SeServiceLogonRight ?
...! I want to authenticate a Exchange 5.5 Server against Samba 2.2.8. But the Exchange Server says after using a Samba account: Cant start due to a logon failure: "The User has not been granted the request logon type at this computer" I tracked down the problem and i think that the "SeServiceLogonRight" Privilege is not set by the Samba PDC thus not allowing an Account to be startet as a service. Has anyone an idea howto start the Exchange Services with an Samba Account ? Exchange 5.5 is not accepting the Local System Account ! thanks, DI Helmut Hartl
2009 Oct 09
0
Samba assignment of privileges
...sePriorityPrivilege | |Load and unload device drivers |SeLoadDriverPrivilege | |Lock pages in memory |SeLockMemoryPrivilege | |Log on as a batch job |SeBatchLogonRight | |Log on as a service |SeServiceLogonRight | |Manage auditing and security log |SeSecurityPrivilege | |Modify an object label |SeRelabelPrivilege | |Modify firmware environment values |SeSystemEnvironmentPrivilege | |Perform volume maintenance tasks |SeManag...
2012 Jun 05
1
[patch/cygwin]: Explicitely add user right to start service
...ntrib/cygwin/ssh-host-config 5 Jun 2012 12:04:22 -0000 @@ -493,6 +493,7 @@ install_service() { -a "-D" -y tcpip "${cygwin_env[@]}" \ -u "${run_service_as}" -w "${password}" then + /usr/bin/editrights -u "${run_service_as}" -a SeServiceLogonRight echo csih_inform "The sshd service has been installed under the '${run_service_as}'" csih_inform "account. To start the service now, call \`net start sshd' or" Thanks, Corinna -- Corinna Vinschen Cygwin Project Co-Leader Red Hat
2003 Nov 05
0
[PATCH] contrip/cygwin: Reworking the installation support
...s -a SeDenyInteractiveLogonRight -u sshd_server && + editrights -a SeDenyNetworkLogonRight -u sshd_server && + editrights -a SeDenyRemoteInteractiveLogonRight -u sshd_server && + editrights -a SeIncreaseQuotaPrivilege -u sshd_server && + editrights -a SeServiceLogonRight -u sshd_server && + sshd_server_got_all_rights="yes" + if [ "${sshd_server_got_all_rights}" != "yes" ] + then + echo + echo "Assigning the appropriate privileges to user 'sshd_server' failed!" + echo "Can'...