30 May 2007 @ 1:07 AM 
         
     
       

                     小信豬的原始部落                  

     

     

       

     

   

 

                                 

2007年1月31日 星期三

                 

                      iFolder3 使用心得分享(1) – 系統安裝                  

何謂 iFolder ? 以下是在官方網站上面的說明:

iFolder is a simple and secure storage solution that can increase your productivity by enabling you to back up, access and manage your personal files-from anywhere, at any time. Once you have installed iFolder, you simply save your files locally-as you have always done-and iFolder automatically updates the files on a network server and delivers them to the other machines you use.

Sponsored by Novell, the iFolder project is built on the Mono/.Net framework to integrate seamlessly into existing desktop environments.

簡 單來說,iFolder 就是一個將檔案存在網路伺服機中,加入了認證、分享….等機制,讓使用者可以隨時在網路上存取自己的檔案,當然 iFolder 的功能不僅僅是上面簡單的描述而已,實際上他的功能是相當強大的,而功能的部分容後介紹,這邊要介紹的是安裝的方式。

而要用 iFolder 的原因在於要解決學生網路硬碟,以及各單位網頁上供使用者下載檔案的存放問題,當然 iFolder 的強大使用彈性也是考量之一,而以下的安裝設定,都是在 Fedora Core 5 的環境下進行。

iFolder 原本是 Novell 提出的一整套 storage solution,預設是 bundle 在 Novell Open Enterprise Server(OES) 上面,由於 OES 是要付費的,因此就不考慮使用了,因此改用免費的 FC5 作為安裝環境。

以下為了避免還要編譯的麻煩,因此一律以 rpm 的方式來安裝:

# 由於 iFolder 是由 Mono 所開發,且運行於 Apache 上,因此要安裝相關套件
yum -y install httpd mono-web mono-core mono-data mod_mono xsp

# 建立 ifolder 目錄,以便儲存等會抓下來的套件
mkdir ifolder3
cd ifolder3

# 將 iFolder 相關的套件一次抓回來並安裝 (官方網站上的HowTo位置不對喔! 要改成下面這個)
wget -r -np -nH -nd –accept=rpm  http://forgeftp.novell.com/ifolder/server/3.5/20060621-0346/linux/FEDORA-CORE-5.0-i386/rpms/
rpm -Uvh log4net*.rpm libflaim*.rpm ifolder3-server*.rpm

做完上述的步驟,安裝的步驟就完成啦!

記得還要把 Apache 、防火牆 TCP 80 port 開啟,並將 SELinux 關閉,iFolder 才能 run 喔! 因此進行以下指令:

# 開機啟動 Apache
chkconfig –level 3 httpd on

# 開啟防火牆
system-config-securitylevel-tui

在畫面設定上,把 http (TCP port 80) 的部分開啟吧!

# 編輯 SELinux 設定
vi /etc/sysconfig/selinux

SELINUX=enforcing 改為 SELINUX=disabled ,接著重開機即可。

【註】關於 SELinux 的部分,個人不傾向全部關掉,畢竟可能還有其他的服務在運作,而不關掉要如何設定才能讓 iFolder 正常運作,之後研究出來再補吧! ^_^

參考資料:

  1. Building iFolder Enterprise Server on CentOS 4.3 and Fedora Core 4/5
  2. Configuring iFolder Enterprise Server on CentOS 4.3 and Fedora Core 4/5

         

  • Share/Bookmark
Tags Categories: 系統管理 Posted By: admin
Last Edit: 30 May 2007 @ 01 07 AM

EmailPermalinkComments (0)
 30 May 2007 @ 1:06 AM 

OpenVPN

 

 

一陣子以前(好像是今年寒假左右?)曾經為 RW 架了 OpenVPN ,忘了是為什麼了,反正不外乎就是要搞邪惡計畫或者是玩遊戲。之前裝的時候還記得好像剛好是 2.0 RC12 然後剛好出 2.0 RC13 , FreeBSD 的 Ports 還在舊的 1.1.2 的樣子,所以我用手動的方式搞上去的。印象中好像還用 Static Key 搞了很久,期間一直都沒注意到他說如果要用 tap driver 加上 server mode 的話得用 TLS/SSL 而不能用 preshare static key ,然後因此耍了蠻久的白痴。而且那時他沒有提供所謂的 EASY-RSA 這目錄裡的 script ,不然也許是我眼瞎沒找到,所以餵了憑證也生了好久。又因為要為每個人都建憑證大麻煩了,在那邊蓋半天之後才發現原來有 duplicate-cn 的選項讓大家都能用同一份 key ,後來把 key 跟著 OpenVPN GUI for Windows 給包起來給要用的人抓之後才好不容易弄好。

現在由於學校的無線網路 仍然處於門戶大開的階段(完全沒有加密),也因此在我之前的小黑上完全不敢裝 KKMAN / PCMAN 之類的軟體,也不敢連 MUD ,所以在打密碼的時後都得再三確認這網頁到底有沒有加密。雖然說用 ssh tunnel (經由 putty or pietty 來建立)到某台機器的 proxy 可以解決大部分的問題,不過這只限於 http protocol 。也因此又讓我興起了再來裝 OpenVPN 的念頭。擇日不如撞日,於是乎昨天帶完os的課後輔導後就在 LAB 動手了。

          到  OpenVPN 看到當前 release 的 2.0 版本是 OpenVPN 2.0.2 不過到 OpenVPN GUI for Windows 的網頁看的時候卻只看到 2.0.1 ,但是明明 release 的時間才差四天左右,不死心找了找,果然在他的目錄中發現了 openvpn-2.0.2-gui-1.0.3-install.exe ,並且在 FreeBSD 的 Ports 中也看到了 openvpn-2.0.2_1 ,於是就決定馬上下手了。

由於之前的經驗,所以在設定上還算熟悉,一切都如預期中順暢,甚至連翻上次在官網上拼命參考的的 example 都不需要,不過為了備忘還是把步驟給記一下比較保險。以免下次又暴走了。

安裝:

  • Server (FreeBSD)
  • cd /usr/ports            
  • make update                
  • cd /usr/ports/security/openvpn                
  • make install clean
  • Client (Windows)
  • 設定:

    • Server

    dev tap
                  ca keys/ca.crt
                  cert keys/lab.crt
                  key keys/lab.key  # This file should be kept secret
                  dh keys/dh2048.pem
                  ifconfig 192.168.211.254 255.255.255.0
                  server-bridge 192.168.211.254 255.255.255.0 192.168.211.1 192.168.211.250
                  push “redirect-gateway”
                  ifconfig-pool-persist ipp.txt
                  client-to-client
                  ;duplicate-cn
                  keepalive 10 120
                  user nobody
                  group nobody
                  comp-lzo
                  status openvpn-status.log
                  log-append  openvpn.log
                  verb 3

    • Client                  

    client
                  dev tap
                  proto udp
                  remote serverip 1194
                  resolv-retry infinite
                  nobind
                  persist-key
                  persist-tun
                  ca keys/ca.crt
                  cert keys/cookys-nb.crt
                  key keys/cookys-nb.key
                  comp-lzo
                  verb 4

    • 生憑證
      • 參考官方網頁的 PKI 文件
        • 編輯 var 檔案的內容、修改 KEY_COUNTRY, KEY_PROVINCE, KEY_CITY, KEY_ORG, and KEY_EMAIL 欄位(我很惡搞的把 KEY_SIZE 調到了 2048)              
        • 處理以下將執行的檔頭的 #!/bin/bash 將其改正為對應的 interpreter
        • 依序執行:                    
          • ./vars
                         
          • ./clean-all
                                   
          • ./build-ca        
        • 為 server 作 key                      
          • ./build-key-server server
        • 為 client 作 key
          • ./build-key client1          
        • Generate Diffie Hellman parameters
          • ./build-dh (剛剛惡搞亂改KEY_SIZE的這裡就慢慢等吧)
        • 把 client 打包並且想辦法「安全的」傳到 client 的機器上,需要打包的有:
          • client-conf.ovpn (OpenVPN 的設定檔)                      
          • ca.crt (Root CA certificate)
          • client.crt (Client Certificate)
          • client.csr (好像不需要)                      
          • client.key (Client Key)
    • 去設定 server 上的 Bridge (這裡是 FreeBSD 7.0-CURRENT)
      • 在 /usr/src/UPDATING 裡面看到

      20050927:
                            The old bridge(4) implementation was retired.  The new
                            if_bridge(4) serves as a full functional replacement.

      • 所以 man 4 if_bridge 發現 FreeBSD 的 Bridge 變得超神奇了:

              ifconfig bridge0 create
                             ifconfig bridge0 addm fxp0 stp fxp0  addm fxp1 stp fxp1                                  

      • 或是在 /etc/rc.conf 加上設定

               cloned_interfaces=”bridge0″
                    ifconfig_bridge0=”addm sis0 addm tap0 up”        

      • 記得在這之前要加上 OpenVPN 的起始設定:

               openvpn_enable=”YES”
             openvpn_if=”tap”

      • 然後就可以跑起來試看看了。如果還想要開啟 NAT 的功能的話(因為前面有 redirect-default-gateway)就去 /etc/pf.conf (因為我很久以前就開始換用 OpenBSD port 過來的 PacketFilter了)裡面上一條

          nat on $ext_if from 192.168.211.254/24 to any -> ($ext_if)

      • 然後 pfctl -f /etc/pf.conf 就 ok 了。

    不過我發現一件很有趣的問題是,當我連回這台 vpn gateway 的時候「所有連線」會由於 routing table 上得設定而導致全部都走原來的 default gateway 而不是走重導後的 vpn gateway ,這是比較困擾的一點,不過因為他的 routing table 是蛋生雞雞生蛋的問題,似乎不能直接改,暫時就先放著吧。

     

    • Share/Bookmark
    Tags Categories: 工作筆記 Posted By: admin
    Last Edit: 30 May 2007 @ 01 06 AM

    EmailPermalinkComments (0)
     29 May 2007 @ 3:43 AM 

    簡易設定 POP Before SMTP 郵件主機系統
    wang
    <wang1126@mail.gpp.ks.edu.tw>
     

    簡介
    底下的簡易流程為設定 POP before SMTP 的郵件主機,使用的郵件伺服器為 Postfix 。什麼是 POP before SMTP 呢?由於目前的郵件主機很容易被當成垃圾信的轉信站,所以目前的郵件主機已經不再開放 Open Relay 了,但是由於我們總是需要將郵件主機開放給主機的使用者( 用戶 )來寄信吧!所以呢,就有所謂的 SMTP 認證以及這個 POP before SMTP 的機制出現了!
     
    在 SMTP 認證機制裡面,我們必須要輸入帳號與密碼才能開始傳送信件,那麼換個角度來想,其實 POP (收信) 的過程裡面,不是也會輸入帳號與密碼嗎?所以我們就利用『在寄信之前先以 POP3 收信,由於收信的認證資料會有短時間存在主機裡面,因此在 POP 收信完成後,就可以寄信,這個時候的寄信認證的機制就是使用前一時間的 POP 的認證』。這樣說應該就可以瞭解,使用底下的流程之後,您不需要勾選任何認證的選項,只要在發信之前先收個信,呵呵!就可以寄信囉!

     


    架設流程
    1. 需要先安裝 perl 的一些檔案,請至 http://www.cpan.org/modules/01modules.index.html 下載下列兩個模組,
    2. File::Tail及Net::Netmask。
      ( 在redhat8.0以上,另兩個模組;Time::HiRes及Date::Parse,已經安裝了。)
       

    3. https://sourceforge.net/project/showfiles.php?group_id=5017 下載檔案,目前為1.33版。
    4. 解壓縮:

        tar zxvf pop-before-smtp-1.33.tar.gz

      進入該目錄:

        cd pop-before-smtp-1.33

      修改檔案:

        vi pop-before-smtp-conf.pl
        設定三個變數:
          $file_tail{‘name’} = ‘/var/log/maillog’;#設定mail的log檔
          $grace = 30*60;  #這項功能是有效時間,單位是秒
          $dbfile = ‘/etc/postfix/pop-before-smtp’;
           
    5. 測試是否可以使用:
      1. ./pop-before-smtp –config=./pop-before-smtp-conf.pl –debug –nowrite –reprocess

      如果正確,會列出日期及ip等資料
       

    6. 安裝:
      1.  cp pop-before-smtp.init /etc/rc.d/init.d/pop-before-smtp
         cp pop-before-smtp /usr/sbin/
         cp pop-before-smtp-conf.pl /etc
         
    7. 背景執行:
      1. /etc/rc.d/init.d/pop-before-smtp start
         
    8. 接著設定postfix的參數:
      1. smtpd_recipient_restrictions = permit_mynetworks,reject_non_fqdn_recipient,
        check_client_access hash:/etc/postfix/pop-before-smtp,#加入這行
        check_relay_domains
         
    9. 測試:
    10. 請從遠端登入,請勿從同一網域登入(因為permit_mynetworks在最前面,會先檢查到此一條件而無法測試),再看看 /etc/postfix/pop-before-smtp.db的更新時間,是否是你剛從遠端入的時間,如果是,那就對了。

    • Share/Bookmark
    Tags Categories: 系統管理 Posted By: admin
    Last Edit: 29 May 2007 @ 03 43 AM

    EmailPermalinkComments (0)

    [分享]Fedora 4 Postfix+Dovecot+POP Before SMTP簡易設定
     


     szukai – 星期一 一月 09, 2006 7:46 am
     文章主題: [分享]Fedora 4 Postfix+Dovecot+POP Before SMTP簡易設定

     簡介:
    之前使用 SMTP認證機制裡面,都使用 Cyrus SASL 機制勾選認證機制來傳送信件, POP Before SMTP 這套軟體很早就發展了,但不知道為何很少人用,小弟發現使用 POP Before SMTP 很方便,也不影響一般使用者的使用習慣,安裝十分方便 ,設定上也沒有 SASL 那麼複雜只需要在 Postfix 加入一行參數即可運作 ,所以給各位參考。-Szukai Chou

    架設流程:

    1.先安裝 POP Before SMTP ( Postfix 的詳細安裝請參考鳥哥的私房菜中 – 架站文件中的 Postfix Server ,不再贅述)

       
    代碼:
     yum install pop-before-smtp


          
    2.先修改 POP Before SMTP 設定

    修改檔案:

       
    代碼:
    vi /etc/pop-before-smtp-conf.pl


    設定底下參數:

       
    代碼:
    $file_tail{‘name’} = ‘/var/log/maillog’;


    #設定mail的log檔


       
    代碼:
    $grace = 30*60;


    #這項功能是當IP被資料庫記錄以後有效時間,單位是秒


       
    代碼:
    $dbfile = ‘/etc/postfix/pop-before-smtp’;


    #將資料庫放置在/etc/posftix底下,檔名為pop-before-smtp

    找到底下參數:

       
    代碼:
    # For Dovecot POP3/IMAP
    #$pat = ‘^(… .. ..:..:..) S+ (?:dovecot: )? (?:imap|pop3)-login: ‘ .
    # ‘Login: S+ [(d+.d+.d+.d+)]‘;

    更換成底下參數:

       
    代碼:
    $pat = ‘^(… .. ..:..:..) S+ (?:imap|pop3)-login: ‘ .
    ‘Login: S+ [(d+.d+.d+.d+)]‘;


    #請注意最後有個小句點 -login: ‘ .

    3.修改 Dovecot 設定

    修改檔案:

       
    代碼:
    vi /etc/dovecot.conf

    設定底下參數:

       
    代碼:
    protocols = pop3


    #設定 Dovecot 接收 POP3 協定


       
    代碼:
    pop3_listen =

  • # IPV4 設定為

  • , 如果是 IPV6 請設定[ : : ]
          
    4.修改Postfix 設定

    修改檔案:

       
    代碼:
    vi /etc/postfix/main.cf

    在 main.cf 的最後一行加入

       
    代碼:
    ###POP-BEFORE-SMTP###
    smtpd_recipient_restrictions = permit_mynetworks,reject_non_fqdn_recipient,check_client_access hash:/etc/postfix/pop-before- smtp,reject_unauth_destination 
    #此行沒有斷行 , 為同一行

    5.啟動 POP Before SMTP


       
    代碼:
    /etc/rc.d/init.d/pop-before-smtp start


          
    6.測試 POP Before SMTP 資料庫中有沒有IP


       
    代碼:
    /usr/sbin/pop-before-smtp –list

    測試結果:

       
    代碼:
    [root@ns1 /]# /usr/sbin/pop-before-smtp –list
    The database holds 1 IP:
    220.141.156.241

    參考文獻:

    POP Before SMTP 原始網站
    http://popbsmtp.sourceforge.net/

    鳥哥的 Linux 與 ADSL 私房菜 – 簡易 Mail Server 架設 — Postfix 設定
    http://linux.vbird.org/linux_server/0390postfix.php

    鳥哥的 Linux 與 ADSL 私房菜 – 簡易設定 POP Before SMTP 郵件主機系統
    http://linux.vbird.org/somepaper/20030514-pop-befoer-smtp.php
    作者 Wang <wang1126@mail.gpp.ks.edu.tw>

    • Share/Bookmark
  • Tags Categories: 系統管理 Posted By: admin
    Last Edit: 29 May 2007 @ 03 43 AM

    EmailPermalinkComments (0)
     24 May 2007 @ 11:50 AM 

    TreeSize v2.1 免費 免安裝版
    http://www.mytempdir.com/1336387
    http://www.netfilego.com/v/9802658/.html

    • Share/Bookmark
    Tags Categories: 軟體 Posted By: admin
    Last Edit: 24 May 2007 @ 11 50 AM

    EmailPermalinkComments (0)

    Driver Genius Professional 2006 繁體中文免安裝註冊版(可更新驅動程式資料庫)
    http://www.badongo.com/file/3143513

    • Share/Bookmark
    Tags Categories: 軟體 Posted By: admin
    Last Edit: 24 May 2007 @ 11 47 AM

    EmailPermalinkComments (0)
     24 May 2007 @ 11:46 AM 

    轉貼)各版本eScan 繁體中文版

    【軟體名稱】:eScan 【軟體語言】:繁體中文版
    【軟體分類】:防毒防駭
    【程式版本】:8.0
    【檔案大小】:176MB
    【檔案格式】:RAR
    【放置空間】:sendspace
    【解壓密碼】:無
    【軟體說明】:

    美商MicroWorld專精於防毒和內容安全,致力於提供更簡單、更安全的防毒軟體。 eScan採用aspersky(卡巴斯基)掃毒引擎,提供了最佳的安全防護。但eScan使用更少的系統資源,有效地減少使用防毒軟體而使系統變慢的問 題。 eScan是最完整且最先進的防毒和內容安全解決方案,它設計來保護個人電腦免受病毒、駭客、垃圾郵件、網路釣魚、間諜軟體、廣告軟體、鍵盤記錄程式、隱 私權相關侵害和不適當內容的威脅。eScan以強大的掃毒引擎、MWL獨家技術和精密的智慧探索掃描來提供您預警和即時的安全。

    eScan提供了避免病毒、特洛依木馬、蠕蟲和潛伏在網際網路中的其它威脅的最佳保護。eScan象徵著從新觀點管理威脅的防毒軟體產品新世代。 它建立在MicroWorld Winsock Layer (MWL) 技術之上。 MWL在您的系統周圍構築了一個保護幕並且從你啟動了電腦直到關機都一直守護著你的電腦。 產品功能 :

    &#8228;即時病毒掃描:使用MWL技術,即時掃描SMTP、POP3、HTTP和FTP資訊流中的病毒、蠕
       蟲、木馬程式、間諜程式、廣告程式、鍵盤記錄程式以及其它各種威脅。每當您存取或複製
       檔案到您的電腦時,它就會自動掃描病毒。
    &#8228;完全的快顯封鎖:封鎖所有惱人的快顯並節省系統頻寬。
    &#8228;NetBIOS防火牆:確保來自外界電腦系統的遠端使用者無法建立或修改指定的系統檔案。
    &#8228;TCP連接狀態:內建網路監控工具來查驗系統中的TCP/IP連接狀態。
    &#8228;每小時病毒碼更新:為快速地反擊新興的威脅,防毒資料庫每小時更新。
    &#8228;自動更新:自動更新使用者電腦中的病毒碼和解毒程式。
    &#8228;全新「MWAV (MicroWorld防毒工具程式) 」:具備間諜軟體和廣告軟體偵測和移除功
       能,並可修復Windows登錄。
    &#8228;多國語言版本:目前有英文、德文、芬蘭文、法文、義大利文、葡萄牙文、西班牙文、拉
       丁文、波蘭文、繁體中文和冰島文。
    &#8228;24×7免費技術支援(英文):所有MicroWorld產品都可透過線上對談、電話和電子郵件取得
       原廠免費英文技術支援。

    最強的免安裝掃瞄器 MicroWorld eScan eScan這款掃瞄器應該很多人用過.說它是最強的免安裝掃描器的原因在於它使用的是AVP引擎
    基本的殺毒跟解毒功能都有之外,它還提供重開機後在載入系統之前做清除病毒的動作.
    這是有別於其它款免安裝掃瞄器所沒有的一個非常重要的功能
    而且最重要的是它還提供正體中文介面,方便不懂英文的朋友

    內含eScan 中文繁體版5個版本 :

    專業版 : hwn2k3e.exe

    病毒管理版 : vwn2k3e.exe

    eScan企業版 : cwn2k3ek.exe

    網路安全版 : iwn2k3e.exe

    最強的免安裝掃瞄器 MicroWorld eScan

    下載( 含註冊機 ):

    http://www.sendspace.com/file/jt7ly5

    • Share/Bookmark
    Tags Categories: 軟體 Posted By: admin
    Last Edit: 24 May 2007 @ 11 46 AM

    EmailPermalinkComments (0)
     24 May 2007 @ 11:44 AM 

           

           

             

           

           

             

    HyenaPrinter and Print Job Management

               

                 Download Now
                 Go to Hyena’s Main Product Page

             

    As a Windows NT or Windows 2000 installation grows, so do the number of printers that are installed on print servers and individual workstations. Unfortunately, the native tools on Windows NT/2000 are not very good at managing remote printers. Hyena was designed to overcome many of these limitations, and give system administrators and help desk staff better control over printers and print jobs.
               
    As the image below shows, Hyena can display any printer, even non-shared printer, installed on any computer or server. Hyena’s printer and job management functions include:

               

                 

    Listing printer information
                   Access to printer properties dialogs and desktop shell functions
                   Adding new remote printers (Windows 2000 only)
                   Viewing all print jobs from one or more printers at the same time with automatic refresh
                   Full print job control: pause, resume, restart, cancel
                   Full printer control: pause, resume, purge all print jobs
                   Deleting (removing) printers
                   Copying printer information from one computer to another

               

                           


                 
                 Hyena’s printer and print job management integrates with Hyena’s reporting capabilities, and is part of Hyena’s overall server administration features.
                 
                 For an overall look at all of Hyena’s features, go to Hyena’s main product and download page.

    • Share/Bookmark
    Tags Categories: 工作筆記 Posted By: admin
    Last Edit: 24 May 2007 @ 11 44 AM

    EmailPermalinkComments (0)
     24 May 2007 @ 11:43 AM 

           

           

             

           

           

             

    HyenaActive Directory Integration and Features

               

    Download Now
                 Go to Hyena’s Main Product Page
               

    Hyena provides full support for Active Directory (AD) Organizational Units, directory searching, universal groups, management of object properties, security auditing, and other AD mixed and native mode features. Due to Hyena’s ease-of-use, most AD environments can be managed more efficiently and quickly using Hyena’s AD management functions. Hyena has numerous features that you won’t find in the standard built-in Microsoft administration tools.  
               
               AD Objects Hyena adds a new Windows 2000 domain object class. When a Windows 2000 domain is expanded in Hyena’s tree window, additional sub-objects are displayed, specifically: Containers/OUs, All Users, All Groups, Global Groups, Local Groups, and Universal Groups objects. All management of the display of Active Directory objects are handled entirely by LDAP queries to Active Directory. 
               
                 Organizational Units (OUs) are fully supported, both for browsing OU contents, as well as for creating new users, groups, contacts, and computer objects directly into an OU. A powerful Find feature is available for any OU, allowing selectable criteria for finding and filtering AD information. OU properties are also available, including full support for management of Group Policy Object (GPO) information.

               

    OU ToolbarHyena’s Filtering Toolbar provides for powerful object filtering when browsing the contents of any OU, including traversing into sub-OUs.
                 
                 Hyena is the only product that supports customizable Active Directory queries at every object level. Define your own queries, or use any of the predefined queries to display custom “views” of exactly what directory attributes you want to see for organizational units, users, groups, or computers. Hyena’s queries can also contain a customized LDAP filter, if desired, for the ultimate in server-side AD filtering and query performance.

               

    With Hyena, you can access and view any AD attribute, including, the employee ID and user photo attributes.  Moreover, you can add your own custom AD attributes for managing users.
                 
                 AD MenuHyena includes an extensive ADSIedit-like capability to manage any Active Directory attribute for one or more directory objects. But unlike ADSI-Edit, Hyena’s AD attribute management dialogs are easy to use and understand. Plus, you can define your own attribute sets to be used over and over and visually see what the values are before and after making any changes.
                 
                 Hyena supports the use of the standard shell property pages for management of many Active Directory objects, providing for full MMC-like functionality, while still providing Hyena’s legendary ease-of-use and navigation. Hyena also supports the display of the shell context menu for most directory objects, providing access to popular Microsoft functions such as Exchange Tasks for email-enabled objects, as well as 3rd-party shell extensions.
                 
                 Active Directory administrators know how difficult it can be to keep track of delegated security rights. Hyena makes keeping track of this much easier with Active Directory Security Listing views : Just select one or more AD objects, right click, and select List Directory Security. Its that simple.

               

    Hyena provides access to the standard Microsoft Active Directory ‘Find’ dialog, but adds two important features: The selection criteria can be saved for future or external use, and the objects that are found can be returned to Hyena for further management tasks.
                 
               Hyena supports management of Exchange 5.5 and 200x mailboxes: mailbox creation, deletion, and property modification can all be easily controlled in Hyena’s powerful GUI.

               

                 As always, Hyena’s output window, including any Active Directory displays, can be easily exported or integrated into Hyena’s built-in Microsoft Access database.
                 
                 For an overall look at all of Hyena’s features, go to Hyena’s main product and download page.

    • Share/Bookmark
    Tags Categories: 工作筆記 Posted By: admin
    Last Edit: 24 May 2007 @ 11 43 AM

    EmailPermalinkComments (0)
     23 May 2007 @ 11:48 AM 

    Myspace Slideshows, MySpace slide show, myspace slideshow

    • Share/Bookmark
    Tags Categories: 工作筆記 Posted By: admin
    Last Edit: 23 May 2007 @ 11 48 AM

    EmailPermalinkComments (0)
    \/ More Options ...
    Change Theme...
    • Users » 2
    • Posts/Pages » 361
    • Comments » 67
    Change Theme...
    • VoidVoid « Default
    • LifeLife
    • EarthEarth
    • WindWind
    • WaterWater
    • FireFire
    • LightLight