Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup not creating character mappings #357

Open
Bulmanator opened this issue Jan 24, 2021 · 0 comments
Open

Setup not creating character mappings #357

Bulmanator opened this issue Jan 24, 2021 · 0 comments

Comments

@Bulmanator
Copy link

I have this setup with docker-compose and my file is as such:

    samba:
        container_name: samba
        image: dperson/samba
        networks:
            - default
        ports:
            - "137:137/udp"
            - "138:138/udp"
            - "139:139/tcp"
            - "445:445/tcp"
        environment:
            - TZ=${TZ}
        volumes:
            - "/mnt/mount_point:/mnt/mount_point:z"
        tmpfs:
            - /tmp
        read_only: true
        stdin_open: true
        tty: true
        restart: unless-stopped
        command: >-
            -w 'WORKGROUP'
            -c '0x3a:0xb7'
            -r
            -u 'user;${SMB_PASSWORD};1000;1000'
            -s 'share;/mnt/mount_point;yes;no;no;user'

However the character mapping (colon to midpoint) isn't added to the configuration.

When executing a shell into the running container and looking at the contents of smb.conf it does add the vfs objects = catia fruit streams_xattr values but there is no catia:mappings line which should've been generated by the charmap function in samba.sh upon startup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant