开发者

Mac OS Directory Services/LDAP user with local admin rights

开发者 https://www.devze.com 2023-01-15 15:55 出处:网络
I\'ve have several network based users (Mac OS X Directory Services). Some of them need local admin rights on their Mac OS X Workstations (10.6.4). They should be able to install software and to chang

I've have several network based users (Mac OS X Directory Services). Some of them need local admin rights on their Mac OS X Workstations (10.6.4). They should be able to install software and to change system settings.

I added the users (i.e. /LDAPv3/server.domain.com/Users/harry) to the local (workstation's) admin group /Local/Default/Groups/admin but harry cannot change system se开发者_JS百科ttings for instance.

May someone help me? Thank you very much!


Ok, I got the answer :-):

I first tried to add the harry through dscl. But that did not succeed.

Following command did the trick for me:

dseditgroup -o edit -n /Local/Default/ -u YourLocalAdminUser -a YourLogin -t user admin

YourLogin must be in the search path, normally this shouldn't be a problem.

0

精彩评论

暂无评论...
验证码 换一张
取 消