Displaying 14 results from an estimated 14 matches for "managedby".
2015 Jun 23
2
Migrating from Samba3.6(ldap) to Samba4.2.2
...lhost -UAdministratori get this output: session setup failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
my first thought was that my ldap base did not import correctly and my user were in fact not here but went i check witch :
ldbsearch -H /var/lib/samba/private/sam.ldb '(objectclass=person)' name managedby
all of my user are here and my base seem to be ok
i can'i find anything in the log of samba or in the syslog
i use the sernet package for samba 4.2.2 and also for the old samba 3.6
centos 6.6
bind 9.8.2
i can't find a solution on google so i come to you for help
Thanks Florentin Ric...
2009 Oct 15
0
Regarding changing ACL with LDAP or SAMBA
...s the same as setting "Managed By" and then clicking "(X) Manager
can update membership list" in the AD admin tools.
# ldapmodify -x -h Server -W -D "Domain\User" -f update.ldif ---
update.ldif dn: CN=Group,OU=Location,DC=Domain,DC=Local changetype:
modify replace: managedBy managedBy: CN=User,CN=Users,DC=Domain,DC=Local
---- # ldapsearch -LLL -x -h Server -p 3268 -W -b "DC=Domain,DC=Local"
-D "Domain\User" "(&(CN=Group)(ntSecurityDescriptor=*))"
ntSecurityDescriptor dn: CN=Group,OU=Location,DC=Domain,DC=Local
nTSecurityDescriptor:...
2015 Jun 23
0
Migrating from Samba3.6(ldap) to Samba4.2.2
...tori get this output: session setup failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
>
> my first thought was that my ldap base did not import correctly and my user were in fact not here but went i check witch :
>
> ldbsearch -H /var/lib/samba/private/sam.ldb '(objectclass=person)' name managedby
>
> all of my user are here and my base seem to be ok
>
> i can'i find anything in the log of samba or in the syslog
>
> i use the sernet package for samba 4.2.2 and also for the old samba 3.6
> centos 6.6
> bind 9.8.2
>
> i can't find a solution on google so...
2020 Jun 03
8
net ads status stripped output
...1801674531-113007714-682003330-67625
accountExpires: 9223372036854775807
logonCount: 13
sAMAccountName: PC35864-1931$
sAMAccountType: 805306369
operatingSystem: Linux Client
operatingSystemVersion: Ubuntu bionic
operatingSystemServicePack: Samba 4.7.6-Ubuntu
dNSHostName: pc35864-1931.se.example.com
managedBy: CN=John Doe,OU=Users,OU=SE,OU=Example,DC=example,DC=com
userPrincipalName: host/pc35864-1931.se.example.com at EXAMPLE.COM
servicePrincipalName: HOST/pc35864-1931.se.example.com
servicePrincipalName: HOST/PC35864-1931
objectCategory: CN=Computer,CN=Schema,CN=Configuration,DC=example,DC=com
isCriti...
2011 Jun 29
38
[PATCH 00/40] Staging: hv: Driver cleanup
Further cleanup of the hv drivers:
1) Cleanup the reference counting mess for both stor and net devices.
2) Handle all block devices using the storvsc driver.
3) Accomodate some host side scsi emulation bugs.
4) In case of scsi errors off-line the device.
Regads,
K. Y
2011 Jun 29
38
[PATCH 00/40] Staging: hv: Driver cleanup
Further cleanup of the hv drivers:
1) Cleanup the reference counting mess for both stor and net devices.
2) Handle all block devices using the storvsc driver.
3) Accomodate some host side scsi emulation bugs.
4) In case of scsi errors off-line the device.
Regads,
K. Y
2011 Apr 04
18
[PATCH 00/22] Staging: hv: Cleanup storage drivers - Phase IV
More cleanup. In this patch-set we deal with the following issues:
1) While a Linux guest on Hyper-V can be assigned removable media
devices (DVD, floppy etc), these devices are not handled by the
Hyper-V block driver. So, we cleanup all the dead code
dealing with removable media devices.
2) There were multiple functions to retrieve information about
the device. Since much of
2011 Apr 04
18
[PATCH 00/22] Staging: hv: Cleanup storage drivers - Phase IV
More cleanup. In this patch-set we deal with the following issues:
1) While a Linux guest on Hyper-V can be assigned removable media
devices (DVD, floppy etc), these devices are not handled by the
Hyper-V block driver. So, we cleanup all the dead code
dealing with removable media devices.
2) There were multiple functions to retrieve information about
the device. Since much of
2011 Apr 06
20
[RESEND][PATCH 00/22] Staging: hv: Cleanup storage drivers - Phase IV
The latest upstream merge changed struct block_device_operations:
This merge got rid of blkvsc_media_changed and introduced the
function blkvsc_check_events. This broke all the patches that
were sent after the tree was closed the last time. This is a resend of
this patch-set to account for this change in the kernel.
More cleanup. In this patch-set we deal with the following issues:
1) While a
2011 Apr 06
20
[RESEND][PATCH 00/22] Staging: hv: Cleanup storage drivers - Phase IV
The latest upstream merge changed struct block_device_operations:
This merge got rid of blkvsc_media_changed and introduced the
function blkvsc_check_events. This broke all the patches that
were sent after the tree was closed the last time. This is a resend of
this patch-set to account for this change in the kernel.
More cleanup. In this patch-set we deal with the following issues:
1) While a
2011 Jul 15
122
[PATCH 0000/0117] Staging: hv: Driver cleanup
Further cleanup of the hv drivers. Back in June I had sent two patch
sets to address these issues. I have addressed the comments I got from
the community on my earlier patches here:
1) Implement code for autoloading the vmbus drivers without using PCI or DMI
signatures. I have implemented this based on Greg's feedback on my earlier
implementation.
2) Cleanup error handling across
2011 Jul 15
122
[PATCH 0000/0117] Staging: hv: Driver cleanup
Further cleanup of the hv drivers. Back in June I had sent two patch
sets to address these issues. I have addressed the comments I got from
the community on my earlier patches here:
1) Implement code for autoloading the vmbus drivers without using PCI or DMI
signatures. I have implemented this based on Greg's feedback on my earlier
implementation.
2) Cleanup error handling across
2011 Aug 27
46
[PATCH 0000/0046] Staging: hv: Driver cleanup
Further cleanup of the hv drivers.
1) Cleanup reference counting.
2) Handle all block devices using the storvsc driver. I have modified
the implementation here based on Christoph's feedback on my earlier
implementation.
3) Fix bugs.
4) Accomodate some host side scsi emulation bugs.
5) In case of scsi errors off-line the device.
This patch-set further reduces the size of
2011 Aug 27
46
[PATCH 0000/0046] Staging: hv: Driver cleanup
Further cleanup of the hv drivers.
1) Cleanup reference counting.
2) Handle all block devices using the storvsc driver. I have modified
the implementation here based on Christoph's feedback on my earlier
implementation.
3) Fix bugs.
4) Accomodate some host side scsi emulation bugs.
5) In case of scsi errors off-line the device.
This patch-set further reduces the size of