Single Sign On / Authentication against Active Directory for Windows, Linux and Mac with a common home area via Samba and Winbind

Size: px
Start display at page:

Download "Single Sign On / Authentication against Active Directory for Windows, Linux and Mac with a common home area via Samba and Winbind"

Transcription

1 Single Sign On / Authentication against Active Directory for Windows, Linux and Mac with a common home area via Samba and Winbind Background Information This documentation will detail how to get single authentication against Active Directory with a common home area for Windows, Linux and Mac OSX workstation clients. There are variations and methodology on how this can be done, but in my case the limiting factor is that the main authentication method has to be Windows Active Directory because of how passwords are being push from top down. I believe it can be done otherwise by getting the password hash fields and injecting them directly in the Directory Service be in Active Directory, LDAP server etc. Now basically all clients except for Linux / Unix based client except for the Mac OSX can be joint to the Active Directory thus effectively being authenticated and binding the personal home area specified by users profile tab. The home area for these clients will be served via CIFS by Samba from Linux CIFS / NFS server joint to the AD. With Unix / Linux system, we will use Winbind with Kerberos to authenticate against the AD and access their home area via NFS from the same Linux CIFS /NFS server. By using a Linux NFS / CIFS server we can provide a common network home area for any Windows and Linux / Unix based and Mac system by consolidating various disk servers for various system. There are also other flow on effects which should be considered ie for example consolidation of storage space, backup maintenance and ease of access of data for users and administrators which are just a few examples One thing I wanted to point out, I am using Winbind with idmap_rid (Also know as rid in earlier samba version) support. What this does is that the UID and GID are generated from SIDs in the AD. Thus any machine joint to the AD domain with idmap rid support will have consistent UID and GID mappings, thus zero administration in terms of maintaining UID / GID for traditional directory services as its handled transparently client sided. Please note, if you use Winbind without idmap rid support, the workstation will maintain its own local workstation UID / GID mappings for users / groups thus there will be no consistency between workstations and be unworkable for NFS mounted drives.

2 There is another variation, where you modify the AD schema with POSIX attributes which then the AD in a sense is an LDAP / NIS directory but I will detail this in a different document once I get to it. Requirements 1. A Functional Windows 2003 R2 Server with Active Directory Configured (No Schema Extension required, AD with integrated DNS functioning) where clients can join the domain (I m assuming most people know how to use AD) 2. Linux Client with Samba 3.x (3.2x is preferable as the syntax has changed significantly since 3.x) along with Winbind 3.2x. In my case it will be a Red Hat Fedora Core 10 installation. 3. Mac OSX Leopard running or later (Higher revision has better AD support but I can t quite comment on Snow Leopard) 4. Linux NFS / CIFS server serving a common network home area to all client machines. 5. Windows Client (I believe this is really optional if a WinXP or Windows 7 client can t bind to Windows AD there would be a big outcry) 6. All machines must have the same date and time (even better if they are time synced as AD services don t allow client machines with a time skew of 5min to do any queries be it authentication or joining to the domain Assumptions I have virtual machines for all of these except for Mac OSX to demonstrate it is a functional test model system which should scale. Windows Server Operating System : Windows Server 2003r2 sp2 (With no Schema Extensions) Domain Name: csse.sso.edu.au Hostname: win2k3r2 FQDN: win2k3r2.csse.sso.edu.au IP Address: Netmask: DNS: When the AD was configured, it should know it is the only AD and it should have been configured to look at itself for directory information) Gateway: None (I don t want it going out, just for testing purposes on x subnet) Linux NFS / CIFS server Operating System : Fedora Core 10 Hostname: fc10nfs FQDN: fc10nfs.csse.sso.edu.au IP Address: Netmask: DNS: (For clients to join to AD, the AD servers needs to be first on DNS lookup) Gateway: None (I don t want it going out just for testing purposes on x subnet) Specifics: Samba and Winbind 3.2x (Make sure the package has idmap_rid / rid support)

3 Linux Client Operating System : Fedora Core 10 Hostname: fc10vm FQDN: fc10nfs.csse.sso.edu.au IP Address: Netmask: DNS: (For clients to join to AD, the AD servers needs to be first on DNS lookup) Gateway: None (I don t want it going out just for testing purposes on x subnet) Specifics: Samba and Winbind 3.2x (Make sure the package used has idmap_rid / rid support) Mac OSX client Operating System : Mac OSX 10.5.x (Newer is better but not quite sure on 10.6.x) Hostname: macosx FQDN: macosx.csse.sso.edu.au IP Address: Netmask: DNS: (For clients to join to AD, the AD servers needs to be first on DNS lookup) Gateway: None (I don t want it going out just for testing purposes on x subnet) Windows client Operating System : WinXPSP3 Hostname: winxpsp3 FQDN: winxpsp3.csse.sso.edu.au IP Address: Netmask: DNS: (For clients to join to AD, the AD servers needs to be first on DNS lookup) Gateway: None (I don t want it going out just for testing purposes on x subnet) (All of this is available for my Fellow UWA administrators as Virtual machines for the exception of the Mac OSX. But you could bridge the network traffic for virtual machines to a switch and get real Mac OSX clients to interact with the Virtual Machines like I have)

4 Installation / Configuration of Server and Workstations Configuration of Windows Server As mentioned before you should have a functional Active directory with functional DNS. You need to make some changes in terms of communications allowed to the Active Directory for Samba. Go into the administrative tools, run the AD Users and Computers, right click on your domain in my case csse.sso.edu.au and select properties and click on the group policy tab. There should a Default Domain Policy, select it and click edit. You will need to change the two followings. Computer configuration -> Windows Settings -> Security Settings -> local policies -> Security Options. Microsoft Network Server: Digitally sign communications (always) -> Disabled Microsoft Network Server: Digitally sign communications (if client agrees) -> Disabled Run gpupdate from a command prompt to updated it or simply reboot it, a AD user would be also useful for testing purposes. First Name: AD Last Name: Test Comment: AD Test User Logon Name: adtestnfs Domain: csse.sso.edu.au Profile: \\fc10nfs.csse.sso.edu.au\adtestnfs\profile.usr Connect: Z to: \\fc10nfs.csse.sso.edu.au\adtestnfs Password: qazwsc123 Configuration of Linux NFS/CIFS Server We basically need to configure the Linux box to be able to join the Windows AD so it gets UID/GID mappings, then setup an area to be exported as a home area via CIFS though Samba for Windows and Mac clients and similarly the same area via NFS for Linux / Unix clients To join the Linux Client in my case a Fedora Core 10 installation to the Active Directory, you will need to configure the Kerberos, Samba and some authentication related configuration files.

5 In Fedora Core 10, the kerberos file that needs to be configured is /etc/krb5.conf (It s case sensitive). Note CSSE.SSO.EDU.AU is the Kerberos realm defined here as opposed to the domain name csse.sso.edu.au. [logging] default = FILE:/var/log/krb5libs.log kdc = FILE:/var/log/krb5kdc.log admin_server = FILE:/var/log/kadmind.log [libdefaults] default_realm = CSSE.SSO.EDU.AU dns_lookup_realm = true dns_lookup_kdc = true ticket_lifetime = 24h forwardable = yes [realms] CSSE.SSO.EDU.AU = { kdc = win2k3r2.csse.sso.edu.au admin_server = win2k3r2.csse.sso.edu.au default_domain = CSSE.SSO.EDU.AU } [domain_realm] csse.sso.edu.au = CSSE.SSO.EDU.AU.csse.sso.edu.au = CSSE.SSO.EDU.AU [appdefaults] pam = { debug = false ticket_lifetime = renew_lifetime = forwardable = true krb4_convert = false } Now if you have configured kerberos client correctly you should be able to get a Kerberos authentication ticket from the AD ie by running the following command from the terminal ie kinit administrator@csse.sso.edu.au klist Note it s case sensitive, as again CSSE.CSSE.EDU.AU refers to the Kerberos defined realm. You should see something similar as in Figure 1 when you run those commands.

6 Figure 1: Kerberos Ticket from AD server If you can t get a ticket, basically you have configured the Kerberos configuration incorrectly assuming your Windows Server is working correctly. It would be pointless to proceed any further until you can get your client to get a Kerberos ticket successfully as Winbind uses Kerberos authentication to verify users. The other file you will need to edit for Winbind for the authentication is /etc/samba/smb.conf. This file also configures the shares via CIFS though Samba, the only section you need to edit is the global and homes section.

7 *snip* [global] #--authconfig--start-line-- # Generated by authconfig on 2009/10/31 21:45:35 # DO NOT EDIT THIS SECTION (delimited by --start-line--/--end-line--) # Any modification may be deleted or altered by authconfig in future workgroup = CSSE password server = win2k3r2.csse.sso.edu.au realm = CSSE.SSO.EDU.AU security = ads allow trusted domains = No idmap backend = idmap_rid:csse= idmap uid = idmap gid = log level=1 syslog = 0 log file=/var/log/samba/%m template shell = /bin/zsh winbind use default domain = true winbind offline logon = false #winbind enum groups and users should be disabled with large ADs winbind enum groups = yes winbind enum users = yes #Ashley Personal Configuration files for home areas #No default homedir value specified, the default area is /home/%d/%u #Specifiy home area to separate Linux and Windows area ie #where %U = username, %D = domain, %G is group # /home/csse/%u/profile.usr -> Linux Profile Area # /home/csse/%u/linux -> Linux Home Area # Unhash below for linux server for cifs/nfs linux server # Export User root home area template homedir /home/csse/%u # Unhash below for linux client nfs home # Separate Windows / Linux area ie %U/profile.usr and %U/linux # template homedir /home/csse/%u/linux #--authconfig--end-line-- *snip* [homes] comment = Home Directories browseable = no writable = yes create mode = 0664 directory mode = 0775 ; valid users = %S ; valid users = MYDOMAIN\%S

8 I am using the IDMAP_RID support of Winbind which allows a consistent mappings as quoted from the Samba Page The idmap_rid facility is a new tool that, unlike native Winbind, creates a predictable mapping of MS Windows SIDs to UNIX UIDs and GIDs. The key benefit of this method of implementing the Samba IDMAP facility is that it eliminates the need to store the IDMAP data in a central place You have to package enabled idmap_rid support in Samba/Winbind. If you are not sure you can run smbd b to get a build information look for something referring to rid (Older samba refers to rid, newer version revision refers to idmap_rid). Another thing to point out I believe rid support is only available in Samba/Winbind version 3.08 or greater I believe. Bow if you have configured everything, you are almost there to join the linux CIFS/NFS server to the domain. Please make sure that you have configured the linux box with the proper FQDN ie in /etc/hosts locahost,localdomain localhost fc10nfs.csse.sso.edu.au fc10nfs ::1 localhost.localdomain localhost6 localhost win2k3r2.csse.sso.edu.au win2k3r2.csse.sso.edu.au So the FQDN should match that to the AD domain you are joining, as DNS and Directory services provided by the AD are integrated. Giving it a weird FQDN that s different to the domain will create incorrect or incomplete objects in the AD. Here is a hint you can t join an AD that already has an object of the same name, so delete the object first before attempting to join it, the other piece of advice is make sure the DNS search order points to the AD first ie in my case which should be in /etc/resolv.conf. Now to join to the AD for the domain csse.sso.edu.au you just type net rpc join U administrator (It use to be net ads command but that s deprecated, if you are unsure type net rpc which should show you a valid list of commands) which then you should see something similar to that in figure 2.

9 Figure 2 : Joining a Linux Client to AD One you have successfully joined the AD, start Winbind and Samba ie /etc/init.d/winbind start /etc/init.d/smbd start /etc/init.d/nmbd start (Optional but windows uses netbios look ups) You need to make these service start up automatically, what we did above was just to kick start it for this session. If you have installed ntsysv or something similar, you can type that to check it on to start up at boot time. Now if it is properly jointed to the domain and you have started the appropriate services, you should be able to get AD information about users and groups ie by typing wbinfo u for user information or wbinfo g for group information such as that show in Figure 3.

10 Figure 3 : Domain Lookup Information for Users and Groups Now you know it that it has successfully joint to the domain, you have to configure the PAM to actually use this information for users and groups. You can use the built in GUI to modify the Authentication ie System -> Administration -> Authentication GUI. But for me, it s easier for me to modify the files directly as I know what I want to do and this would be applicable to just about any Unix / Linux system using PAM modules. So what you want to do is edit /etc/nsswitch.conf and couple of PAM modules.

11 # # /etc/nsswitch.conf # # An example Name Service Switch config file. This file should be # sorted with the most-used services at the beginning. # # The entry '[NOTFOUND=return]' means that the search for an # entry should stop if the search in the previous entry turned # up nothing. Note that if the search failed due to some other reason # (like no NIS server responding) then the search continues with the # next entry. # # Legal entries are: # # nisplus or nis+ Use NIS+ (NIS version 3) # nis or yp Use NIS (NIS version 2), also called YP # # dns files Use DNS (Domain Name Service) Use the local files # db Use the local database (.db) files # compat Use NIS on compat mode # hesiod Use Hesiod for user lookups # # [NOTFOUND=return] Stop searching if not found so far # To use db, put the "db" in front of "files" for entries you want to be # looked up first in the databases # # Example: #passwd: db files nisplus nis #shadow: db files nisplus nis #group: db files nisplus nis passwd: shadow: group: #hosts: hosts: files winbind files winbind files winbind db files nisplus nis dns files wins dns # Example - obey only what nisplus tells us... #services: nisplus [NOTFOUND=return] files #networks: nisplus [NOTFOUND=return] files #protocols: nisplus [NOTFOUND=return] files #rpc: nisplus [NOTFOUND=return] files #ethers: nisplus [NOTFOUND=return] files #netmasks: nisplus [NOTFOUND=return] files bootparams: nisplus [NOTFOUND=return] files ethers: files netmasks: files networks: files protocols: files rpc: files services: files netgroup: files publickey: nisplus automount: files aliases: files nisplus

12 With Fedora Core 10, all the authentication are handled by PAM in /etc/pam.d, but all services are linked to a general PAM module. Ie for ssh pam module (/etc/pam.d/sshd)shown below, you can see the account and authentication is done by a module called system-auth. #%PAM-1.0 auth include system-auth account required pam_nologin.so account include system-auth password include system-auth # pam_selinux.so close should be the first session rule session required pam_selinux.so close session include system-auth session required pam_loginuid.so # pam_selinux.so open should only be followed by sessions to be executed in the user context session required pam_selinux.so open env_params session optional pam_keyinit.so force revoke Now if we look at system-auth file ( /etc/pam.d/system-auth ), mine has been modified to use Winbind and Kerberos. #%PAM-1.0 # This file is auto-generated. # User changes will be destroyed the next time authconfig is run. auth required pam_env.so auth sufficient pam_unix.so nullok try_first_pass auth requisite pam_succeed_if.so uid >= 500 quiet auth sufficient pam_krb5.so use_first_pass auth sufficient pam_winbind.so use _first_pass auth required pam_deny.so account required pam_unix.so broken_shadow account sufficient pam_localuser.so account sufficient pam_succeed_if.so uid < 500 quiet account [default=bad success=ok user_unknown=ignore] pam_krb5.so account [default=bad success=ok user_unknown=ignore] pam_winbind.so account required pam_permit.so password requisite pam_cracklib.so try_first_pass retry=3 password sufficient pam_unix.so md5 shadow nullok try_first_pass use_authtok password sufficient pam_krb5.so use_authtok password sufficient pam_winbind.so use_authtok password required pam_deny.so session optional pam_keyinit.so revoke session required pam_limits.so session [success=1 default=ignore] pam_succeed_if.so service in crond quiet use_uid session required pam_unix.so session optional pam_krb5.so

13 Now that you have made the changes, you can use the typical Unix / Linux test of getent passwd or getent group to see if your AD users and groups are visible. As you can see in figure 4, I can see my AD users as an example. Figure 4 : getent passwd test It should be noted if you left out winbind enum users groups = yes or you have set it to winbind enum users group = no. The getent test for user or group would fail, although you can still log in. The reason for this is the Winbind enum option if enabled, enumerate all users or groups in the AD so it allows you to see all features if you were viewing from a traditional directory service like NIS or LDAP. But it is undesirable if there is a large number of AD users and groups. Imagine a couple of hundred machines repeatedly querying the AD where it had to enumerate all the SID of users

14 and groups. It would be a big processing over head on the AD half and that s why it is turned off. What I would do is enable it, once I know everything is working, I would turn it off. Now if the getent passwd and getent groups work, you should be able to ssh into the local box (Assuming you have ssh started and it s not locked down) ssh administrator@ Once you are in, you basically have configured the authentication mechanism. Everything done up to know is the same basic process which you would do for a Linux Client. The remaining section of Configuration of Linux NFS/CIFS Server will detail how the server will provide a home area to your Windows, Linux and Mac clients. For Windows it will access the fc10nfs.csse.sso.edu.au disk server via CIFS, remember we created a AD user called adtest which had the following properties which defines their home aresa and mapped network drive Profile -> \\fc10nfs.csse.sso.edu.au\adtestnfs\profile.usr Map Network Drive -> \\fc10nfs.csse.sso.edu.au\adtestnfs We already preconfigured their home area via CIFS ie for Windows when we edited /etc/samba/smb.conf which was under [homes] and [global] section. One thing I wanted to point out homedir variable is only applicable when you are using Winbind with Samba. We want to separate the home areas by specifying where the User desktop area will be stored in their user home root area. Ie with Windows the area will in username/profile.usr whereas the Unix / Linux home area is username/linux. That s why for the Linux CIFS / NFS server we will be defining this. template homedir /home/csse/%u Thus when users access the fc10nfs disk server via CIFS ie Windows you will be able to traverse down to the linux directory where is the Unix / Linux Desktop area and similarly for profile.usr where they can access their Windows Desktop area.

15 Note the homedir in /etc/samba/smb.conf is different on a Linux client, because the home area on Linux client is derived partially from the AD but is ultimately defined locally on the machine by the homedir variable as Winbind is acting as mediator with the AD. By doing this it will explicitly define the users home area to write to ie template homedir /home/csse/%u/linux Now to activate the CIFS service on fc10nfs.csse.uwa.edu.au to serve the home area, we just have to start the smb service ie /etc/init.d/smb start but you should check the service on to start at boot time as we already pre-configured it in the [homes] and [global] section in smb.conf. That is one network file service activated, now we have to configure NFS services on fc10nfs.csse.uwa.edu.au for the Unix / Linux clients. Now the only part you need to edit is the /etc/exports which basically tells which area to allow for NFS traffic and which clients are allowed to mount it. The contents of my exports file is shown below. #Export /home/csse to all of xxx /home/csse (rw,sync) Once configured, all you need to do is kick start the nfs services ie nfs and nfslock which can be done with these lines /etc/init.d/nfs start /etc/init.d/nfslock start As again you want this to automatically start at boot time, example in figure 5 shows ntsysv for Fedora Core 10 where you can selectively select service to start and run at boot time.

16 Figure 5 : ntsysv system startup services Last of all I ve assumed that you have already created the home area specified for CIFS/NFS serving and the area for our test user, if not then follow this. mkdir /home/csse chown R 755 /home/csse cd /home/csse mkdir adtest (repeat this and below for other users area ie administrators) mkdir adtest/linux mkdir adtest/profile.usr chown R adtest adtest chmod R 700 adtest Then restart or reboot fc10nfs.csse.uwa.edu.au, after the reboot if everything is working nfs, nfslock, winbind and smb services should be running and the home area permission should resolve to the appropriate users and groups. In figure 6 you can see me checking the status of services, user lookup from AD and user / group mappings of home areas created.

17 Figure 6 : Status check of fc10nfs.csse.sso.edu.au

18 Configuration of Linux Client As I mentioned before, configuration of a Linux client is almost exactly as configuring a Linux NFS/CIFS Server. The only difference is that you will not be configuring any NFS related configuration or services ie /etc/exports, nfs or nfslock The only difference is there is a slight difference in homedir variable because I want to separate the Unix / Linux login area to username/linux on client workstations defined as defined /etc/samba/smb.conf. So in the global section of the configuration it would be this *snip* [global] #--authconfig--start-line-- # Generated by authconfig on 2009/10/31 21:45:35 # DO NOT EDIT THIS SECTION (delimited by --start-line--/--end-line--) # Any modification may be deleted or altered by authconfig in future workgroup = CSSE password server = win2k3r2.csse.sso.edu.au realm = CSSE.SSO.EDU.AU security = ads allow trusted domains = No idmap backend = idmap_rid:csse= idmap uid = idmap gid = log level=1 syslog = 0 log file=/var/log/samba/%m template shell = /bin/zsh winbind use default domain = true winbind offline logon = false #winbind enum groups and users should be disabled with large ADs winbind enum groups = yes winbind enum users = yes #Ashley Personal Configuration files for home areas #No default homedir value specified, the default area is /home/%d/%u #Specifiy home area to separate Linux and Windows area ie #where %U = username, %D = domain, %G is group # /home/csse/%u/profile.usr -> Linux Profile Area # /home/csse/%u/linux -> Linux Home Area # Unhash below for linux server for cifs/nfs linux server # Export User root home area # template homedir /home/csse/%u # Unhash below for linux client nfs home # Separate Windows / Linux area ie %U/profile.usr and %U/linux template homedir /home/csse/%u/linux #--authconfig--end-line--

19 Everything apart from the slight change in /etc/samba/smb.conf, /etc/krb5.conf, pam configuration, /etc/nsswitch.conf, joining to the csse.sso.edu.au domain etc will be the same neglecting the CIFS/NFS configuration as it is not needed. The only other minor change is to make the home area via NFS from fc10.sso.edu.au accessible on the client machine. I just force a mount on boot time which you can define in the /etc/fstab # # /etc/fstab # Created by anaconda on Fri Dec 5 06:59: # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or vol_id(8) for more info # /dev/sda2 / ext3 defaults 1 1 tmpfs /dev/shm tmpfs defaults 0 0 devpts /dev/pts devpts gid=5,mode= sysfs /sys sysfs defaults 0 0 proc /proc proc defaults 0 0 /dev/sda1 swap swap defaults 0 0 # Specific NFS Mounts fc10nfs.csse.sso.edu.au:/home/csse /home/csse nfs rw,bg,hard,intr 0 0 In Figure 7, it shows you the entries I have made in the /etc/fstab on the client and you can see that the NFS drive from fc10nfs.csse.sso.edu.au is properly mounted.

20 Figure 7 : NFS mount entry and check on Linux Client Now that everything is properly configured, I just use the ssh test to fc10vm to see if I can log in correctly remotely, if it does you should be able to log onto the console. You can see my remote ssh test session in figure 8, before I try logging into the console which also works.

21 Figure 8 : ssh remote test on fc10vm.csse.sso.edu.au

22 Configuration of Windows Client There isn t much to say for here, there is really only one way. This step is for a Windows XP Professional client but other versions including Vista or Windows 7 are very similar 1. Go Start > Settings -> Control Panel -> Network Connections 2. Click Advanced -> Network Identification 3. Go to To rename or join a domain, Click Change and click Change. 4. Check your Computer Name is unique and Click the Domain option, and fill in the domain which in this case is csse.sso.edu.au or csse. Either should work depending on how you configured your AD. 5. Reboot 6. When you login as AD test you will be mapped via CIFS If it doesn t work, usually that means you incorrectly configured the CIFS service via Samba incorrectly. I would test if you see the shares of fc10nfs.csse.sso.edu.au (ie run start -> run -> \\fc10nfs.csse.uwa.edu.au) then work what is wrong from there. If you can t see the share, make sure you made the changes in regards to [home] and [global] section in smb.conf on fc10. Both Winbind and smb has to be correctly configured as Winbind does the authentication plus figures where the home area where as Samba servers the home area. After typing \\fc10nfs.csse.uwa.edu.au and it doesn t respond, make sure smb service is running on fc10nfs.

23 Configuration of Mac OSX Client I haven t mentioned as much about OSX as I have about the Windows or Linux client, as Mac OSX is kind of a unique positions. As it has a rather unique feature where it allows you to join to an Existing AD without any existing add-ons just like a Windows Workstation. In saying that, the Apple Mac OSX uses the same information as specified in the Profile Tab for the AD users thus will write their files in the same Desktop area. So essentially it will use the CIFS services as like a Windows Client. Here are the steps to join the Apple Mac OSX to the AD (Newer is always better but be careful of Snow Leopard its rather still quite new and not polished so Leopard would be a safer bet) 1. Macintosh HD -> Applications -> Utilities -> Directory Utility 2. Show Advanced Settings 3. Click Services Tab 4. Check the box for Active Directory to enable it 5. Then double click on Active Directory to configure it 6. For Active Directory Forest / Active Directory Domain was set to csse.sso.edu.au 7. Computer ID to macosx 8. Click the down arrow to Show Advanced Options 9. Under User Experience, I had Use UNC path from AD to derive network home location and the network protocol to be used as SMB checked on along with default user shell set to /bin/zsh. All other options in the User Experience was unchecked. 10. Under Mappings ie Map UID to attribute, Map GID to attribute and Map group GID to attribute are unchecked, these are used if the AD schema is extended and UID/GID in the schema which you specifically map to. 11. Under Administrative section, I checked Allow administration by csse\domain admins, csse\enterprise admins. I also checked allow authentication from any domains in the forrest 12. Click bind, username = administrator, password = domain password, Computer OU= CN=Computers,DC=csse,DC=sso,DC=edu,DC=au. Don t forget to also check the box for use for authentication and use for Contacts before you click the bind button. Now if you log into the Mac with adtest at the console, you notice that it will write all it Desktop files to whatever you have mapped in your AD ie in our case. Connect: Z -> \\fc10nfs.csse.sso.edu.au\adtestnfs

24 It basically writes the files to root area of the user s home area specified by the above. It s not desirable, but and least it doesn t really conflict with the other two systems ie in terms of files and directory structure where there is no overlap Windows -> username\profile.usr Linux -> username\linux Mac OSX -> username If you type mount as your adtest user you can see its mounted the home area from fc10nfs via CIFs like windows. mactest% pwd /Network/Servers/fc10nfs.csse.sso.edu.au/adtest mactest% whoami adtest mactest% mount /dev/disk0s2 on / (hfs, local, journaled) devfs on /dev (devfs, local) fdesc on /dev (fdesc, union) map -hosts on /net (autofs, automounted) map -static on /home/honours (autofs, automounted) map -static on /home/staff (autofs, automounted) map -static on /cslinux (autofs, automounted) /dev/disk0s4 on /Volumes/Untitled (ntfs, local, read-only, noowners) map -fstab on /Network/Servers (autofs, automounted) trigger on /Network/Servers/fc10nfs.csse.sso.edu.au/adtest (autofs, automounted) //adtest@fc10nfs.csse.sso.edu.au/adtestnfs on /Network/Servers/fc10nfs.csse.sso.edu.au/adtest (smbfs, nodev, nosuid, automounted, mounted by adtest) Basically that s it, this is working single sign on with all three client system authentication to AD with a single home area and single password.

Attunity RepliWeb PAM Configuration Guide

Attunity RepliWeb PAM Configuration Guide Attunity RepliWeb PAM Configuration Guide Software Version 5.2 For Linux and UNIX operating systems June 28, 2012 RepliWeb, Inc., 6441 Lyons Road, Coconut Creek, FL 33073 Tel: (954) 946-2274, Fax: (954)

More information

Allowing Linux to Authenticate to a Windows 2003 AD Domain. Prepared by. Thomas J. Munn, CISSP 11-May-06

Allowing Linux to Authenticate to a Windows 2003 AD Domain. Prepared by. Thomas J. Munn, CISSP 11-May-06 Allowing Linux to Authenticate to a Windows 2003 AD Domain Prepared by Thomas J. Munn, CISSP 11-May-06 Table of Contents: Table of Contents:... 2 Introduction... 3 Requirements... 4 Installing the Necessary

More information

Connect to UW UWWI Active Directory

Connect to UW UWWI Active Directory Connect to UW UWWI Active Directory Motivation Working in progress notes: Create Computer in Active Directory. Firewall Hostname - FQDN required Create krb5 keytab REDHAT & VARIANTS specific instructions

More information

Windows Enterprise OU Administrator Tips. Integrating RHEL5 Systems with Active Directory

Windows Enterprise OU Administrator Tips. Integrating RHEL5 Systems with Active Directory Windows Enterprise OU Administrator Tips Integrating RHEL5 Systems with Active Directory John Dickerson and Beata Pruski Created: December 4, 2009 Last Update: February 4, 2011 This document will show

More information

RHEL Clients to AD Integrating RHEL clients to Active Directory

RHEL Clients to AD Integrating RHEL clients to Active Directory RHEL Clients to AD Integrating RHEL clients to Active Directory Presenter Dave Sullivan Sr. TAM, Red Hat 2013-09-03 Agenda Review Dmitri Pal and Simo Sorce Preso Legacy RHEL hook to AD RHEL Direct--->sssd--->AD

More information

Installing Squid with Active Directory Authentication

Installing Squid with Active Directory Authentication Installing Squid with Active Directory Authentication 18May06 Proxy servers are fairly essential devices that should be part of a network s perimeter defense strategy. They are devices that allow clients

More information

SSSD Active Directory Improvements

SSSD Active Directory Improvements FreeIPA Training Series SSSD Active Directory Improvements Jakub Hrozek January 2013 Contents of the presentation 1.Overview of Active Directory related improvements 2.Range attributes support 3.Mapping

More information

Univention Corporate Server. Extended domain services documentation

Univention Corporate Server. Extended domain services documentation Univention Corporate Server Extended domain services documentation 2 Table of Contents 1. Integration of Ubuntu clients into a UCS domain... 4 1.1. Integration into the LDAP directory and the SSL certificate

More information

Interoperability Update: Red Hat Enterprise Linux 7 beta and Microsoft Windows

Interoperability Update: Red Hat Enterprise Linux 7 beta and Microsoft Windows Interoperability Update: Red Hat Enterprise 7 beta and Microsoft Windows Mark Heslin Principal Systems Engineer Red Hat Systems Engineering Dmitri Pal Senior Engineering Manager Red Hat Software Engineering

More information

Configure Samba with ACL and Active Directory integration Robert LeBlanc (leblanc@byu.edu) BioAg Computer Support, Brigham Young University

Configure Samba with ACL and Active Directory integration Robert LeBlanc (leblanc@byu.edu) BioAg Computer Support, Brigham Young University Configure Samba with ACL and Active Directory integration Robert LeBlanc (leblanc@byu.edu) BioAg Computer Support, Brigham Young University This document uses Debain Linux 3.1 (Sarge) on x86 hardware.

More information

Active Directory Integration

Active Directory Integration SwiftStack Gateway Active Directory Integration Summary There are two main ways of integrating the SwiftStack Gateway with Microsoft Active Directory authentication: RID, using winbind LDAP For most implementations

More information

Using Active Directory as your Solaris Authentication Source

Using Active Directory as your Solaris Authentication Source Using Active Directory as your Solaris Authentication Source The scope of this paper is to document how a newly installed Solaris 10 server can be configured to use an Active Directory directory service

More information

I am an SE at a large storage system vendor

I am an SE at a large storage system vendor Neil Waybright Presented to UUASC 12/4/2008 I am an SE at a large storage system vendor In a recent previous life I managed the UNIX team at a Ventura County company that is the largest biotech company

More information

Active Directory and Linux Identity Management

Active Directory and Linux Identity Management Active Directory and Linux Identity Management Published by the Open Source Software Lab at Microsoft. December 2007. Special thanks to Chris Travers, Contributing Author to the Open Source Software Lab.

More information

LDAP (Lightweight Directory Access Protocol) LDAP is an Internet standard protocol used by

LDAP (Lightweight Directory Access Protocol) LDAP is an Internet standard protocol used by LDAP (Lightweight Directory Access Protocol) LDAP is an Internet standard protocol used by applications to access information in a directory. It runs directly over TCP, and can be used to access a standalone

More information

(june 2007 -> this is version 3.025a)

(june 2007 -> this is version 3.025a) U s i n g t h e L i n u x P C o n t h e M e e t P C V L A N This article was published on www.tudelft.nl/itt Date: june, 2007 Author: Boris van Es Version: 1.0 Case In your lab there are several computers

More information

Using Single Sign-on with Samba. Appendices. Glossary. Using Single Sign-on with Samba. SonicOS Enhanced

Using Single Sign-on with Samba. Appendices. Glossary. Using Single Sign-on with Samba. SonicOS Enhanced SonicOS Enhanced Using Single Sign-on with Samba Using Single Sign-on with Samba Introduction Recommended Versions Caveats SonicWALL Single Sign-on in Windows SonicWALL Single Sign-on with Samba Checking

More information

Migration of Windows Intranet domain to Linux Domain Moving Linux to a Wider World

Migration of Windows Intranet domain to Linux Domain Moving Linux to a Wider World Journal of Basic and Applied Engineering Research pp. 55-59 Krishi Sanskriti Publications http://www.krishisanskriti.org/jbaer.html Migration of Windows Intranet domain to Linux Domain Moving Linux to

More information

Configuring Squid Proxy, Active Directory Authentication and SurfProtect ICAP Access

Configuring Squid Proxy, Active Directory Authentication and SurfProtect ICAP Access Configuring Squid Proxy, Active Directory Authentication and SurfProtect ICAP Access Contents Introduction 3 To Configure 4 Squid Server... 4 Windows Domain Controller... 4 Configuration 4 DNS... 4 NTP...

More information

Distributed File System

Distributed File System Petru Maior University, Târgu-Mureș Science Department Information Technolgy Master Course Distributed File System Students: Bardosi Florin Cifor Crina Danciu Ioana Hintea Dan Alexandru Table of Contents

More information

SUSE Manager 1.2.x ADS Authentication

SUSE Manager 1.2.x ADS Authentication Best Practice www.suse.com SUSE Manager 1.2.x ADS Authentication How to use MS-ADS authentiction (Version 0.7 / March 2 nd 2012) P r e f a c e This paper should help to integrate SUSE Manager to an existing

More information

Instructions for Adding a MacOS 10.4.x Client to ASURITE

Instructions for Adding a MacOS 10.4.x Client to ASURITE Instructions for Adding a MacOS 10.4.x Client to ASURITE Before beginning, it would be prudent not to have an account with the same username and password as your Active Directory account. For DHCP Workstations:

More information

Integrating Red Hat Enterprise Linux 6 with Microsoft Active Directory Presentation

Integrating Red Hat Enterprise Linux 6 with Microsoft Active Directory Presentation Integrating Red Hat Enterprise Linux 6 with Microsoft Active Directory Presentation Agenda Overview Components Considerations Configurations Futures Summary What is needed? Thorough understanding components,

More information

FreeIPA 3.3 Trust features

FreeIPA 3.3 Trust features FreeIPA 3.3 features Sumit Bose, Alexander Bokovoy March 2014 FreeIPA and Active Directory FreeIPA and Active Directory both provide identity management solutions on top of the Kerberos infrastructure

More information

Smart Card Authentication Client. Administrator's Guide

Smart Card Authentication Client. Administrator's Guide Smart Card Authentication Client Administrator's Guide April 2013 www.lexmark.com Contents 2 Contents Overview...3 Configuring Smart Card Authentication Client...4 Configuring printer settings for use

More information

Integrating Red Hat Enterprise Linux 6 with Active Directory. Mark Heslin Principal Software Engineer

Integrating Red Hat Enterprise Linux 6 with Active Directory. Mark Heslin Principal Software Engineer Integrating Red Hat Enterprise Linux 6 with Active Directory Mark Heslin Principal Software Engineer Version 1.5 March 2014 1801 Varsity Drive Raleigh NC 27606-2072 USA Phone: +1 919 754 3700 Phone: 888

More information

Integrating Mac OS X 10.6 with Active Directory. 1 April 2010

Integrating Mac OS X 10.6 with Active Directory. 1 April 2010 Integrating Mac OS X 10.6 with Active Directory 1 April 2010 Introduction Apple Macintosh Computers running Mac OS X 10.6 can be integrated with the Boston University Active Directory to allow use of Active

More information

Installation Guide Mac OS X Operating Systems

Installation Guide Mac OS X Operating Systems Installation Guide Mac OS X Operating Systems Legal Notices Published by Toon Boom Animation Inc. Corporate Headquarters 5530 St. Patrick Suite2210 Montreal, Quebec Canada H4E 1A8 Tel: (514) 278-8666 Fax:

More information

Centralized Mac Home Directories On Windows Servers: Using Windows To Serve The Mac

Centralized Mac Home Directories On Windows Servers: Using Windows To Serve The Mac Making it easy to deploy, integrate and manage Macs, iphones and ipads in a Windows environment. Centralized Mac Home Directories On Windows Servers: Using Windows To Serve The Mac 2011 ENTERPRISE DEVICE

More information

Linux/Unix Active Directory Authentication Integration Using Samba Winbind

Linux/Unix Active Directory Authentication Integration Using Samba Winbind Linux/Unix Active Directory Authentication Integration Using Samba Winbind March 8, 2006 Prepared By: Edwin Gnichtel Table of Contents INTRODUCTION... 3 HOW WINBIND WORKS... 4 Name Service Switch (NSS)...

More information

# Windows Internet Name Serving Support Section: # WINS Support - Tells the NMBD component of Samba to enable its WINS Server ; wins support = no

# Windows Internet Name Serving Support Section: # WINS Support - Tells the NMBD component of Samba to enable its WINS Server ; wins support = no Sample configuration file for the Samba suite for Debian GNU/Linux. This is the main Samba configuration file. You should read the smb.conf(5) manual page in order to understand the options listed here.

More information

CYAN SECURE WEB HOWTO. NTLM Authentication

CYAN SECURE WEB HOWTO. NTLM Authentication CYAN SECURE WEB HOWTO June 2008 Applies to: CYAN Secure Web 1.4 and above NTLM helps to transparently synchronize user names and passwords of an Active Directory Domain and use them for authentication.

More information

Using Network Attached Storage with Linux. by Andy Pepperdine

Using Network Attached Storage with Linux. by Andy Pepperdine Using Network Attached Storage with Linux by Andy Pepperdine I acquired a WD My Cloud device to act as a demonstration, and decide whether to use it myself later. This paper is my experience of how to

More information

How To Use 1Bay 1Bay From Awn.Net On A Pc Or Mac Or Ipad (For Pc Or Ipa) With A Network Box (For Mac) With An Ipad Or Ipod (For Ipad) With The

How To Use 1Bay 1Bay From Awn.Net On A Pc Or Mac Or Ipad (For Pc Or Ipa) With A Network Box (For Mac) With An Ipad Or Ipod (For Ipad) With The 1-bay NAS User Guide INDEX Index... 1 Log in... 2 Basic - Quick Setup... 3 Wizard... 3 Add User... 6 Add Group... 7 Add Share... 9 Control Panel... 11 Control Panel - User and groups... 12 Group Management...

More information

The following process allows you to configure exacqvision permissions and privileges for accounts that exist on an Active Directory server:

The following process allows you to configure exacqvision permissions and privileges for accounts that exist on an Active Directory server: Ubuntu Linux Server & Client and Active Directory 1 Configuration The following process allows you to configure exacqvision permissions and privileges for accounts that exist on an Active Directory server:

More information

Instructions for Adding a MacOS 10.4.x Server to ASURITE for File Sharing. Installation Section

Instructions for Adding a MacOS 10.4.x Server to ASURITE for File Sharing. Installation Section Instructions for Adding a MacOS 10.4.x Server to ASURITE for File Sharing Installation Section Purpose: We are setting up a server in ASU s specific environment. Power on the Server Insert the CD Hold

More information

Integration with Active Directory. Jeremy Allison Samba Team

Integration with Active Directory. Jeremy Allison Samba Team Integration with Active Directory Jeremy Allison Samba Team Benefits of using Active Directory Unlike the earlier Microsoft Windows NT 4.x Domain directory service which used proprietary DCE/RPC calls,

More information

Linuxdays 2005, Samba Tutorial

Linuxdays 2005, Samba Tutorial Linuxdays 2005, Samba Tutorial Alain Knaff alain.knaff@linux.lu Summary 1. Installing 2. Basic config (defining shares,...) 3. Operating as a PDC 4. Password synchronization 5. Access control 6. Samba

More information

The question becomes, How does the competent Windows IT professional open up their print server to their Mac clients?

The question becomes, How does the competent Windows IT professional open up their print server to their Mac clients? INTRODUCTION With the number of Macs growing, especially in the academic and consumer fields the need to support them has become a must have for many existing Windows environments. The question becomes,

More information

Samba. Samba. Samba 2.2.x. Limitations of Samba 2.2.x 1. Interoperating with Windows. Implements Microsoft s SMB protocol

Samba. Samba. Samba 2.2.x. Limitations of Samba 2.2.x 1. Interoperating with Windows. Implements Microsoft s SMB protocol Samba Samba Interoperating with Windows Nick Urbanik Copyright Conditions: GNU FDL (seehttp://www.gnu.org/licenses/fdl.html) A computing department Implements Microsoft s SMB protocol

More information

INTRODUCING SAMBA 4 NOW, EVEN MORE AWESOMENESS

INTRODUCING SAMBA 4 NOW, EVEN MORE AWESOMENESS INTRODUCING SAMBA 4 NOW, EVEN MORE AWESOMENESS Samba 4 has been in development for a long time but an official first release is imminent, the developers say. Its biggest feature is Active Directory Server

More information

White Paper. Fabasoft on Linux - Preparation Guide for Community ENTerprise Operating System. Fabasoft Folio 2015 Update Rollup 2

White Paper. Fabasoft on Linux - Preparation Guide for Community ENTerprise Operating System. Fabasoft Folio 2015 Update Rollup 2 White Paper Fabasoft on Linux - Preparation Guide for Community ENTerprise Operating System Fabasoft Folio 2015 Update Rollup 2 Copyright Fabasoft R&D GmbH, Linz, Austria, 2015. All rights reserved. All

More information

How you configure Iscsi target using starwind free Nas software & configure Iscsi initiator on Oracle Linux 6.4

How you configure Iscsi target using starwind free Nas software & configure Iscsi initiator on Oracle Linux 6.4 How you configure Iscsi target using starwind free Nas software & configure Iscsi initiator on Oracle Linux 6.4 Download the software from http://www.starwindsoftware.com/ Click on products then under

More information

SAMBA SERVER (PDC) Samba is comprised of a suite of RPMs that come on the RHEL/Fedora CDs. The files are named:

SAMBA SERVER (PDC) Samba is comprised of a suite of RPMs that come on the RHEL/Fedora CDs. The files are named: SAMBA SERVER (PDC) INTRODUCTION Samba is a suite of utilities that allows your Linux box to share files and other resources, such as printers, with Windows boxes. This lesson describes how you can make

More information

Unit objectives IBM Power Systems

Unit objectives IBM Power Systems User-level security Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 9.0 Unit objectives After completing this unit, you should be able to: Describe

More information

Using Active Directory to Authenticate Linux Users. Using Standard Protocols and Open Source Products

Using Active Directory to Authenticate Linux Users. Using Standard Protocols and Open Source Products Using Active Directory to Authenticate Linux Users Using Standard Protocols and Open Source Products 5/22/2006 EXECUTIVE SUMMARY... 5 GOALS AND OBJECTIVES... 5 INFRASTRUCTURE AND RESOURCES... 5 LAB DOCUMENTATION...

More information

FreeIPA v3: Trust Basic trust setup

FreeIPA v3: Trust Basic trust setup FreeIPA Training Series FreeIPA v3: Trust Basic trust setup Sumit Bose January 2013 How to set up trust between FreeIPA and AD Enable FreeIPA for Trust # ipa-adtrust-install Add Trust to AD # ipa trust-add...

More information

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS Notes: STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS 1. The installation of the STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation

More information

Centralized Mac Home Directories with ExtremeZ-IP

Centralized Mac Home Directories with ExtremeZ-IP APPLICATION NOTE Centralized Mac Home Directories with ExtremeZ-IP Published: July 2009 Abstract Organizations wanting to integrate Mac OS X systems into their Windows-based enterprise network will most

More information

Creating an LDAP Directory

Creating an LDAP Directory Systems and Network Management 1 Background Creating an LDAP Directory The ldap protocol is a standard for network directories. Some proprietary directory servers have been based on ldap, for example,

More information

CONFIGURING ACTIVE DIRECTORY IN LIFELINE

CONFIGURING ACTIVE DIRECTORY IN LIFELINE White Paper CONFIGURING ACTIVE DIRECTORY IN LIFELINE CONTENTS Introduction 1 Audience 1 Terminology 1 Test Environment 2 Joining a Lenovo network storage device to an AD domain 3 Importing Domain Users

More information

Other documents in this series are available at: servernotes.wazmac.com

Other documents in this series are available at: servernotes.wazmac.com Wazza s Snow Leopard Server QuickStart 14. Win XP - Workgroup Setup About the Document This document is the fourteenth in a series of documents describing the process of installing and configuring a Mac

More information

Smart Card Authentication. Administrator's Guide

Smart Card Authentication. Administrator's Guide Smart Card Authentication Administrator's Guide October 2012 www.lexmark.com Contents 2 Contents Overview...4 Configuring the applications...5 Configuring printer settings for use with the applications...5

More information

Integrating OID with Active Directory and WNA

Integrating OID with Active Directory and WNA Integrating OID with Active Directory and WNA Hari Muthuswamy CTO, Eagle Business Solutions May 10, 2007 Suncoast Oracle User Group Tampa Convention Center What is SSO? Single Sign-On On (SSO) is a session/user

More information

Getting Started Guide

Getting Started Guide Getting Started Guide CensorNet Professional Copyright CensorNet Limited, 2007-2011 This document is designed to provide information about the first time configuration and testing of the CensorNet Professional

More information

Linux Development Environment Description Based on VirtualBox Structure

Linux Development Environment Description Based on VirtualBox Structure Linux Development Environment Description Based on VirtualBox Structure V1.0 1 VirtualBox is open source virtual machine software. It mainly has three advantages: (1) Free (2) compact (3) powerful. At

More information

SAMBA VI: As a Domain Controller

SAMBA VI: As a Domain Controller Page 1 of 8 DocIndex Search Main - DocIndex - Connectivity SAMBA VI: As a Domain Controller Running A Linux Primary Domain Controller Joining Windows Machines To The Domain Making Your Life Easier Going

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

Using Samba to play nice with Windows. Bill Moran Potential Technologies

Using Samba to play nice with Windows. Bill Moran Potential Technologies Using Samba to play nice with Windows Bill Moran Potential Technologies SMB (Server Messenger Block) Now called CIFS (Common Internet File System) Historically one of Microsoft's core network protocls,

More information

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER Notes: STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER 1. These instructions focus on installation on Windows Terminal Server (WTS), but are applicable

More information

Deploying a Virtual Machine (Instance) using a Template via CloudStack UI in v4.5.x (procedure valid until Oct 2015)

Deploying a Virtual Machine (Instance) using a Template via CloudStack UI in v4.5.x (procedure valid until Oct 2015) Deploying a Virtual Machine (Instance) using a Template via CloudStack UI in v4.5.x (procedure valid until Oct 2015) Access CloudStack web interface via: Internal access links: http://cloudstack.doc.ic.ac.uk

More information

Wazza s QuickStart 13. Leopard Server - Windows Domain

Wazza s QuickStart 13. Leopard Server - Windows Domain Wazza s QuickStart 13. Leopard Server - Windows Domain About the Document This document is the 13th in a series of documents describing the process of installing and configuring a Mac OS X 10.5 Server

More information

How To Set Up A Macintosh With A Cds And Cds On A Pc Or Macbook With A Domain Name On A Macbook (For A Pc) For A Domain Account (For An Ipad) For Free

How To Set Up A Macintosh With A Cds And Cds On A Pc Or Macbook With A Domain Name On A Macbook (For A Pc) For A Domain Account (For An Ipad) For Free Setting Up a Macintosh For Use In The Medical Center The purpose of this document is to provide some assistance and direction to the users of Macintosh computers in The Medical Center network environment.

More information

NETASQ SSO Agent Installation and deployment

NETASQ SSO Agent Installation and deployment NETASQ SSO Agent Installation and deployment Document version: 1.3 Reference: naentno_sso_agent Page 1 / 20 Copyright NETASQ 2013 General information 3 Principle 3 Requirements 3 Active Directory user

More information

Administration guide. Océ LF Systems. Connectivity information for Scan-to-File

Administration guide. Océ LF Systems. Connectivity information for Scan-to-File Administration guide Océ LF Systems Connectivity information for Scan-to-File Copyright 2014, Océ All rights reserved. No part of this work may be reproduced, copied, adapted, or transmitted in any form

More information

Common Internet File Sharing (CIFS) How-To

Common Internet File Sharing (CIFS) How-To Common Internet File Sharing (CIFS) How-To Author: MaxGen Date: April 30, 2005 Introduction For those looking for another option besides NFS for recording movies to another PC on the network, there is

More information

2. RAID Management. 2-5. RAID migration N5200 allows below RAID migration cases.

2. RAID Management. 2-5. RAID migration N5200 allows below RAID migration cases. Thecus N5200 FAQ Thecus N5200 FAQ...1 1. NAS Management...2 1-1. Map a network drive in Windows XP...2 1-2. Could not map a network drive in Windows XP...2 1-3. Map a network drive in Mac OS X...2 1-4.

More information

Bring Linux into Microsoft s ADS

Bring Linux into Microsoft s ADS Bring Linux into Microsoft s ADS A lecture by Jens Kühnel Jens Kühnel Konsult und Training Bad Vilbel Germany About the speaker Jens Kühnel computer freak since age 8 Linux user since 1995 freelancer since

More information

How To Use Directcontrol With Netapp Filers And Directcontrol Together

How To Use Directcontrol With Netapp Filers And Directcontrol Together Application Note Using DirectControl with Network Appliance Filers Published: June 2006 Abstract This Application Note describes the integration between Network Appliance servers and Centrify DirectControl

More information

SENECA COLLEGE OF APPLIED ARTS AND TECHNOLOGY

SENECA COLLEGE OF APPLIED ARTS AND TECHNOLOGY SENECA COLLEGE OF APPLIED ARTS AND TECHNOLOGY FACULTY OF TECHNOLOGY SCHOOL OF ELECTRONICS AND COMPUTER ENGINEERING TECHNOLOGY SUBJECT: COMPUTER PERIPHERAL SYSTEMS PER 452 A B C Student Name:, (Last name)

More information

Creating a Gateway to Client VPN between Sidewinder G2 and a Mac OS X Client

Creating a Gateway to Client VPN between Sidewinder G2 and a Mac OS X Client A P P L I C A T I O N N O T E Creating a Gateway to Client VPN between Sidewinder G2 and a Mac OS X Client This application note describes how to set up a VPN connection between a Mac client and a Sidewinder

More information

Table of Contents. FleetSoft Installation Guide

Table of Contents. FleetSoft Installation Guide FleetSoft Installation Guide Table of Contents FleetSoft Installation Guide... 1 Minimum System Requirements... 2 Installation Notes... 3 Frequently Asked Questions... 4 Deployment Overview... 6 Automating

More information

Parallels Plesk Panel

Parallels Plesk Panel Parallels Plesk Panel Copyright Notice Parallels Holdings, Ltd. c/o Parallels International GMbH Vordergasse 49 CH8200 Schaffhausen Switzerland Phone: +41 526320 411 Fax: +41 52672 2010 Copyright 1999-2011

More information

Quick Start Guide for VMware and Windows 7

Quick Start Guide for VMware and Windows 7 PROPALMS VDI Version 2.1 Quick Start Guide for VMware and Windows 7 Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the

More information

Univention Corporate Server. Operation of a Samba domain based on Windows NT domain services

Univention Corporate Server. Operation of a Samba domain based on Windows NT domain services Univention Corporate Server Operation of a Samba domain based on Windows NT domain services 2 Table of Contents 1. Components of a Samba domain... 4 2. Installation... 5 3. Services of a Samba domain...

More information

Quick Start Guide for Parallels Virtuozzo

Quick Start Guide for Parallels Virtuozzo PROPALMS VDI Version 2.1 Quick Start Guide for Parallels Virtuozzo Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the current

More information

Creating Home Directories for Windows and Macintosh Computers

Creating Home Directories for Windows and Macintosh Computers ExtremeZ-IP Active Directory Integrated Home Directories Configuration! 1 Active Directory Integrated Home Directories Overview This document explains how to configure home directories in Active Directory

More information

Samba for Dummies. SCaLE 12x February 22, 2014. Mike Maki mmaki2321@gmail.com

Samba for Dummies. SCaLE 12x February 22, 2014. Mike Maki mmaki2321@gmail.com Samba for Dummies SCaLE 12x February 22, 2014 Mike Maki mmaki2321@gmail.com What is Samba From www.samba.org Samba is the standard Windows interoperability suite of programs for Linux and Unix. Provides

More information

Building Open Source Identity Management with FreeIPA. Martin Kosek mkosek@redhat.com http://www.oss4b.it/

Building Open Source Identity Management with FreeIPA. Martin Kosek mkosek@redhat.com http://www.oss4b.it/ Building Open Source Identity Management with FreeIPA Martin Kosek mkosek@redhat.com http:/// OSS4B 2013 - Open Source Software for Business 19-20 September 2013, Monash University Prato Centre Prato,

More information

Windows Security and Directory Services for UNIX using Centrify DirectControl

Windows Security and Directory Services for UNIX using Centrify DirectControl SOLUTION GUIDE CENTRIFY CORP. SEPTEMBER 2005 Windows Security and Directory Services for UNIX using Centrify DirectControl With Centrify, you can now fully leverage your investment in Active Directory

More information

1 Introduction. Ubuntu Linux Server & Client and Active Directory. www.exacq.com Page 1 of 14

1 Introduction. Ubuntu Linux Server & Client and Active Directory. www.exacq.com Page 1 of 14 Ubuntu Linux Server & Client and Active Directory 1 Introduction For an organization using Active Directory (AD) for user management of information technology services, integrating exacqvision into the

More information

TEL2821/IS2150: INTRODUCTION TO SECURITY Lab: Operating Systems and Access Control

TEL2821/IS2150: INTRODUCTION TO SECURITY Lab: Operating Systems and Access Control TEL2821/IS2150: INTRODUCTION TO SECURITY Lab: Operating Systems and Access Control Version 3.4, Last Edited 9/10/2011 Students Name: Date of Experiment: Read the following guidelines before working in

More information

Installing QuickBooks Enterprise Solutions Database Manager On Different Linux Servers

Installing QuickBooks Enterprise Solutions Database Manager On Different Linux Servers Installing QuickBooks Enterprise Solutions Database Manager On Different Linux Servers 1 Contents QuickBooks Enterprise Solutions and Linux... 3 Audience of This Guide... 3 What is the Linux Database Manager

More information

StarWind iscsi SAN Software: Using StarWind with MS Cluster on Windows Server 2003

StarWind iscsi SAN Software: Using StarWind with MS Cluster on Windows Server 2003 StarWind iscsi SAN Software: Using StarWind with MS Cluster on Windows Server 2003 www.starwindsoftware.com Copyright 2008-2011. All rights reserved. COPYRIGHT Copyright 2008-2011. All rights reserved.

More information

Optimization in a Secure Windows Environment

Optimization in a Secure Windows Environment WHITE PAPER Optimization in a Secure Windows Environment A guide to the preparation, configuration and troubleshooting of Riverbed Steelhead appliances for Signed SMB and Encrypted MAPI September 2013

More information

Application Note Startup Tool - Getting Started Guide

Application Note Startup Tool - Getting Started Guide Application Note Startup Tool - Getting Started Guide 1 April 2012 Startup Tool Table of Contents 1 INGATE STARTUP TOOL... 1 2 STARTUP TOOL INSTALLATION... 2 3 CONNECTING THE INGATE FIREWALL/SIPARATOR...

More information

Charles Firth charles@firthconsulting.com. Managing Macs in a Windows World

Charles Firth charles@firthconsulting.com. Managing Macs in a Windows World Charles Firth charles@firthconsulting.com Managing Macs in a Windows World Prerequisites Familiarity with Windows Active Directory networks Interest in Macintosh OSX integration and support Basic understanding

More information

Other documents in this series are available at: servernotes.wazmac.com

Other documents in this series are available at: servernotes.wazmac.com Wazza s Snow Leopard Server QuickStart 2. Configuring DNS About this Document This document is the second in a series of documents describing the process of installing and configuring a Mac OS X 10.6 Server

More information

Network Startup Resource Center www.nsrc.org

Network Startup Resource Center www.nsrc.org λ Wireless Lab λ 802.1x Authentication Network Startup Resource Center www.nsrc.org Last edit: Patrick Okui, Nov 2015 These materials are licensed under the Creative Commons Attribution-NonCommercial 4.0

More information

Customer admin guide. UC Management Centre

Customer admin guide. UC Management Centre Customer admin guide UC Management Centre June 2013 Contents 1. Introduction 1.1 Logging into the UC Management Centre 1.2 Language Options 1.3 Navigating Around the UC Management Centre 4 4 5 5 2. Customers

More information

The SSL device also supports the 64-bit Internet Explorer with new ActiveX loaders for Assessment, Abolishment, and the Access Client.

The SSL device also supports the 64-bit Internet Explorer with new ActiveX loaders for Assessment, Abolishment, and the Access Client. WatchGuard SSL v3.2 Release Notes Supported Devices SSL 100 and 560 WatchGuard SSL OS Build 355419 Revision Date January 28, 2013 Introduction WatchGuard is pleased to announce the release of WatchGuard

More information

Using iscsi with BackupAssist. User Guide

Using iscsi with BackupAssist. User Guide User Guide Contents 1. Introduction... 2 Documentation... 2 Terminology... 2 Advantages of iscsi... 2 Supported environments... 2 2. Overview... 3 About iscsi... 3 iscsi best practices with BackupAssist...

More information

QliqDIRECT Active Directory Guide

QliqDIRECT Active Directory Guide QliqDIRECT Active Directory Guide QliqDIRECT is a Windows Service with Active Directory Interface. QliqDIRECT resides in your network/server and communicates with Qliq cloud servers securely. QliqDIRECT

More information

TOSHIBA GA-1310. Printing from Windows

TOSHIBA GA-1310. Printing from Windows TOSHIBA GA-1310 Printing from Windows 2009 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45081979 04 February 2009 CONTENTS 3 CONTENTS

More information

PigCHAMP Knowledge Software. Enterprise Edition Installation Guide

PigCHAMP Knowledge Software. Enterprise Edition Installation Guide PigCHAMP Knowledge Software Enterprise Edition Installation Guide Enterprise Edition Installation Guide MARCH 2012 EDITION PigCHAMP Knowledge Software 1531 Airport Rd Suite 101 Ames, IA 50010 Phone (515)

More information

Centrify-Enabled Samba

Centrify-Enabled Samba CENTRIFY CORP. Centrify-Enabled Samba DECEMBER 2009 The easy-to-manage enterprise solution for Active Directory-enabled Samba file sharing ABSTRACT Samba is one of the most popular open source technologies

More information

Extending Microsoft Windows Active Directory Authentication to Access HP Service Health Reporter

Extending Microsoft Windows Active Directory Authentication to Access HP Service Health Reporter Technical White Paper Extending Microsoft Windows Active Directory Authentication to Access HP Service Health Reporter For the Windows Operation System Software Version 9.40 Table of Contents Introduction...

More information

VMWARE PROTECTION USING VBA WITH NETWORKER 8.1

VMWARE PROTECTION USING VBA WITH NETWORKER 8.1 Technical Note VMWARE PROTECTION USING VBA WITH NETWORKER 8.1 Complete Deployment and Implementation procedure Abstract This technical note describes the integration of EMC NetWorker with VMware vcenter

More information

Best Practices: Integrating Mac OS X with Active Directory. Technical White Paper April 2009

Best Practices: Integrating Mac OS X with Active Directory. Technical White Paper April 2009 Best Practices: Integrating Mac OS X Technical White Paper April 2009 2 Contents Page 3 Page 5 Page 9 Page 10 Page 11 Page 12 Apple s Built-In Solution How to Integrate Mac OS X Getting Started dsconfigad

More information

Intel Active Management Technology with System Defense Feature Quick Start Guide

Intel Active Management Technology with System Defense Feature Quick Start Guide Intel Active Management Technology with System Defense Feature Quick Start Guide Introduction...3 Basic Functions... 3 System Requirements... 3 Configuring the Client System...4 Intel Management Engine

More information