Blog Archive

Saturday, September 11, 2010

kerberos

Reading documentation on kerberos for opensolaris.
http://dlc.sun.com/osol/docs/content/2009.06/IMGPACKAGESYS/gentextid-410.html

Seems to mention commands that don't exist on my system. After searching the webs, I realized that I have a package called SUNWkrb but not SUNWkdc. However, attemps to install SUNWkdc would report:

pkg: No matching version of SUNWkdc can be installed:
pkg://opensolaris.org/SUNWkdc@0.5.11,5.11-0.132:20100130T092746Z: This version is excluded by installed incorporation pkg://opensolaris.org/consolidation/osnet/osnet-incorporation@0.5.11,5.11-0.134:20100302T010625Z

Finally solved as follows:
# dev is not release. for better or worse, I have a dev image...
650 pkg search -s http://pkg.opensolaris.org/dev kdc | grep 134
652 pkg install pkg:/system/security/kerberos-5@0.5.11-0.134

No comments:

Post a Comment