Ian Clancy wrote:
Hi,
Correct me if i am wrong, but i think an account (user or computer) does
not have to be listed as a member of a group if it's gid is that group.
you're right! the scripts add memberUID: xxx also to the default
(primary) group, which is not necessary.
i already sent a pat
On August 11, 2005 10:21 am, Chris Ong wrote:
Sounds like the same issue I was having before. I posted to the list with my
solution. But here is the link to marc
http://marc.theaimsgroup.com/?l=samba&m=111886542309160&w=2
hope that helps!
Ryan
> Hi All,
>
> I am current working on Sam
Hi,
Correct me if i am wrong, but i think an account (user or computer) does
not have to be listed as a member of a group if it's gid is that group.
I had the same problem joining PC's to the domain as yourself and wrote
a patch to fix this in smbldap-useradd (attached). I appears to be
working
i found the problem in the smbldap-tools. the problem in my case is, that if i
add a workstation with smbldap-useradd -w test, that the computer is added in
computers, but the id of this computer is not set in the group "Domain
Computers" in the field "memberUid". hope this is the global failure
hi, have the same problem with the smbldap-tools v0.9.0 , but on suse 9.3.
if i say:
./smbldap-useradd -w -a xxx
it only adds the posix stuff, not the samba things.
i have read, that computers should not be in the computers dn in ldap. it
should be in the users dn. is that right?
http://marc.th
Geert Stappers wrote:
Recently changed the LDAP master account passwd in phpldapadmin?
Did you also update it the samba side? ( smbpasswd -w )
Nope. The LDAP master account passwd has never been changed since the
implementation.
--
Regards,
C. K. Ong (Chris) Linux System Engineer,
RHCT Cert No
On Fri, Aug 12, 2005 at 08:10:29AM +0800, Chris Ong wrote:
> Geoffrey Scott wrote:
> >Is this on the command line? Because in the smb.conf this would be
> >correct,
> >as samba adds the necessary SambaSAMAccount attributes by itself. But if
> >you are using the smbldap-tools on the command line
Geoffrey Scott wrote:
Is this on the command line? Because in the smb.conf this would be correct,
as samba adds the necessary SambaSAMAccount attributes by itself. But if
you are using the smbldap-tools on the command line you need to specify the
"-a" option to have SambaSAMAccount attributes a
Chris Ong wrote:
> smbldap-useradd -w "%u" will add a workstation account to the LDAP
> tree with all POSIX attribute but without all the SambaSAMAccount
> attribute.
Is this on the command line? Because in the smb.conf this would be correct,
as samba adds the necessary SambaSAMAccount a