Displaying 20 results from an estimated 2000 matches similar to: "Unable to join DC to existing AD domain"
2015 Aug 04
2
Cannot change directory permissions
Hello,
I occasionally need to remove the write permissions from directories inside a share to prevent users from accidentally deleting files inside that directory.
My problem is that I neither can view nor can change the permissions of directories on my shares.
Curiously enough viewing and changing permissions of files in the same shares works without a problem.
Is there anything I
2015 Aug 04
0
Cannot change directory permissions
On 04/08/15 10:07, Felix Matouschek wrote:
> Hello,
>
> I occasionally need to remove the write permissions from directories inside a share to prevent users from accidentally deleting files inside that directory.
>
> My problem is that I neither can view nor can change the permissions of directories on my shares.
> Curiously enough viewing and changing permissions of files
2015 Aug 04
0
Cannot change directory permissions
On 04/08/15 11:46, Felix Matouschek wrote:
> Hi Rowland,
>
> when saying 'I' I theoretically meant any user that has write access to the share.
>
> It should be possible to right click the directory in windows, the go to security tab and remove the write permissions on the directory.
>
> This behaviour already works with files, I'm trying to figure out how to make
2015 Aug 04
2
Cannot change directory permissions
Hi Rowland,
when saying 'I' I theoretically meant any user that has write access to the share.
It should be possible to right click the directory in windows, the go to security tab and remove the write permissions on the directory.
This behaviour already works with files, I'm trying to figure out how to make it also work for directories.
Greetings,
Felix
-----Ursprüngliche
2015 Aug 04
0
Cannot change directory permissions
On 04/08/15 14:11, Felix Matouschek wrote:
> Hi Rowland,
>
> my users are known to the OS
The smb.conf you posted earlier would seem to suggest that they aren't,
what does 'getent passwd <username>' produce ?
Rowland
> , they also have the correct permissions to alter the settings.
> Doing so on the CLI does work when logged in via SSH.
>
> When opening
2014 Aug 18
1
unknown tag type 64 / recycle: stat for *:AFP_AfpInfo returned No such file or directory
Hi,
something seems wrong with "vfs objects = recycle, streams_xattr". I
permanently keep on getting the following errors on the Samba server:
Aug 18 11:28:39 Storage-03 smbd[34544]: STATUS=daemon 'smbd' finished
starting up and ready to serve connectionsunknown tag type 64
Aug 18 11:28:39 Storage-03 smbd[34544]: [2014/08/18 11:28:39.897763, 0]
2015 Aug 04
0
Cannot change directory permissions
On 04/08/15 15:29, Felix Matouschek wrote:
> Hi Rowland,
>
> I had to split smbd and winbindd config to work around some bugs in credentials offline caching.
> I have a separate winbindd.conf, it looks like this:
>
> [global]
> ### Network ###
> netbios name = Fileserver
> server string = Fileserver (%h V:%v)
>
> ### ad member ###
>
2015 Aug 04
2
Cannot change directory permissions
Hi Rowland,
my users are known to the OS, they also have the correct permissions to alter the settings.
Doing so on the CLI does work when logged in via SSH.
When opening the Security Tab the users and groups are displayed, only on directories there are no checkmarks under Read, Write etc.
I also cannot set any checkmarks for Read, Write etc.
When viewing the Security Tab of a file everything
2014 May 11
2
Samba4 bug - "mount error(5): Input/output error"
Hi Rowland,
do you maybe have any idea what could potentially cause this bug?
smbclient thrwos me back a
mount error(5): Input/output error
when I try to mount the remote smbFS. It doesn't happen with my MacOSx
and Windows 7 as client but it happens with Linux OSs and with a Konica
Minolta copy machine with a scanner to samba function. The first try to
mount fails with the above error.
2015 Aug 04
2
Cannot change directory permissions
Hi Rowland,
I had to split smbd and winbindd config to work around some bugs in credentials offline caching.
I have a separate winbindd.conf, it looks like this:
[global]
### Network ###
netbios name = Fileserver
server string = Fileserver (%h V:%v)
### ad member ###
workgroup = INTRANET
realm = INTRANET.MYCOMPANY.DE
security = ADS
kerberos method = secrets and
2015 Sep 03
0
Redirect Volume size
Hello List,
we are using a 4.1.19 samba on ubuntu 12.04.3 (3.13.0-32-generic
#57~precise1-Ubuntu SMP) on our fileserver (and as our ad dc on another
machine)
we're distributing 3 smb shares (/share/1, /share/2, /share/3). We have
a project management that dynamically links active projects from the raid:
/mnt/1/projectxy --> /share/1/projectxy
/mnt/2/projectxy --> /share/2/projectxy
2014 Apr 16
0
Problems with Group Ids and several samba servers
Hello List,
we're having a problem mapping groups to a second server acting as a
Fileserver.
We use tdbsam with local users and groups on the pdc. We now want to
add more servers to
the setup, authenticating all users/groups via the domain. Adding the
appropriate users and groups and
do the mapping of uid and gid on the fileservers will be automatically
done via ssh with a usradd.sh
2015 Aug 07
4
Cannot change directory permissions
Hi Rowland,
yes I do have two separate config files for smbd/nmbd and winbindd.
You can tell winbindd to load a separate config file via the "-s" command line switch.
Therefore I set "WINBINDD_EXTRA_OPTS" in "/etc/default/sernet-samba" to "-s /etc/samba/winbindd.conf".
The "cached_login" option for pam is also set and working.
The problem was
2011 Jul 27
1
create a index.date column
Dear
R users,
I
created a matrix that tells me the first day of use of a category by
id.
#Calculate
time difference
test$tdiff<-as.numeric(difftime(as.Date("2002-09-01"), test$ftime, units = "days"))
#
obtain the index date per person and dcategory
index.date.test<-tapply(test$tdiff,
list(test$id, test$rcat), max)
Nonetheless,
at the moment I think will be
2025 Apr 15
1
Samba 4.20 ACL issue with FreeBSD (UFS)
Hi,
I?m trying to join a new FreeBSD 14.2 system (UFS FS) running Samba 4.20 to an existing (Samba) AD (basically following https://wiki.samba.org/index.php/Joining_a_Samba_DC_to_an_Existing_Active_Directory).
It has worked up until me trying to reset the sysvol ACLs after syncing it over from the other DC:
root at addc:~ # samba-tool ntacl sysvolreset
ERROR(<class
2024 Jun 27
3
Online AD Backup fails with "no auth" in 4.20?
Hallo lovely samba-people,
did something change in regards to the online AD Backup in 4.20?
We're using this CLI command to create a backup of our domain:
??? /usr/bin/samba-tool domain backup online --targetdir="/my/path"
--server="rad-2.ad.ellerhold.lan"
--use-krb5-ccache="/opt/samba-ad-backup/ad-backup.krb5cc" -N
This ran successfully on a member server
2016 Apr 05
2
Debugging Samba4 - application sometimes fails because files are invisible/gone
Hello Samba list,
we have a problem that our proprietary application sometimes can't find
files on our samba share. I'm hoping
for some help on this list.
Our setup is two ADs as replicated domain Controller ( Ubuntu 12.04.5
LTS, Version 4.1.17-SerNet-Ubuntu-10.precise)
and several domain member as file servers and mixed clients (~40 x Win7,
Ubuntu and OSX). The ADs use internal DNS.
2025 Mar 26
1
Missing Policies folder in AD and /var/lib/samba/sysvol
Rowland and Michael...
Thanks for the help - it sounds like I should be close to getting this
working.
More troubleshooting...
Here is what my test Samba AD has after being freshly provisioned:
[drwxr-xr-x root???? root??? ]
/var/lib/samba/sysvol/sambatest327.com/Policies
??? [drwxr-xr-x root???? root??? ] {31B2F340-016D-11D2-945F-00C04FB984F9}
??? ??? [-rwxrwx--- root???? 3000000 ]?
2019 Apr 07
0
"00002020: Operation unavailable without authentication" using python-ldap
On Sun, 7 Apr 2019 13:45:11 -0400
Jonathon Reinhart <jonathon.reinhart at gmail.com> wrote:
> Interesting, I'm getting the same error using the LDB tools:
>
> ONTHEFIVE\jreinhart-admin at samba-dc3:~$ samba-tool user list -H
> ldap://localhost
Does the DC use itself as its first nameserver in /etc/resolv.conf ?
if it does, it should work without authentication:
root at
2011 Oct 15
1
Mac OS X / MS Office save issues and possible .TemporaryItems fix
We have an issue where Macs that try to save MS Office files on our 3.5.11 samba servers occasionally get error messages such as "There has been a network or file permission error. The network connection may be lost.? When this happens, the user often has to save the file to their local drive and then copy it over to the network share.
After doing some research, we suspect the issue may be