確かにぱっと見はどう扱っていいやら戸惑うな。
あと「ALT+何か」を使ったキーボードによるメニュー操作が出来ないなあ。個別の機能にショートカット割り当てされてるのかしら。 とりあえずCtrl+1でセルの書式設定は出て来た。
今のとこライセンスキーなしでインストール、Excel2003と同居状態。(Outlookだけは同居できないそうなので2007だけにした。メインで使ってないけど) 残り何回なのかの表示もないので、ライセンス認証の猶予期間がどうなってるのやら… ヘルプから探ってみたら25回だそうだ。ちなみに猶予期間が終了すると機能制限モード=ビューアとしての動作になるらしい。この仕様は悪くない。 ビューアとしてだけ動けばいいという状況も結構ありそうな。
ヘルプウィンドウがVisualStudioのようにくっついてくれないのは不便というか普通というか。VisualStudio2005はやっぱすごいなあ。 VisualStudioの1ウィンドウとしてExcelが動作するようになってくれたらにいのに。
RELENG_6_2 タグ来た。6.1→6.2 作業開始。
buildkernel でこけた件は、GENERICの差分を確認した。wlan関係以外ほとんど修正ないな。 ついでなので nodevice stge も追加した。
% diff -u /tmp/GENERIC /sys/i386/conf/GENERIC === GENERIC-6.1 Thu Nov 16 19:41:02 2006 +++ /sys/i386/conf/GENERIC Tue Oct 10 03:41:36 2006 @@ -16,7 +16,7 @@ # If you are in doubt as to the purpose or necessity of a line, check first # in NOTES. # -# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.429.2.7.2.2 2006/05/01 00:15:12 scottl Exp $ +# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.429.2.13 2006/10/09 18:41:36 simon Exp $ machine i386 cpu I486_CPU @@ -29,7 +29,6 @@ makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols -#options SCHED_ULE # ULE scheduler options SCHED_4BSD # 4BSD scheduler options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking @@ -57,10 +56,6 @@ options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev -options AHC_REG_PRETTY_PRINT # Print register bitfields in debug - # output. Adds ~128k to driver. -options AHD_REG_PRETTY_PRINT # Print register bitfields in debug - # output. Adds ~215k to driver. options ADAPTIVE_GIANT # Giant mutex is adaptive. device apic # I/O APIC @@ -84,7 +79,11 @@ # SCSI Controllers device ahb # EISA AHA1742 family device ahc # AHA2940 and onboard AIC7xxx devices +options AHC_REG_PRETTY_PRINT # Print register bitfields in debug + # output. Adds ~128k to driver. device ahd # AHA39320/29320 and onboard AIC79xx devices +options AHD_REG_PRETTY_PRINT # Print register bitfields in debug + # output. Adds ~215k to driver. device amd # AMD 53C974 (Tekram DC-390(T)) device isp # Qlogic family #device ispfw # Firmware for QLogic HBAs- normally a module @@ -207,6 +206,7 @@ device sis # Silicon Integrated Systems SiS 900/SiS 7016 device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet device ste # Sundance ST201 (D-Link DFE-550TX) +device stge # Sundance/Tamarack TC9021 gigabit Ethernet device ti # Alteon Networks Tigon I/II gigabit Ethernet device tl # Texas Instruments ThunderLAN device tx # SMC EtherPower II (83c170 ``EPIC'') @@ -229,7 +229,13 @@ # Wireless NIC cards device wlan # 802.11 support +device wlan_wep # 802.11 WEP support +device wlan_ccmp # 802.11 CCMP support +device wlan_tkip # 802.11 TKIP support device an # Aironet 4500/4800 802.11 wireless NICs. +device ath # Atheros pci/cardbus NIC's +device ath_hal # Atheros HAL (Hardware Access Layer) +device ath_rate_sample # SampleRate tx rate control for ath device awi # BayStack 660 and others device ral # Ralink Technology RT2500 wireless NICs. device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
求めている情報とは違った…
ActiveDirectoryの場合、LDAPへの匿名アクセスが出来ないのは既知なんだけど、 LDAPへのアクセス用のアカウントとしてadminを指定するのはあんまりなので、LDAP専用アカウントを作りましょう、というのがどっかで見た記事。
最近Kerberosの側の kinit コマンドを見ていたら、keytabファイルを与えるとパスワードなしでTGTが取得できるのが判明。
apacheの実行ユーザにActiveDirectoryのアカウントを割り当ててkeytabファイルを発行して、cronでkinit --keytab=keytabファイルあたりを実行すれば、
パスワードを平文で記録することなく、AuthLDAPBindDN なしで行けるんじゃないかなーと想像しているところ。