1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3
Shachar Sharon aca4cf8327 vfs_ceph_new: use 'ceph_new' for config-param prefix
Use explicit 'ceph_new' prefix to each of the ceph specific config
parameters to avoid confusion with legacy 'vfs_ceph' module. Hence,
users will have in their smb.conf a format similar to:

...
[smbshare]
        vfs objects = ceph_new
        ceph_new: config_file = /etc/ceph/ceph.conf
        ceph_new: user_id = user1
        ceph_new: filesystem = fs1
        ...

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15686

Signed-off-by: Shachar Sharon <ssharon@redhat.com>
Reviewed-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
2024-08-08 12:34:37 +00:00
..
auth s3:auth: allow real plaintext authentication 2024-07-17 11:17:54 +00:00
build
client smbclient: Modernize a d_printf 2024-08-06 16:29:33 +00:00
exports
groupdb s3:groupdb: Add missing newline to logging message 2023-08-08 04:39:38 +00:00
include lib: Remove "token" parameter from set_namearray 2024-07-31 08:39:29 +00:00
intl
lib s3:lib: add winbind_lookup_name_ex() fallback for --without-winbind 2024-08-07 06:18:31 +00:00
libads s3:libads: Call 'sync machine password script' when machine password is updated 2024-07-26 17:12:36 +00:00
libgpo/gpext lib: Give lib/util/util_file.c its own header file 2024-04-16 23:51:45 +00:00
libnet s3:libnet: Fix code spelling 2024-08-04 00:32:39 +00:00
librpc s3:librpc: Fix a typo in DEBUG text 2024-07-17 07:48:31 +00:00
libsmb libsmb: Remove cli_posix_chmod 2024-08-06 16:29:33 +00:00
locale s3:utils: Fix code spelling 2023-08-08 04:39:38 +00:00
locking smbd: Use direct struct initialization 2024-05-22 04:23:29 +00:00
modules vfs_ceph_new: use 'ceph_new' for config-param prefix 2024-08-08 12:34:37 +00:00
nmbd s3:libsmb: Pass memory context to cli_connect_nb() 2024-04-29 08:43:32 +00:00
param loadparm: Add lp_wi_scan_share_parametrics 2024-07-31 08:39:29 +00:00
passdb s3: Sync machine account password in secrets_{prepare,finish}_password_change 2024-07-26 17:12:36 +00:00
printing s3:printing: Allow to run samba-bgqd as a standalone systemd service 2024-07-19 11:13:28 +00:00
profile profile: Fix rusage reporting 2023-12-19 16:05:36 +00:00
registry s3:registry: Use correct integer sizes 2024-07-08 07:36:32 +00:00
rpc_client s3/rpc_client: fix handling of NT_STATUS_SOME_NOT_MAPPED 2024-07-26 10:06:31 +00:00
rpc_server s3:rpc_server: Initialize array 2024-07-08 08:37:46 +00:00
rpcclient s3:lib: Merge library trusts_util into library ads 2024-07-26 17:12:36 +00:00
script selftest: Add tests for keytab update in clustered samba 2024-07-26 17:12:36 +00:00
selftest selftest: Add tests for keytab update in clustered samba 2024-07-26 17:12:36 +00:00
services s3:services: Initialize struct security_ace array 2024-07-16 11:41:33 +00:00
smbd smbd: Assert we have an fsp in smbd_do_setfilepathinfo 2024-08-06 17:37:39 +00:00
torture torture3: Use cli_chmod instead of cli_posix_chmod 2024-08-06 16:29:33 +00:00
utils s3:utils: Remove from "net ads keytab": "add", "delete" and "add_update_ads" 2024-07-26 17:12:36 +00:00
web
winbindd winbindd: let LookupNames return NT_STATUS_OK and SID_NAME_UNKNOWN for unmapped names 2024-07-26 10:06:31 +00:00
.clang_complete
.dmallocrc
.indent.pro
Doxyfile
mainpage.dox
smbadduser.in
wscript vfs_ceph_new: next iteration of samba-to-cephfs bridge 2024-07-29 14:51:36 +00:00
wscript_build s3:lib: Merge library trusts_util into library ads 2024-07-26 17:12:36 +00:00
wscript_configure_system_ncurses