Displaying 20 results from an estimated 37 matches for "aphrodit".
Did you mean:
aphrodite
2016 Jan 30
2
getent not listing domain accounts
root at aphrodite:~# getent passwd administrator
root at aphrodite:~# wbinfo -u
administrator
krbtgt
guest
root at aphrodite:~# cat /etc/samba/smb.conf
[global]
netbios name = APHRODITE
security = ADS
workgroup = DOMAIN
realm = AD.DOMAIN.COM.AU
log file = /var/log/samba/%m.log...
2016 Jan 15
2
Unable to set SeDiskOperatorPrivilege
root at aphrodite:/# net rpc rights list accounts -U'DOMAIN\administrator'
Enter DOMAIN\administrator's password:
BUILTIN\Print Operators
No privileges assigned
BUILTIN\Account Operators
No privileges assigned
BUILTIN\Backup Operators
No privileges assigned
BUILTIN\Server Operators
No privileges assi...
2017 Apr 25
2
Setting up a Share Using Windows ACLs
...a space the Security tab
>> disappeared again.
>>
>
> This is a Unix thing, you cannot have a space in anything i.e.
>
> getent group Domain Users
>
> will not work, but:
>
> getent group "Domain Users"
>
> will.
>
> Rowland
root at aphrodite:~# getent group "Domain Admins"
domain admins:x:10001:
root at aphrodite:~# getent group Domain\ Admins
domain admins:x:10001:
root at aphrodite:~#
2016 Jan 31
2
getent not listing domain accounts
...> passwd', you must ask for the user by name i.e. 'getent passwd domainuser'
>
> Rowland
>
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: https://lists.samba.org/mailman/options/samba
>
Still no success:
root at aphrodite:~# wbinfo -u
henry
administrator
krbtgt
guest
root at aphrodite:~# getent passwd henry
root at aphrodite:~# id henry
id: henry: no such user
root at aphrodite:~#
2016 Jan 30
2
getent not listing domain accounts
On 30 January 2016 at 23:16, Rowland penny <rpenny at samba.org> wrote:
> On 30/01/16 11:55, Henry McLaughlin wrote:
>
>> root at aphrodite:~# getent passwd administrator
>>
>
> On a domain member this is quite correct, what you are missing from your
> smb.conf is something like this line:
>
> username map = /etc/samba/samba_usermapping
>
> with 'samba_usermapping' containing:
>
> !root = SAMDO...
2016 Jan 30
0
getent not listing domain accounts
On 30/01/16 11:55, Henry McLaughlin wrote:
> root at aphrodite:~# getent passwd administrator
On a domain member this is quite correct, what you are missing from your
smb.conf is something like this line:
username map = /etc/samba/samba_usermapping
with 'samba_usermapping' containing:
!root = SAMDOM\Administrator SAMDOM\administrator
NOTE: repla...
2017 Apr 23
2
Setting up a Share Using Windows ACLs
...; Now try to set the permissions from windows.
>
> If this works and I am sure it will, I will update the wiki page.
>
> Rowland
Thanks Rowland I was wondering about this not being in the guide but
thought best to follow it word for word. I have made the changes
suggested:
root at aphrodite:~# getfacl /srv/samba/data/Testing
getfacl: Removing leading '/' from absolute path names
# file: srv/samba/data/Testing
# owner: root
# group: root
user::rwx
group::r-x
other::r-x
root at aphrodite:~# chown root:Domain\ Admins /srv/samba/data/Testing/
root at aphrodite:~# chmod 0770 /srv...
2016 Jan 31
1
getent not listing domain accounts
...>>>
>>> Rowland
>>>
>>>
>>> --
>>> To unsubscribe from this list go to the following URL and read the
>>> instructions: https://lists.samba.org/mailman/options/samba
>>>
>>> Still no success:
>>
>> root at aphrodite:~# wbinfo -u
>> henry
>> administrator
>> krbtgt
>> guest
>> root at aphrodite:~# getent passwd henry
>> root at aphrodite:~# id henry
>> id: henry: no such user
>> root at aphrodite:~#
>>
>
> What OS are you using and what version of Sam...
2017 Apr 23
0
Setting up a Share Using Windows ACLs
...s.
>>
>> If this works and I am sure it will, I will update the wiki page.
>>
>> Rowland
>
> Thanks Rowland I was wondering about this not being in the guide but
> thought best to follow it word for word. I have made the changes
> suggested:
>
> root at aphrodite:~# getfacl /srv/samba/data/Testing
> getfacl: Removing leading '/' from absolute path names
> # file: srv/samba/data/Testing
> # owner: root
> # group: root
> user::rwx
> group::r-x
> other::r-x
>
> root at aphrodite:~# chown root:Domain\ Admins /srv/samba/data/...
2016 Jan 15
4
Unable to set SeDiskOperatorPrivilege
On 15 January 2016 at 21:32, Rowland penny <rpenny at samba.org> wrote:
> On 15/01/16 09:07, Henry McLaughlin wrote:
>
>> root at aphrodite:/# net rpc rights list accounts -U'DOMAIN\administrator'
>> Enter DOMAIN\administrator's password:
>> BUILTIN\Print Operators
>> No privileges assigned
>>
>> BUILTIN\Account Operators
>> No privileges assigned
>>
>> BUILTIN\Backup Operato...
2016 Nov 24
5
getent only displays local users & groups
...tbios name = ARES
server role = active directory domain controller
dns forwarder = 192.168.1.254
idmap_ldb:use rfc2307 = yes
[netlogon]
path = /var/lib/samba/sysvol/int.samdom.com.au/scripts
read only = No
[sysvol]
path = /var/lib/samba/sysvol
read only = No
root at aphrodite:/# cat /etc/samba/smb.conf
[global]
security = ADS
workgroup = SAMDOM
realm = INT.SAMDOM.COM.AU
log file = /var/log/samba/%m.log
log level = 1
# Default idmap config used for BUILTIN and local windows accounts/groups
idmap config *:backend = tdb...
2016 Jan 31
0
getent not listing domain accounts
...by name i.e. 'getent passwd domainuser'
>>
>> Rowland
>>
>>
>> --
>> To unsubscribe from this list go to the following URL and read the
>> instructions: https://lists.samba.org/mailman/options/samba
>>
> Still no success:
>
> root at aphrodite:~# wbinfo -u
> henry
> administrator
> krbtgt
> guest
> root at aphrodite:~# getent passwd henry
> root at aphrodite:~# id henry
> id: henry: no such user
> root at aphrodite:~#
What OS are you using and what version of Samba ?
This should work for 'henry', so it...
2017 Apr 23
2
Setting up a Share Using Windows ACLs
Following:
https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs
In windows:
I can set permissions under the "Share Permissions" tab.
I am unable to make ANY changes under the "Security". When I try I am
presented with:
"Remotely setting permissions on the folder at the root of a share
removes all inherited permissions from the root folder and
2016 Nov 27
0
getent only displays local users & groups
...t;> getent passwd henry => returns nothing
> >
> > Ah, do you have this line in smb.conf:
> >
> > winbind use default domain = yes
> >
> > If not, try like this:
> >
> > getent passwd SAMDOM\\henry
>
> It works !!!!
>
> root at aphrodite:~# getent passwd SAMDOM\\henry
> SAMDOM\henry:*:10000:10000:Henry:/home/henry:/bin/sh
> root at aphrodite:~# vi /etc/samba/smb.conf
> ** REBOOT **
> root at aphrodite:~# getent passwd henry
> henry:*:10000:10000:Henry McLaughlin:/home/henry:/bin/sh
> root at aphrodite:~# getent g...
2016 Dec 04
3
Mount share in Ubuntu
...ly mount one of these shares in a Ubuntu
server. I have read the following guide:
https://wiki.ubuntu.com/MountWindowsSharesPermanently#Mount_password_protected_network_folders
This guide states that I need to amend fstab and then use "mount -a"
I have included the following in fstab:
//aphrodite/Personal /mnt/samba_personal cifs
username=henry,password=":)",iocharset=utf8 0 0
When I try to mount this share I get:
root at pve:~# mount -a
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
I know the username & password are corre...
2003 Aug 27
0
Very strange truncation error
...xactly which, but it couldn't have been older than 2.2.7) on
FreeBSD 4.8-STABLE.
The error I'm encountering is twofold. In the first example, I try to
connect to the "shared" service, which results in the following:
[2003/08/26 18:21:17, 0] smbd/service.c:make_connection(252)
aphrodite (192.168.1.4) couldn't find service share
Second, when trying to connect to service acc I get:
[2003/08/18 13:36:22, 0] smbd/service.c:make_connection(252)
aphrodite (192.168.1.4) couldn't find service accproject.ede
[2003/08/18 13:36:22, 0] smbd/service.c:make_connection(252)
aphrod...
2017 Sep 05
1
error/crash on mount
...bindings. This was working previously, but in
order to have access to python3.5 I am trying to upgrade from Debian
8/Jessie to Debian 9/Stretch. Unfortunately the libguestfs error is
getting in the way. Output of libguestfs-test-tool is attached as per
libguestfs.org help.
My current environment:
aphrodite@cleopatra:~$ uname -a
Linux cleopatra 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u3 (2017-08-06)
x86_64 GNU/Linux
aphrodite@cleopatra:~$ /usr/local/sbin/libvirtd --version
/usr/local/sbin/libvirtd (libvirt) 3.1.0
aphrodite@cleopatra:~$ /usr/bin/guestmount --version
guestmount 1.34.6
Please let me k...
2017 Apr 25
2
Setting up a Share Using Windows ACLs
On 2017-04-24 20:53, Henry via samba wrote:
> On 2017-04-24 16:45, Rowland Penny wrote:
>> On Mon, 24 Apr 2017 08:59:54 +1000
>> Henry via samba <samba at lists.samba.org> wrote:
>>
>>
>>> I think I found my mistake. In Windows I was using a domain admins
>>> account other than administrator however only administrator has the
>>>
2017 Apr 25
2
Setting up a Share Using Windows ACLs
...nnot have a space in anything i.e.
>> >
>> > getent group Domain Users
>> >
>> > will not work, but:
>> >
>> > getent group "Domain Users"
>> >
>> > will.
>> >
>> > Rowland
>>
>> root at aphrodite:~# getent group "Domain Admins"
>> domain admins:x:10001:
>> root at aphrodite:~# getent group Domain\ Admins
>> domain admins:x:10001:
>> root at aphrodite:~#
>>
>
> Well yes, but:
>
> root at member1:~# getent group Domain Admins
> root a...
2016 Jan 16
2
Unable to set SeDiskOperatorPrivilege
...ead the
> instructions: https://lists.samba.org/mailman/options/samba
>
When a now try to set SeDiskOperatorPrivilege to "DOMAIN\Domain Admins" it
is set for "Unix Group\domain admins"? Is this correct as I had expected it
to be "DOMAIN\Domain Admins"?
root at aphrodite:~# net rpc rights grant 'DOMAIN\Domain Admins'
SeDiskOperatorPrivilege -U'DOMAIN\administrator'
Enter DOMAIN\administrator's password:
Successfully granted rights.
root at aphrodite:~# net rpc rights list accounts -U'DOMAIN\administrator'
Enter DOMAIN\administrator'...