I need to add a completely username and password free share to samba without a AD/Domain setup for everyone to share on the network if possible and not sure how, i have tried some options by editing smb.conf with setting as in my Open Media Vault that are working there but with no luck on NS.
You may setup a shared folder with guest access, you only need “File Server” from Software center in this case.
If Guest access is enabled, any provided authentication credentials are considered valid.
If an LDAP account provider is selected or there is no account provider at all, any access to shared folders is considered as Guest access so that everyone is allowed to read and write its content.
i thought as much, hmmm… i will remove the app and reinstall it something has gone a miss and all i was getting was error messages from windows saying “you dont have permission” etc
As @Stefano_Zamboni mentioned, don’t edit config files directly because NethServer uses a template system that writes the config files so manual changes may be overwritten or lead to errors:
Will samba follow symlinks as i have mounted a HDD on mnt and symed it under /var/lib/nethserver/ibay/VMS-01
I can access now i removed the share and re added it it works, just need a way of sysmlinking a Hdd there as i would like 1 hdd for virtual machine storage 1 for general data and 1 for backups.
logs only had errors from when i did install the AD that is now removed
[2018/05/22 18:11:03.299105, 0] …/source3/auth/auth_domain.c:226(domain_client_validate)
domain_client_validate: unable to validate password for user Games in domain GAMES-PC to Domain controller NSDC-site.AD.site.DYNDNS.ORG. Error was NT_STATUS_NO_SUCH_USER.
[2018/05/22 18:44:29.710991, 0] …/source3/auth/auth_domain.c:226(domain_client_validate)
domain_client_validate: unable to validate password for user Games in domain GAMES-PC to Domain controller NSDC-site.AD.site.DYNDNS.ORG. Error was NT_STATUS_NO_SUCH_USER.
That was a good read and explained the difference between chmod, chown very well better then others have explained them to me in the past.
Checking users and permissions is something i should do more as it gets me into trouble and i start looking at other things as issues, lol the idiot that i am.