Line 19: |
Line 19: |
| *If you prefer to use a graphical package manager then install the "Yum Extender" from the Software" package. | | *If you prefer to use a graphical package manager then install the "Yum Extender" from the Software" package. |
| *The following shows how to install using yum at the Terminal, the package names are the same if you use the gui. Note: Firewall-config is already installed on F19 & F20. | | *The following shows how to install using yum at the Terminal, the package names are the same if you use the gui. Note: Firewall-config is already installed on F19 & F20. |
− | sudo yum install \ | + | yum install \ |
| pam_mount policycoreutils-gui authconfig-gtk \ | | pam_mount policycoreutils-gui authconfig-gtk \ |
| samba samba-winbind samba-winbind-clients \ | | samba samba-winbind samba-winbind-clients \ |
Line 25: |
Line 25: |
| | | |
| ===Package Removal=== | | ===Package Removal=== |
− | *A package now has to be removed (not necessary on F19 and F20) | + | *Remove the following package (F21 only) |
| yum remove sssd-libwbclient | | yum remove sssd-libwbclient |
| + | |
| ===Firewall Modifications=== | | ===Firewall Modifications=== |
| *Search for and open “Firewall” and tick | | *Search for and open “Firewall” and tick |
Line 214: |
Line 215: |
| *Open and edit /etc/security/pam_mount.conf.xml file. Find the 'Volume Definitions' section. Add a volume line below the header | | *Open and edit /etc/security/pam_mount.conf.xml file. Find the 'Volume Definitions' section. Add a volume line below the header |
| <nowiki><!-- Volume Definitions --> </nowiki> | | <nowiki><!-- Volume Definitions --> </nowiki> |
− | <volume sgrp="nethome-group" fstype="cifs" server="<SMESERVER>" path="homes" mountpoint="~/nethome" options="nosuid,nodev" /> | + | <volume sgrp="nethome-group" fstype="cifs" server="<SMESERVER>" path="homes" mountpoint="~/nethome" options="nosuid,nodev,vers=1.0" /> |
| *Replace <SMESERVER> above with the samba name of your SME Server. This will mount the users 'home' directory from SME Server into a directory called 'nethome' in their local home directory. | | *Replace <SMESERVER> above with the samba name of your SME Server. This will mount the users 'home' directory from SME Server into a directory called 'nethome' in their local home directory. |
| | | |
Line 226: |
Line 227: |
| *Edit /etc/security/pam_mount.conf.xml and add a line below the header | | *Edit /etc/security/pam_mount.conf.xml and add a line below the header |
| <nowiki><!-- Volume Definitions --> </nowiki> | | <nowiki><!-- Volume Definitions --> </nowiki> |
− | <volume sgrp="<GROUPNAME>" fstype="cifs" server="<SMESERVER>" path="<IBAYNAME>" mountpoint="~/<IBAYNAME>" options="user=%(DOMAIN_USER),setuids,acl" /> | + | <volume sgrp="<GROUPNAME>" fstype="cifs" server="<SMESERVER>" path="<IBAYNAME>" mountpoint="~/<IBAYNAME>" options="user=%(DOMAIN_USER),setuids,acl,vers=1.0" /> |
| *Replace <SMESERVER> with the samba name of your SME server, <IBAYNAME> with the ibay name, <GROUPNAME> with the '''[[description]]''' of the ibay owner group. The description can be recovered with | | *Replace <SMESERVER> with the samba name of your SME server, <IBAYNAME> with the ibay name, <GROUPNAME> with the '''[[description]]''' of the ibay owner group. The description can be recovered with |
| wbinfo -g | | wbinfo -g |
| {{Note box| The sgrp param is optional. If used, ibay will be mounted only if %(DOMAIN_USER) is a member of ibay's owner group}} | | {{Note box| The sgrp param is optional. If used, ibay will be mounted only if %(DOMAIN_USER) is a member of ibay's owner group}} |
| + | |
| ===Login and Test=== | | ===Login and Test=== |
| *Exit the Terminal cli | | *Exit the Terminal cli |