mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
parent
cc32fc2af0
commit
1a5a571b41
@ -62,7 +62,7 @@ cannot be set in the smb.conf file. nmbd will abort with this setting.\n");
|
||||
printf("ERROR: lock directory %s does not exist\n",
|
||||
lp_lockdir());
|
||||
} else if ((st.st_mode & 0777) != 0755) {
|
||||
printf("WARNING: lock directory %s should have permissions 0644 for browsing to work\n",
|
||||
printf("WARNING: lock directory %s should have permissions 0755 for browsing to work\n",
|
||||
lp_lockdir());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user