Tagged Questions
The dscl tag has no wiki summary.
31
votes
4answers
13k views
Authorize a non-admin developer in Xcode / Mac OS
I use a standard user account for my daily tasks on Mac OS. Since upgrading to Snow Leopard I am asked to do the following when a program is run from within Xcode:
"Type the name and password of a ...
2
votes
3answers
2k views
Running script with admin permissions on OS X
I've tried my best to find out a solution with the many script questions on Stack Overflow and the internet, but I can't seem to find the solution I need.
What I want to do is create a more automated ...
0
votes
1answer
77 views
Novell IDM Apple Open Directory LDAP Driver
I have been looking for information or examples of how to setup an IDM driver for Apple Open Directory. The articles I have found don't give much detail and pretty much no actual technical content.
I ...
0
votes
0answers
173 views
“sudo -u” permission denied on group folders (OS X 10.6.6)
Works as expected when logged in as the user:
osxserver:~ jim$ ls /Groups/testgroup/
I get a "permission denied", however, when running via sudo -u
osxserver:~ jimsboss$ sudo -u jim /bin/ls ...
0
votes
1answer
118 views
dscl doesn't work from inside re-attached screen
I am on Mac OS X 10.5.8. I am not sure exactly when this started happening, but I find that when I re-attach to a screen session that was started from an ssh session, anything relying on dscl ...
0
votes
1answer
154 views
list of uids / names of System Preferences > Accounts
How can I obtain an array with uid and names?
I could iterate from 0 to 99999 and do a getpwnam().
However most machines have less than 5 accounts, so it's not optimal. I don't know what framework ...
0
votes
1answer
192 views
Proper group/permissions using MAMP site
I'm building a website using MAMP on OS10 Leopard. I'd like to be able to set an publicly accessible upload directory to 0775 and not 0777. I've tried a bunch of combinations in the "Permissions" ...