苹果台式机一体电脑服务器工作站维修
7月初,Snow 201开课
on Jun.12, 2010, under 博客, 新闻
Mac OS X Server Essentials is a four-day course designed to give technical coordinators and entry-level system administrators the skills, tools, and knowledge to implement and maintain a network that uses Mac OS X Server. Students learn how to install and configure Mac OS X Server to provide network-based services, such as file sharing, authentication, and printing. Tools for efficiently managing and deploying Mac OS X and software updates are also covered. The course is a combination of lectures and hands-on case study exercises. For more info, please surf: http://training.apple.com/itpro/snow201
Each trainee MUST bring one MacBook or MacBook Pro that can be used to install Mac OS X v 10.6.
Training dates: 2010 July 03 to July 06
Training fee:
5900 RMB/trainee,6 trainees minimum.
8900 RMB/trainee,4 trainees minimum.
Exam fee: 1600 RMB
Training location:
Beijing Yueshihutong Xinxizixun Youxiangongsi, Apple Authorized Training Center
A1701, Luomahuayuan, Huixinxijie 18#, Chaoyangqu, Beijing
Map: http://www.livecoding.com/main/?p=508
Contact person:
Yanjun Guo, 13910180680,yanjun.guo@gmail.com
如何重置diradmin的帐户密码
on Mar.01, 2010, under IT技术, 博客
diradmin是Mac OS X Server系统中目录服务的目录管理员帐户,用于管理目录服务中的各种数据,例如,网络账户的设置、预置管理等等,通常我们使用Workgroup Manager来对这些数据信息进行设置和管理,首先选择要进行信息管理的目录节点,然后点击右侧的小锁通过目录管理员的帐户鉴定后才能够对信息进行修改,否则只能查看而没有权限进行修改。
不过也有“意外”发生。我的一个好朋友、北京大学的老师,也是苹果的资深用户,平时不仅授课也在管理着苹果教室中的服务器,今天在MSN上对我说他遇到了一个小小的“意外”-diradmin的密码想不起来了,这样就无法对服务器上的目录数据信息进行管理了,怎么办?从图形界面上看似乎没有太好的解决办法,那么我们只能从命令行下手了。
mkpassdb命令可以直接修改password server database中的信息,因此我们可以通过这个命令来重置diradmin的密码,用法如下:
sudo mkpassdb -setuserpassword slot-ID
其中slot-ID在图形界面下显示为Password ID,在Workgroup Manager中Accounts下用户帐户的Advanced标签页中可以看到。但是有个问题,在这个地方这个几十位的字符串是无法复制下来的,难道要我们在命令行下手工输入?!也太…
实际上我们还有更方便的办法,运行下面的命令:
sudo mkpassdb -dump
这个命令的结果我们将得到password server database中的用户短名称和与其相对应的slot-ID,这里我们是可以复制字符串的。
找到diradmin所对应的slot-ID,带入到命令中执行,并输入新的密码。
命令运行后,diradmin帐户的密码就变为新设定的密码了。
Tags: Mac Pro Xsever维修流程