[Samba] helping whith pam_mount

Rowland penny rpenny at samba.org
Thu Sep 24 13:49:11 UTC 2020


On 24/09/2020 14:29, jmpatagonia via samba wrote:
> Hello I try to implement pam_mount and I have errors.
>
> When I login to ubuntu desktop client I have an error with "mounting
> read-only" but if later to logon on domain I go to the files application
> and map the resource shares manually, work fine.
>
>
> --> just forcing /etc/security/pam_mount.conf.xml for test purpose
>
> <?xml version="1.0" encoding="utf-8" ?>
> <!DOCTYPE pam_mount SYSTEM "pam_mount.conf.xml.dtd">
> <pam_mount>
> <volume
>          fstype="cifs"
>          server="10.11.37.155"
>          path="FS_PRUEBA_3"
>          mountpoint="/home/POLICIA2/prueba3/compartido"
>          />
> <!-- ... -->
> </pam_mount>

Kerberos doesn't do ipaddresses, try changing '10.11.37.155' in 
pam_mount.conf.xml.dtd to the servers FQDN

Rowland





More information about the samba mailing list