Displaying 4 results from an estimated 4 matches for "editright".
Did you mean:
editrights
2006 Aug 30
0
[PATCH] Cygwin: Add SeTcbPrivilege to sshd_server user
...================
RCS file: /cvs/openssh/contrib/cygwin/ssh-host-config,v
retrieving revision 1.19
diff -p -u -r1.19 ssh-host-config
--- contrib/cygwin/ssh-host-config 3 Mar 2006 21:50:32 -0000 1.19
+++ contrib/cygwin/ssh-host-config 30 Aug 2006 16:45:57 -0000
@@ -516,6 +516,7 @@ then
fi
editrights -a SeAssignPrimaryTokenPrivilege -u sshd_server &&
editrights -a SeCreateTokenPrivilege -u sshd_server &&
+ editrights -a SeTcbPrivilege -u sshd_server &&
editrights -a SeDenyInteractiveLogonRight -u sshd_server &&
editrights -a SeDenyNetworkLo...
2003 Nov 05
0
[PATCH] contrip/cygwin: Reworking the installation support
...rd never expires or set it to your needs."
+ elif ! passwd -e sshd_server
+ then
+ echo
+ echo "WARNING: Setting password expiry for user sshd_server failed!"
+ echo "Please check that password never expires or set it to your needs."
+ fi
+ editrights -a SeAssignPrimaryTokenPrivilege -u sshd_server &&
+ editrights -a SeCreateTokenPrivilege -u sshd_server &&
+ editrights -a SeDenyInteractiveLogonRight -u sshd_server &&
+ editrights -a SeDenyNetworkLogonRight -u sshd_server &&
+ editrights -a SeDeny...
2012 Jun 05
1
[patch/cygwin]: Explicitely add user right to start service
...t-config 21 Feb 2011 10:41:32 -0000 1.31
+++ contrib/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 Vinsch...
2006 May 10
2
[LLVMdev] llvm-gcc4 & mingw32
...and
rebuild that file by hand.
3. GCC
We're using cygwin shell, as msys isn't able to handle GCC's auto*
machinery well. We're needing just folowing packages installed:
alternatives ash base-files base-passwd bash bzip2 clear coreutils
crypt cygutils cygwin cygwin-doc diffutils editrights expat findutils
gawk gdbm grep groff gzip less libbz2_1 libcharset1 libdb4.2 libdb4.3
libgdbm libgdbm-devel libgdbm3 libgdbm4 libiconv libiconv2 libintl libintl1
libintl2 libintl3 libncurses5 libncurses6 libncurses7 libncurses8 libpcre0
libpopt0 libreadline4 libreadline5 libreadline6 login m4 make...