Displaying 3 results from an estimated 3 matches for "samba_server_en".
Did you mean:
samba_server_ip
2015 Jul 04
2
Samba 3.6 -> 4.2 upgrade on FreeBSD
...AD; I just want to keep
running as I do now, but with a supported version.
I've started from the simplest cases and so far I've been able to
upgrade some servers with the following steps:
_ stop Samba;
_ uninstall samba36;
_ install samba42;
_ replace "samba_enable" with "samba_server_enable" in /etc/rc.conf;
_ rename /usr/local/etc/smb.conf to /usr/local/etc/smb4.conf;
_ move /usr/local/etc/samba/smbpasswd to /var/db/samba4/private;
_ restart Samba.
This worked on servers running on smbpasswd backend; however I'm now
trying on a PDC which uses LDAP as backend and it'...
2015 Jul 04
0
Samba 3.6 -> 4.2 upgrade on FreeBSD
...as I do now, but with a supported version.
>
> I've started from the simplest cases and so far I've been able to
> upgrade some servers with the following steps:
> _ stop Samba;
> _ uninstall samba36;
> _ install samba42;
> _ replace "samba_enable" with "samba_server_enable" in /etc/rc.conf;
> _ rename /usr/local/etc/smb.conf to /usr/local/etc/smb4.conf;
> _ move /usr/local/etc/samba/smbpasswd to /var/db/samba4/private;
> _ restart Samba.
>
> This worked on servers running on smbpasswd backend; however I'm now
> trying on a PDC which us...
2017 Aug 13
2
Samba 3.6 to 4.x: User Profile Service Failed the Login
...ping for the same with samba 4. To upgrade, I took the following
steps, more or less in order:
1. Stop and remove samba36 from ports
2. Install samba4x (I've tried all the current samba 4.x releases in ports)
3. Copy /usr/local/etc/smb.conf to /usr/local/etc/smb4.conf
4. Rename samba_enable to samba_server_enable in rc.conf
5. Moved the smbpasswd file into where samba 4 looks for it,
/var/db/samba4/private/
6. Added acl allow execute always = true to my smb4.conf file, in case it
was needed.
7. Started samba4_server
Now here's where it gets a little weird. Almost everything was working at
this poin...