Sponsored Content
Operating Systems Solaris Sun Certified Network Administrator for Solaris 10 OS (CX-310-302) Post 302273195 by BrewDudeBob on Saturday 3rd of January 2009 12:50:35 AM
Old 01-03-2009
I already have that. Is that enough for the SCNA exam?
 

9 More Discussions You Might Find Interesting

1. Solaris

Advice - Solaris 9 Exam 310-014 & 310-015

I think I am ready for the 310-014 exam but not quite ready for the 310-015 exam as I still have a lot of study and practice to do to prepare for it.. Do most people sit the 014 exam and then prepare for the second exam? Any advice on how to tackle these is appreciated.. (3 Replies)
Discussion started by: frustrated1
3 Replies

2. Solaris

Solaris 9 Exam 310-014 & 310-015 Can anyone recommend some good study guides?

Hello, I'm going to be studying for my Solaris 9 System Administrator Certification and wondered if anyone had taken the exams and could recommend some good study guides / crams / books. Cheers, (8 Replies)
Discussion started by: unrealuk
8 Replies

3. UNIX for Dummies Questions & Answers

Certified Systems Administrator (CSA) - HP-UX v11

Hi Gues I Want To Go For Hp Unix Certification (as A System Admin) But I Dont Even Have Primary Knowlege Of Unix Please Guide Me From Where I Should Start Any Book U Can Suggest Me????????? Even I Dont Have Much Information About The Hp Certification Please Provide Me The Information For... (2 Replies)
Discussion started by: a_khante
2 Replies

4. UNIX for Dummies Questions & Answers

Sun Certified System Administrator for the Solaris 10

i want to take certificate which are: Solaris 10 OS . Part I - Sun Certified System Administrator for the Solaris 10 Operating System (CX-310-200) . Part II - Sun Certified System Administrator for the Solaris 10 Operating System (CX-310-202) ; my question is about S10 adminitration... (0 Replies)
Discussion started by: nibiru78
0 Replies

5. Solaris

Sun Certified Solaris 8 Exam

Hi Everyone Any Idea where I can obtain good information or pdf file to prepare for the exam below. Practice Exam for Sun Certified System Administrator for the Solaris 8 OS, Part II (WGS-PREX-S012B) Regards Collem (4 Replies)
Discussion started by: CollenM
4 Replies

6. Solaris

Sun Certified System Administrator for the Solaris 10 OS, Part I (CX-310-200)

Hi all, I have been reading for Sun Solaris Administrator exam (CX-310-200) but i have kind of been dragging. Is there anyone preparing for this exam so we could make like a study group or accountability partner. Awaiting your response. thanks (6 Replies)
Discussion started by: nkechifesie
6 Replies

7. HP-UX

Certification HP Certified Systems Administrator

Helle everyone, I want to get the Certification HP Certified Systems Administrator. But i dont understand exactly how much exams do i need to pass. Question : which exams do i have to passe to get this certificate? (9 Replies)
Discussion started by: stunaz
9 Replies

8. Solaris

Book for Sun Certified Solaris Associate (SCSAS)

Hi All, I plan to take my first certification in Solaris “Sun Certified Solaris Associate (SCSAS)”. Is this certification has a value. Please help me to identify what book to refer. What is the cost of this exam in India? Regards, Kalai (7 Replies)
Discussion started by: kalpeer
7 Replies

9. What is on Your Mind?

Fresher Salary Details for Redhat Certified System Administrator

I am thinking of doing Redhat certified system Administrator Course(RHCSA).what is the salary details after doing this course in india,Singapore? (0 Replies)
Discussion started by: rajesh1986
0 Replies
smbautohome(4)							   File Formats 						    smbautohome(4)

NAME
smbautohome - CIFS autohome configuration SYNOPSIS
smbautohome DESCRIPTION
The Solaris CIFS service can automatically share home directories when a CIFS client connects. The autohome map file, /etc/smbautohome, uses the search options and rules to determine whether to share a home directory when a CIFS client connects to the server. For example, the following entries specify the autohome rules for a particular environment: +nsswitch dn=ad,dn=sun,dn=com,ou=users jane /home/?/& dn=ad,dn=sun,dn=com,ou=users The nsswitch autohome entry uses the naming service to match users to home directories. The second autohome entry specifies that the home directory for user jane is /home/j/jane. autohome Map Entry Format A map entry, which is also referred to as a mapping, uses the following format: key location [ options ] key is a user name, location is the fully qualified path for the user's home directory, and options specifies the share options, for exam- ple, an AD container or description. See sharemgr(1M) for information on share options. If you intend to publish the share in Active Directory (AD), you must specify an AD container name, which is specified as a comma-separated list of attribute name-value pairs. The attributes use the LDAP distinguished name (DN) or relative distinguished name (RDN) format. The DN or RDN must be specified in LDAP format by using the following attribute types: o cn= represents the common name o ou= represents the organizational unit o dc= represents the domain component The attribute type that is used to describe an object's RDN is called a naming attribute. AD uses the naming attributes as follows: o cn for the user object class o ou for the OU (organizational unit) object class o dc for the domainDns object class autohome Map Key Substitution The autohome feature supports the following wildcard substitutions for the value of the key field: o The ampersand character (&) is expanded to the value of the key field for the entry in which it occurs. In the following exam- ple, & expands to jane: jane /home/& o The question mark character (?) is expanded to the value of the first character in the key field for the entry in which it occurs. In the following example, ? expands to j: jane /home/?/& Wildcard Rule When supplied in the key field, the asterisk character (*) is recognized as the "catch-all" entry. Such an entry matches any key not previ- ously matched. For example, the following entry would map any user to a home directory in /home in which the home directory name was the same as the user name: * /home/& The wildcard rule is only applied if an appropriate rule is not matched by another map entry. NSSwitch Map The nsswitch map is used to request that the home directory be obtained from a password database, such as the local, NIS, NIS+, or LDAP databases. If an AD path is appended, it is used to publish shares. +nsswitch Like the "catch-all" entry, the nsswitch map is only searched if an appropriate rule is not matched by another map entry. The wildcard and nsswitch rules are mutually exclusive. Do not include an nsswitch rule if a wildcard rule has already been defined. FILES
/etc/smbautohome ATTRIBUTES
See the attributes(5) man page for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWsmbsu | +-----------------------------+-----------------------------+ |Interface Stability |Uncommitted | +-----------------------------+-----------------------------+ SEE ALSO
sharectl(1M), sharemgr(1M), smbadm(1M), smbd(1M), smbstat(1M), smb(4), attributes(5) SunOS 5.11 5 Jan 2009 smbautohome(4)
All times are GMT -4. The time now is 05:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy