search for: 0data

Displaying 4 results from an estimated 4 matches for "0data".

Did you mean: data
2020 Jun 30
0
Recipe/advice for Samba 4.11 on Ubuntu 20.04 as member server joining Windows Server 2019 AD
...ow/adjust security access. After removing the share permissions group Everyone (changing it to something more secure) we are? unable to modify Security permissions. No users/groups have read permissions. Cannot take ownership or change perms. For example, using the share in the smb.conf below- /0data/smb_shares/test05/ - located on the Samba server \\proto1 This is will be similar to the final configuration. All shares located under /0data/smb_shares In Ubuntu we create the directory, adjust permissions and ownership and smb.conf # mkdir test05 # chown root:HO\\domain\ admins test05 # chmod...
2020 Jun 30
2
Recipe/advice for Samba 4.11 on Ubuntu 20.04 as member server joining Windows Server 2019 AD
...samba/smb.conf > > [global] > ??? disable spoolss = Yes > ??? load printers = No > ??? log file = /var/log/samba/%m.log > ??? printcap name = /dev/null > ??? realm = HO.CLAY.BC.CA > ??? security = ADS > ??? server string = TEST server > ??? template homedir = /0data/smb_shares/home/%U > ??? template shell = /bin/bash > ??? username map = /etc/samba/user.map > ??? winbind enum users = Yes > ??? winbind use default domain = Yes > ??? workgroup = HO > ??? idmap config ho : range = 10000-999999 > ??? idmap config ho : backend = rid >...
2020 Jun 24
3
Recipe/advice for Samba 4.11 on Ubuntu 20.04 as member server joining Windows Server 2019 AD
Hi, Brand new VM's running on ESXi replacing existing Samba 3 NT domain. I am not quite brand new but this is my first time for this combination. Would like to use Win Ad for authentication and Samba for 20 users and company shared data. Started with this how-to: https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member Lost my way on Choose backend for id mapping in winbindd
2007 Oct 15
0
3 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_codec_audio.h test/swfdec-extract.c
...SwfdecBuffer *wav = swfdec_buffer_new_and_alloc (buffer->length + 44); unsigned char *data; guint i; data = wav->data; + /* FIXME: too much magic in this memmove */ memmove (data, "RIFF----WAVEfmt \020\0\0\0" - "\001\0\002\0D\254\0\0\020\261\002\0\004\0\020\0data", 40); - *(gint32 *) &data[4] = GUINT32_TO_LE (buffer->length + 36); - *(gint32 *) &data[40] = GUINT32_TO_LE (buffer->length); + "\001\0ccRRRRbbbbAAbbdata", 40); + *(guint32 *) &data[4] = GUINT32_TO_LE (buffer->length + 36); + *(guint16 *) &data[22] = G...