Submission + - Do your developers have local admin rights? 6
plover writes: I work as a developer for a Very Large American Corporation. We are not an IT company, but have a large IT organization that does a lot of internal development. In my area, we do Windows development, which includes writing and maintaining code for various services and executables. A few years ago the Info Security group removed local administrator rights from most accounts and machines, but our area was granted exceptions for developers. My question is: do other developers in other large companies have local admin rights to their development environment? If not, how do you handle tasks like debugging, testing installations, or installing updated development tools that aren't a part of the standard corporate workstation?
Yes (Score:1)
It depends... (Score:1)
Technically, a developer may not NEED admin rights, depending on what they are developing and how. Web development versus (say) Visual C++ requires different rights. The installation testing often does, but that should be handled by your test team, which should be a distinct entity. Of course, on a mainframe (you remember those things, right?) the developers do need special access to be able to write code, but that should be in a sand-boxed environment, not the "live" one.
As for "non-standard" developmen
Re: (Score:2)
As for "non-standard" development tools, I do hope those have gone through the proper channels for purchasing (if necessary) and the licenses have been studied by your lawyers. Nothing like being forced to release your internal application code due to a GPL violation from an over-exuberant developer who can't read a license before he clicks "Accept" on the installer.
Personally I wouldn't be so concerned about that if you're using Eclipse, NetBeans, or something relatively mainstream, but the legal department would probably have a fit.
IANAL.
Re: (Score:1)
As for "non-standard" development tools, I do hope those have gone through the proper channels for purchasing (if necessary) and the licenses have been studied by your lawyers. Nothing like being forced to release your internal application code due to a GPL violation from an over-exuberant developer who can't read a license before he clicks "Accept" on the installer.
If you're talking about a code library, then not having admin rights won't save you anything here. I haven't run across an IDE that would lead to a GPL violation as yet. (Doesn't mean there isn't one just that I haven't seen one) Most library's that I've dealt with don't have an installer to begin with. So unless you are going to prevent your developers from saving being able to write files, you have to deal with GPL via policy and review.
Nope (Score:2)