search for: privilieg

Displaying 5 results from an estimated 5 matches for "privilieg".

Did you mean: privilige
2010 Sep 23
1
net rpc SeDiskOperatorPrivilege failing for domain user
...local/samba/bin# ./net -U users1 -W emcsoho.local rpc rights grant users1 SeDiskOperatorPrivilege Enter users1's password: Successfully granted rights. ------- The problem is my device does not know the domain users passwords. how to handle this situation?. How to give SeDiskOperatorPrivilege priviliege for the domain users from the device with domain administrator account. Thanks Suresh
2015 Apr 19
2
Possible Security Hole (Bug?)
...; # Members of the "domain admins" group may do about anything. > # And rightfully so. > %domain\x20admins ALL=(ALL:ALL) ALL > > Apply liberally, where it is warranted. > If there is a need to grant selected domain users elevated rights on the Linux host. In this case root privilieges. This is one way of doing it. Rowland mentioned another. > But to the thoughts train, every user is just one user. > Mapping user to other user is creating a mess you don't want to solve > yourself. > Maybe so. I was merely trying to express a different view. Where Samba is some...
2005 Feb 19
0
[PATCH]: uidswap.c: Drop uid 0 check on Cygwin
...account which is going to log in. The below patch fixes that. Could somebody please check it in? I guess I asked this question already at least twice, but would it hurt OpenSSH badly if it would drop the tests for uid == 0 and instead call a function which checks the current account for being a privilieged account? This could be very simple on most UNIX derivates like this: int privileged_user () { return geteuid () == 0; } and much more complicated on systems needing that. On Cygwin we could check for the SE_CREATE_TOKEN_NAME privilege in the current access token on NT and just return 1 on 9...
2015 Apr 19
0
Possible Security Hole (Bug?)
...in admins" group may do about anything. >> # And rightfully so. >> %domain\x20admins ALL=(ALL:ALL) ALL >> >> Apply liberally, where it is warranted. >> > If there is a need to grant selected domain users elevated rights on > the Linux host. In this case root privilieges. This is one way of > doing it. Rowland mentioned another. > >> But to the thoughts train, every user is just one user. >> Mapping user to other user is creating a mess you don't want to solve >> yourself. >> > Maybe so. I was merely trying to express a differ...
2015 Apr 18
2
Possible Security Hole (Bug?)
2015-04-17 10:01 GMT+02:00 Rowland Penny <rowlandpenny at googlemail.com>: > On 16/04/15 19:26, David Willis wrote: >> >> Thank you for the reply. >> >> Forgive me if I am not understanding correctly, but.. >> >> I have heard conflicting reports about whether or not to assign UID to >> DOM\administrator, even from threads read on these lists :)