Displaying 20 results from an estimated 300 matches similar to: "Very strange truncation error"
2004 May 04
1
Renamed PDC, now user profiles don't work
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I just changed the NetBIOS name of my PDC (*not* the name of the domain)
and now the security properties of the domain user profile on my
Win2kSP4 workstation shows "S-1-5-21-..." as the user rather than the
username.
Also, System Properties|User Profiles shows that the account has been
switched to a local profile and has been *deleted.*
2005 Jul 16
3
Renaming a PDC hostname/domain remotely
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Assuming they exist, could someone point me to any resources that could
assist me in renaming a Samba PDC's hostname and the domain it serves
remotely *without* forcing the client workstations to have to
manually-rejoin?
If such things do not exist, 1) what effects should I expect in
undertaking such an action, and 2) is there a standard
2005 Jul 16
0
Samba + LDAP slave
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
I just came across the following in the Samba HOWTO:
It is important that all LDAP IDMAP clients use only the master
LDAP server because the idmap backend facility in the smb.conf
file does not correctly handle LDAP redirects.
It's found in Chapter 13, section "Samba Server Deployment Types and
IDMAP," subsection
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
log level = 1
dedicated keytab file = /etc/krb5.keytab
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 assigned
BUILTIN\Administrators
SeMachineAccountPrivilege
SeTakeOwnershipPrivilege
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: replace 'SAMDOM' with your domain
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
2017 Apr 23
0
Setting up a Share Using Windows ACLs
On 2017-04-23 17:19, Henry via samba wrote:
> On 2017-04-23 17:01, Rowland Penny wrote:
>> On Sun, 23 Apr 2017 14:07:44 +1000
>> Henry via samba <samba at lists.samba.org> wrote:
>>
>>> Following:
>>>
>>> https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs
>>>
>>> In windows:
>>>
>>> I
2017 Apr 25
2
Setting up a Share Using Windows ACLs
On 2017-04-25 17:46, Rowland Penny wrote:
> On Tue, 25 Apr 2017 17:26:21 +1000
> Henry via samba <samba at lists.samba.org> wrote:
>
>> I am not sure this has solved my problem but it has.
>> My Folder in Linux had a space in it's name. Renaming the folder to
>> remove the space and updating smb.conf returned the "Security" tab in
>> RSAT
2017 Apr 23
2
Setting up a Share Using Windows ACLs
On 2017-04-23 17:01, Rowland Penny wrote:
> On Sun, 23 Apr 2017 14:07:44 +1000
> Henry via samba <samba at lists.samba.org> wrote:
>
>> 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
2016 Jan 31
0
getent not listing domain accounts
On 31/01/16 02:07, Henry McLaughlin wrote:
> On 31 January 2016 at 08:32, Rowland penny <rpenny at samba.org> wrote:
>
>> On 30/01/16 21:01, Henry McLaughlin wrote:
>>
>>> On 30 January 2016 at 23:16, Rowland penny <rpenny at samba.org> wrote:
>>>
>>>
>>> Thanks Rowland (once again)
>>>
>>> with the usermapping in
2016 Jan 31
2
getent not listing domain accounts
On 31 January 2016 at 08:32, Rowland penny <rpenny at samba.org> wrote:
> On 30/01/16 21:01, Henry McLaughlin wrote:
>
>> On 30 January 2016 at 23:16, Rowland penny <rpenny at samba.org> wrote:
>>
>>
>> Thanks Rowland (once again)
>>
>> with the usermapping in the smb.conf file and it's associated file there
>> are still no domain
2016 Nov 27
0
getent only displays local users & groups
On Sun, 27 Nov 2016 10:33:04 +1100
Henry <dercni at gmail.com> wrote:
> On Sat, Nov 26, 2016 at 8:30 PM, Rowland Penny via samba
> <samba at lists.samba.org> wrote:
> > On Sat, 26 Nov 2016 12:25:23 +1100
> > Henry <dercni at gmail.com> wrote:
> >
> >> thanks again Rowland however I must have something wrong as I have
> >> double checked
2016 Jan 31
1
getent not listing domain accounts
Hi,
If your system is Debian use:
ln -s /usr/local/samba/lib/libnss_winbind.so /lib/x86_64-linux-gnu/
ln -s /lib/x86_64-linux-gnu/libnss_winbind.so
/lib/x86_64-linux-gnu/libnss_winbind.so.2
And "getent passwd" will show the domain users. Maybe you need restart de
server.
Att,
Este e-mail foi enviado por um computador sem vĂrus e protegido pelo Avast.
www.avast.com
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
2017 Sep 05
1
error/crash on mount
Hi,
I am having issues with libguestfs; I am unable to mount a disk either
from cli or via python 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:
2017 Apr 25
2
Setting up a Share Using Windows ACLs
On 2017-04-25 18:09, Rowland Penny wrote:
> On Tue, 25 Apr 2017 17:50:49 +1000
> Henry via samba <samba at lists.samba.org> wrote:
>
>>
>>
>> On 2017-04-25 17:46, Rowland Penny wrote:
>> > On Tue, 25 Apr 2017 17:26:21 +1000
>> > Henry via samba <samba at lists.samba.org> wrote:
>> >
>> >> I am not sure this has solved
2008 Jan 09
1
Sun Fire X4200 M2 / CentOS 5 APIC issues
I had been running CentOS 5 happily on my Sun Fire X4200 M2 systems,
then I upgraded the BIOS and iLOM firmware. Now I'm running into what
seems to be a fairly common problem with newer motherboards. I cannot
boot unless I use the 'noapic' kernel option. If I try to boot the
kernel normally, I get the error:
"MP-BIOS bug: 8254 timer not connected to IO-APIC"
I can
2006 Mar 06
1
Cannot join domain: "The user name could not be found"
Hello!
I'm trying to join a Windows XP (64 bit version) machine to a Samba
3.0.21a domain via smbldap-tools 0.9.1 on FreeBSD 6.0-RELEASE-p4 and I'm
continually getting the message "The user name could not be found."
I am attempting to join using members of the Domain Admins group (mapped
to Unix group 515), and I'm noticing in the logs (below) that even
though the machine
2016 Jan 20
0
Windows ACLs
[global]
netbios name = aphrodite
security = ADS
workgroup = SAMDOM
realm = AD.SAMDOM.COM.AU
log file = /var/log/samba/%m.log
log level = 1
dedicated keytab file = /etc/krb5.keytab
kerberos method = secrets and keytab
winbind refresh tickets = yes
winbind trusted domains only = no
winbind use default domain = yes