Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.
Welcome muare.forum-viet.com

LinuxCBT OpenLDAP Edition 1466027_a28518e0bb72af535fc0

Latest topics
» Bạn nên biết điều kiện du học Hàn Quốc có
LinuxCBT OpenLDAP Edition EmptyMon 05 Oct 2015, 7:51 pm by giaychuotkhoet

» Hộp đựng đa năng trong phòng tắm và các đồ dụng tiện llợi khác
LinuxCBT OpenLDAP Edition EmptyWed 22 Jul 2015, 1:23 am by aloonline1987

» gel bôi trơn ấm áp warm lovin
LinuxCBT OpenLDAP Edition EmptyTue 19 May 2015, 4:24 pm by shopnguoilon_sg

» màng film tránh thai vcf dành cho chị em
LinuxCBT OpenLDAP Edition EmptyTue 19 May 2015, 4:19 pm by shopnguoilon_sg

» màng film tránh thai vcf dành cho chị em
LinuxCBT OpenLDAP Edition EmptyTue 19 May 2015, 4:17 pm by shopnguoilon_sg

» stud 100 khẳng định đẳng cấp phái mạnh
LinuxCBT OpenLDAP Edition EmptyFri 15 May 2015, 11:25 am by shopnguoilon_sg

» Lover aider máy mát xa dành cho nữ
LinuxCBT OpenLDAP Edition EmptyFri 15 May 2015, 11:23 am by shopnguoilon_sg

» cung cấp máy ép dĩa chất lượng
LinuxCBT OpenLDAP Edition EmptyFri 17 Apr 2015, 2:15 pm by huyenrio

» Máy in hình lên ly
LinuxCBT OpenLDAP Edition EmptyWed 25 Mar 2015, 2:44 pm by huyenrio

» Máy in hình lên áo
LinuxCBT OpenLDAP Edition EmptyWed 25 Mar 2015, 2:43 pm by huyenrio

»  trang trí cây thông noel ở vinh,cho thuê cây thông noel ở vinh,chuyển quà noel ở vinh
LinuxCBT OpenLDAP Edition EmptyFri 28 Nov 2014, 8:44 am by sunflowerhn83

» Máy in hạn sử dụng DMJ-B chính hãng, giá sốc
LinuxCBT OpenLDAP Edition EmptyThu 02 Oct 2014, 9:40 am by phamlinhnd1010

» Dạy cắm hoa chuyên nghiệp,dạy cắm hoa nghệ thuật,dạy cắt tỉa của quả ở T.p Vinh Nghệ An
LinuxCBT OpenLDAP Edition EmptyTue 30 Sep 2014, 10:10 am by haiha131276

» công ty Yên Phát chuyên phân phối, lắp đặt camera chính hãng giá rẻ nhất miền Bắc.
LinuxCBT OpenLDAP Edition EmptyFri 26 Sep 2014, 10:57 am by phamlinhnd1010

» HOT! Chung cư mini Xuân Đỉnh ở ngay giá chỉ từ 690 triệu 1 căn
LinuxCBT OpenLDAP Edition EmptyFri 26 Sep 2014, 10:44 am by xuantruong23


LinuxCBT OpenLDAP Edition

Go down

LinuxCBT OpenLDAP Edition Empty LinuxCBT OpenLDAP Edition

Bài gửi by Nguyen Trung Hoa Sun 22 Aug 2010, 4:54 am

LinuxCBT OpenLDAP Edition | 1.1GB | English
LinuxCBT OpenLDAP Edition 2pq2xl1

LinuxCBT feat. OpenLDAP Edition focuses on the common Linux | Unix directory services application: OpenLDAP. It is a module of LinuxCBT Directory Services Edition.

OpenLDAP provides a lightweight, central information directory service for countless applications, including general user authentication services. This results in reduced administrative overhead. OpenLDAP also supports replication and encryption, promoting high-availability and security. Furthermore, knowledge of OpenLDAP prepares you to work comfortably with Open Source and commercial LDAP variants.

Let LinuxCBT feat. OpenLDAP Edition cost-effectively teach you Linux | Unix directory skills.
LinuxCBT feat. OpenLDAP Edition
* Introduction - Features
o Discuss LDAP history
o Enumerate key features
o Discuss typical LDAP applications
o Compare and contrast LDAP namespace to DNS namespace
o Discuss key offline|online administrative tools
o Identify key systems to be used
*
* LDAP Concepts
o Explore target Directory Information Tree (DIT)
o Discuss Distinguished Names (DNs)
o Directory Information Tree (DIT)
o Discuss Object Classes
o Discuss Attributes
o Discuss the importance of Schemas
o Explain how LDAP interacts with PAM and NSS to authenticate users
*
* Master Server Configuration
o Explore PAM and NSS configuration
o Install and explore OpenLDAP packages
o Configure Master server to serve the default LDAP namespace
o Initiate LDAP server
*
* Define Directory Information Tree (DIT)
o Search the default DIT using 'ldapsearch'
o Update /etc/hosts files with participating LDAP servers
o Use LDAP Browser GUI to explore LDAP DIT
o Explain LDIF entries
o Create the top-level LDAP DIT container object using 'ldapadd' with LDIF file
o Create second-level Organizational Units (OUs) for functional groups
o Create users within each second-level OU
o Verify results
o Attempt to create duplicate entries
*
* Configure Replication
o Discuss features and benefits
o Explore network topology
o Install required packages on LDAP replication partner (replica)
o Enumerate and execute replication configuration steps
o Evaluate results on master and replica LDAP servers
*
* LDAP on Solaris Configuration
o Discuss features and benefits
o Download and install LDAP and required packages
o Update /etc/hosts configuration on replica
o Configure server as LDAP replica
o Verify results
*
* LDAP Add
o Discuss features and benefits
o Explain 'ldapadd' usage
o Add users to remaining OUs
o Verify results
o Use 'ldapadd' with: STDIN and LDIF file
o Use 'ldapadd' from replica
o Evaluate results using 'ldapsearch' and LDAP Browser GUI
*
* LDAP Delete
o Discuss features and benefits
o Explain 'ldapdelete' usage
o Delete specific LDAP objects remotely
o Evaluate results
o Delete multiple LDAP objects using STDIN and LDIF
o Evaluate results
o Use 'ldapsearch' to derive applicable LDIF statements
o Attempt to delete non-existing and existing items
o Evaluate results using: 'ldapsearch' and LDAP Browser GUI
*
* LDAP Modify
o Discuss features and benefits
o Confirm current state of DIT on master and replicas using 'ldapsearch'
o Rebuild the DIT using 'ldapmodify'
o Confirm results with LDAP Browser GUI
o Modify attributes using 'ldapmodify' with LDIF
o Delete objects using 'ldapmodify'
o Evaluate results
*
* LDAP Search
o Discuss features and benefits
o Discuss supported boolean operators
o Discuss filter operators
o Use wildcards in searches
o Peform string searches
o Search distinct OUs for all object types
o Search the DIT for OUs
o Search the DIT for specific attributes
o Search the DIT for specific user objects
o Perform boolean searches
o Evaluate results
*
* Logging
o Discuss features and applications
o Explore master server logging and syslog configuration
o Discuss debugging levels
o Start LDAP server in desired debug level
o Evaluate results
o Vary logging verbosity
o Configure logging on replica server
o Evaluate results
*
* LDIF
o Discuss features and benfits
o Use 'ldapsearch' to explore LDIF entries
o Discuss LDIF structure
o Discuss key object types
o Create a new user object using LDIF
o Delete using LDIF
o Modify using LDIF
o Evaluate results
*
* LDAP Schemas
o Discuss features and benefits
o Explain applicability
o Examine 'slapd.conf'
o Explore default schema files on master and replica servers
o Correlate schemas to LDIF entries
*
* Migrate to LDAP Authentication
o Discuss features and benefits
o Migrate primary server to LDAP authentication
o Confirm configuration
o Migrate replica servers to LDAP authentication
o Evaluate results
o Migrate local users from master and replica servers to LDAP DIT
o Confirm results using 'ldapsearch'
o Confirm authentication of LDAP users on master and replica servers
o Migrate other useful Linux|Unix tables
*
* Syncrepl Replication
o Discuss features and benefits
o Migrate from 'slurpd' to 'syncrepl'
o Evaluate results
*
* LDAP Security
o Discuss features and benefits
o Explore Access Control Lists (ACLs)
o Configure SSL/TLS encryption
o Evaluate results

More info: http://www.linuxcbt.com/products_linuxcbt_openldap_edition.php


Download from Hotfile
Code:
http://hotfile.com/dl/33679218/4cc7d25/linuxcbt-openldap-edition.part1.rar.html
http://hotfile.com/dl/33679538/83fc3f1/linuxcbt-openldap-edition.part2.rar.html
http://hotfile.com/dl/33679623/54849ef/linuxcbt-openldap-edition.part3.rar.html
http://hotfile.com/dl/33679677/51cd6bf/linuxcbt-openldap-edition.part4.rar.html
http://hotfile.com/dl/33679692/9c620d8/linuxcbt-openldap-edition.part5.rar.html
http://hotfile.com/dl/33679637/4b7b08b/linuxcbt-openldap-edition.part6.rar.html

fileserve
Code:
http://www.fileserve.com/file/Jx5ATtc/linuxcbt-openldap-edition.part1.rar.html
http://www.fileserve.com/file/JFAV3TE/linuxcbt-openldap-edition.part2.rar.html
http://www.fileserve.com/file/s3AJp7e/linuxcbt-openldap-edition.part3.rar.html
http://www.fileserve.com/file/tpNdQbf/linuxcbt-openldap-edition.part4.rar.html
http://www.fileserve.com/file/G8M8UAu/linuxcbt-openldap-edition.part5.rar.html
http://www.fileserve.com/file/fTXDa2v/linuxcbt-openldap-edition.part6.rar.html

All Link Interchangable
Nguyen Trung Hoa
Nguyen Trung Hoa
Admin

Đánh giá tốt! : 24

Nam
Goat
Tổng số bài gửi : 51033
Birthday : 09/10/1979
Tuổi : 44
Địa chỉ: : Lô L14-4 Khu Phố FBS - Phường 9 - Tp Tuy Hoà - Phú Yên
Điện thoại: : Mobile: 0985017089 ; 0918 957 282
Điểm : 181686
Ngày đăng ký : 13/10/2007

https://muare.forum-viet.com

Về Đầu Trang Go down

Về Đầu Trang

- Similar topics

 
Permissions in this forum:
Bạn không có quyền trả lời bài viết