RE: [Samba] Domain Root Password

2005-04-07 Thread Gerald Cenir
Thanks but when I executed the command
#smbpasswd root

It says that it failed to find entry for user root.
I checked my directory using slapcat and there is a user root

dn: uid=root,ou=Users,dc=company,dc=com
objectClass: top
objectClass: inetOrgPerson
objectClass: posixAccount
objectClass: shadowAccount
...

should I delete it and add it again?




-Original Message-
From: Mark Sarria [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 07, 2005 11:59 AM
To: Gerald Cenir; samba@lists.samba.org
Subject: Re: [Samba] Domain Root Password

all you need to do is type:

#smbpasswd root

-mark

- Original Message -
From: Gerald Cenir [EMAIL PROTECTED]
To: samba@lists.samba.org
Sent: Wednesday, April 06, 2005 7:57 PM
Subject: [Samba] Domain Root Password


 Hi!

 How do we provide a password for the domain root?
 I am using Samba 3.0.3-5 and openldap-2.1.29-1 on a Fedora Core 2

 Following the steps found in
 http://samba.idealx.org/smbldap-howto.en.html I issued to command:

 # smbldap-populate

 In the howto after executing the command, the entries were added
and
 it asked to provide a password for the domain root. But in my case, it did
 not ask for a password.

 Regards,



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


RE: [Samba] Domain Root Password

2005-04-07 Thread Ivan Toh Boon Cheong
Think you should try this below
# smbpasswd -a root 
 

-Original Message- 
From: Gerald Cenir [mailto:[EMAIL PROTECTED] 
Sent: Thu 4/7/2005 2:12 PM 
To: samba@lists.samba.org 
Cc: 
Subject: RE: [Samba] Domain Root Password



Thanks but when I executed the command
#smbpasswd root

It says that it failed to find entry for user root.
I checked my directory using slapcat and there is a user root

dn: uid=root,ou=Users,dc=company,dc=com
objectClass: top
objectClass: inetOrgPerson
objectClass: posixAccount
objectClass: shadowAccount
...

should I delete it and add it again?




-Original Message-
From: Mark Sarria [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 07, 2005 11:59 AM
To: Gerald Cenir; samba@lists.samba.org
Subject: Re: [Samba] Domain Root Password

all you need to do is type:

#smbpasswd root

-mark

- Original Message -
From: Gerald Cenir [EMAIL PROTECTED]
To: samba@lists.samba.org
Sent: Wednesday, April 06, 2005 7:57 PM
Subject: [Samba] Domain Root Password


 Hi!

 How do we provide a password for the domain root?
 I am using Samba 3.0.3-5 and openldap-2.1.29-1 on a Fedora 
Core 2

 Following the steps found in
 http://samba.idealx.org/smbldap-howto.en.html I issued to command:

 # smbldap-populate

 In the howto after executing the command, the entries were 
added
and
 it asked to provide a password for the domain root. But in my case, 
it did
 not ask for a password.

 Regards,



--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

RE: [Samba] Domain Root Password

2005-04-07 Thread Bert_De_Ridder
Have you already done a # smbpasswd -w 'secretpwd' ?



Regards,

Bert De Ridder

PeopleWare NV - Head Office
Cdt.Weynsstraat 85 
B-2660 Hoboken 
Tel: +32 3 448.33.38 
Fax: +32 3 448.32.66 

PeopleWare NV - Branch Office Geel
Kleinhoefstraat 5
B-2440 Geel
Tel: +32 14 57.00.90
Fax: +32 14 58.13.25

http://www.peopleware.be 
http://www.mobileware.be 
u r lame if u insist on trying 2 b l337 by abbrev evythng u type when 
asking ppl 4 hlp. kiddie speak is teh sux. ppl. plz stop teh kiddie speak. 
thx.
hint: aol kiddie speak is not cool, it just makes people not want to read 
your post.





Gerald Cenir [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
07/04/2005 08:12

To
samba@lists.samba.org
cc

Subject
RE: [Samba] Domain Root Password






Thanks but when I executed the command
#smbpasswd root

It says that it failed to find entry for user root.
I checked my directory using slapcat and there is a user root

dn: uid=root,ou=Users,dc=company,dc=com
objectClass: top
objectClass: inetOrgPerson
objectClass: posixAccount
objectClass: shadowAccount
...

should I delete it and add it again?






-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


RE: [Samba] Domain Root Password

2005-04-07 Thread Ivan Toh Boon Cheong
The fact that you seeing the error saying that samba cant find an entry for the 
root, is that you have to create an smbuser entry for root. The smbuser 
database does not synchronise automatically with /etc/passwd or ldap , if I'm 
not wrong.Hence, the command #smbpasswd -a root, will create an smbuser entry 
for root, and at the same time prompting you for a smbpasswd , which is also 
may not be the same as the system password.

-Original Message- 
From: Gerald Cenir [mailto:[EMAIL PROTECTED] 
Sent: Thu 4/7/2005 2:12 PM 
To: samba@lists.samba.org 
Cc: 
Subject: RE: [Samba] Domain Root Password



Thanks but when I executed the command
#smbpasswd root

It says that it failed to find entry for user root.
I checked my directory using slapcat and there is a user root

dn: uid=root,ou=Users,dc=company,dc=com
objectClass: top
objectClass: inetOrgPerson
objectClass: posixAccount
objectClass: shadowAccount
...

should I delete it and add it again?




-Original Message-
From: Mark Sarria [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 07, 2005 11:59 AM
To: Gerald Cenir; samba@lists.samba.org
Subject: Re: [Samba] Domain Root Password

all you need to do is type:

#smbpasswd root

-mark

- Original Message -
From: Gerald Cenir [EMAIL PROTECTED]
To: samba@lists.samba.org
Sent: Wednesday, April 06, 2005 7:57 PM
Subject: [Samba] Domain Root Password


 Hi!

 How do we provide a password for the domain root?
 I am using Samba 3.0.3-5 and openldap-2.1.29-1 on a Fedora 
Core 2

 Following the steps found in
 http://samba.idealx.org/smbldap-howto.en.html I issued to command:

 # smbldap-populate

 In the howto after executing the command, the entries were 
added
and
 it asked to provide a password for the domain root. But in my case, 
it did
 not ask for a password.

 Regards,



--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

RE: [Samba] Domain Root Password

2005-04-07 Thread Gerald Cenir
Executing smbpasswd -a root result in this message:

[EMAIL PROTECTED] root]# smbpasswd -a root
New SMB password:
Retype new SMB password:
ldapsam_modify_entry: LDAP Password could not be changed for user root: Object 
class violation
entry modify failed
ldapsam_add_sam_account: failed to modify/add user with uid = root (dn = 
uid=root,ou=Users,dc=company,dc=com)
Failed to add entry for user root.
Failed to modify password entry for user root

There is an Administrator user however. But my machine still can't join the 
domain when I use the Administrator user.

Regards,

-Original Message-
From: Ivan Toh Boon Cheong [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 07, 2005 2:21 PM
To: Gerald Cenir; samba@lists.samba.org
Subject: RE: [Samba] Domain Root Password

The fact that you seeing the error saying that samba cant find an entry for the 
root, is that you have to create an smbuser entry for root. The smbuser 
database does not synchronise automatically with /etc/passwd or ldap , if I'm 
not wrong.Hence, the command #smbpasswd -a root, will create an smbuser entry 
for root, and at the same time prompting you for a smbpasswd , which is also 
may not be the same as the system password.

-Original Message-
From: Gerald Cenir [mailto:[EMAIL PROTECTED]
Sent: Thu 4/7/2005 2:12 PM
To: samba@lists.samba.org
Cc:
Subject: RE: [Samba] Domain Root Password
   
   

Thanks but when I executed the command
#smbpasswd root
   
It says that it failed to find entry for user root.
I checked my directory using slapcat and there is a user root
   
dn: uid=root,ou=Users,dc=company,dc=com
objectClass: top
objectClass: inetOrgPerson
objectClass: posixAccount
objectClass: shadowAccount
...
   
should I delete it and add it again?
   
   
   
   
-Original Message-
From: Mark Sarria [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 07, 2005 11:59 AM
To: Gerald Cenir; samba@lists.samba.org
Subject: Re: [Samba] Domain Root Password
   
all you need to do is type:
   
#smbpasswd root
   
-mark
   
- Original Message -
From: Gerald Cenir [EMAIL PROTECTED]
To: samba@lists.samba.org
Sent: Wednesday, April 06, 2005 7:57 PM
Subject: [Samba] Domain Root Password
   
   
 Hi!

 How do we provide a password for the domain root?
 I am using Samba 3.0.3-5 and openldap-2.1.29-1 on a Fedora 
Core 2

 Following the steps found in
 http://samba.idealx.org/smbldap-howto.en.html I issued to command:

 # smbldap-populate

 In the howto after executing the command, the entries were 
added
and
 it asked to provide a password for the domain root. But in my case, 
it did
 not ask for a password.

 Regards,

   
   
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba
   

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


RE: [Samba] Domain Root Password

2005-04-07 Thread Ivan Toh Boon Cheong
http://www.linuxforum.com/forums/index.php?showtopic=68203
 
http://www.spinics.net/lists/samba/msg19401.html
 
 
 
Hope these help

 
 
-Original Message- 
From: Gerald Cenir [mailto:[EMAIL PROTECTED] 
Sent: Thu 4/7/2005 2:49 PM 
To: Ivan Toh Boon Cheong; samba@lists.samba.org 
Cc: 
Subject: RE: [Samba] Domain Root Password



Executing smbpasswd -a root result in this message:

[EMAIL PROTECTED] root]# smbpasswd -a root
New SMB password:
Retype new SMB password:
ldapsam_modify_entry: LDAP Password could not be changed for user root: 
Object class violation
entry modify failed
ldapsam_add_sam_account: failed to modify/add user with uid = root (dn 
= uid=root,ou=Users,dc=company,dc=com)
Failed to add entry for user root.
Failed to modify password entry for user root

There is an Administrator user however. But my machine still can't join 
the domain when I use the Administrator user.

Regards,

-Original Message-
From: Ivan Toh Boon Cheong [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 07, 2005 2:21 PM
To: Gerald Cenir; samba@lists.samba.org
Subject: RE: [Samba] Domain Root Password

The fact that you seeing the error saying that samba cant find an entry 
for the root, is that you have to create an smbuser entry for root. The smbuser 
database does not synchronise automatically with /etc/passwd or ldap , if I'm 
not wrong.Hence, the command #smbpasswd -a root, will create an smbuser entry 
for root, and at the same time prompting you for a smbpasswd , which is also 
may not be the same as the system password.

-Original Message-
From: Gerald Cenir [mailto:[EMAIL PROTECTED]
Sent: Thu 4/7/2005 2:12 PM
To: samba@lists.samba.org
Cc:
Subject: RE: [Samba] Domain Root Password
  
  

Thanks but when I executed the command
#smbpasswd root
  
It says that it failed to find entry for user root.
I checked my directory using slapcat and there is a user root
  
dn: uid=root,ou=Users,dc=company,dc=com
objectClass: top
objectClass: inetOrgPerson
objectClass: posixAccount
objectClass: shadowAccount
...
  
should I delete it and add it again?
  
  
  
  
-Original Message-
From: Mark Sarria [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 07, 2005 11:59 AM
To: Gerald Cenir; samba@lists.samba.org
Subject: Re: [Samba] Domain Root Password
  
all you need to do is type:
  
#smbpasswd root
  
-mark
  
- Original Message -
From: Gerald Cenir [EMAIL PROTECTED]
To: samba@lists.samba.org
Sent: Wednesday, April 06, 2005 7:57 PM
Subject: [Samba] Domain Root Password
  
  
 Hi!

 How do we provide a password for the domain root?
 I am using Samba 3.0.3-5 and openldap-2.1.29-1 on a 
Fedora Core 2

 Following the steps found in
 http://samba.idealx.org/smbldap-howto.en.html I issued to 
command:

 # smbldap-populate

 In the howto after executing the command, the entries 
were added
and
 it asked to provide a password for the domain root. But in my 
case, it did
 not ask for a password.

 Regards,

  
  
--
To unsubscribe from this list go to the following URL and read 
the
instructions:  https://lists.samba.org/mailman/listinfo/samba
  



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

RE: [Samba] Domain Root Password

2005-04-07 Thread Gerald Cenir
I've finally added it! Thanks so much for your help Ivan and the others.
I found out that it was due to 
ldap password sync = yes
in my smb.conf

Best regards,


-Original Message-
From: Ivan Toh Boon Cheong [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 07, 2005 3:01 PM
To: Gerald Cenir; samba@lists.samba.org
Subject: RE: [Samba] Domain Root Password

http://www.linuxforum.com/forums/index.php?showtopic=68203

http://www.spinics.net/lists/samba/msg19401.html



Hope these help



-Original Message-
From: Gerald Cenir [mailto:[EMAIL PROTECTED]
Sent: Thu 4/7/2005 2:49 PM
To: Ivan Toh Boon Cheong; samba@lists.samba.org
Cc:
Subject: RE: [Samba] Domain Root Password
   
   

Executing smbpasswd -a root result in this message:
   
[EMAIL PROTECTED] root]# smbpasswd -a root
New SMB password:
Retype new SMB password:
ldapsam_modify_entry: LDAP Password could not be changed for user root: 
Object class violation
entry modify failed
ldapsam_add_sam_account: failed to modify/add user with uid = root (dn 
= uid=root,ou=Users,dc=company,dc=com)
Failed to add entry for user root.
Failed to modify password entry for user root
   
There is an Administrator user however. But my machine still can't join 
the domain when I use the Administrator user.
   
Regards,
   
-Original Message-
From: Ivan Toh Boon Cheong [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 07, 2005 2:21 PM
To: Gerald Cenir; samba@lists.samba.org
Subject: RE: [Samba] Domain Root Password
   
The fact that you seeing the error saying that samba cant find an entry 
for the root, is that you have to create an smbuser entry for root. The smbuser 
database does not synchronise automatically with /etc/passwd or ldap , if I'm 
not wrong.Hence, the command #smbpasswd -a root, will create an smbuser entry 
for root, and at the same time prompting you for a smbpasswd , which is also 
may not be the same as the system password.
   
-Original Message-
From: Gerald Cenir [mailto:[EMAIL PROTECTED]
Sent: Thu 4/7/2005 2:12 PM
To: samba@lists.samba.org
Cc:
Subject: RE: [Samba] Domain Root Password
 
 
   
Thanks but when I executed the command
#smbpasswd root
 
It says that it failed to find entry for user root.
I checked my directory using slapcat and there is a user root
 
dn: uid=root,ou=Users,dc=company,dc=com
objectClass: top
objectClass: inetOrgPerson
objectClass: posixAccount
objectClass: shadowAccount
...
 
should I delete it and add it again?
 
 
 
 
-Original Message-
From: Mark Sarria [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 07, 2005 11:59 AM
To: Gerald Cenir; samba@lists.samba.org
Subject: Re: [Samba] Domain Root Password
 
all you need to do is type:
 
#smbpasswd root
 
-mark
 
- Original Message -
From: Gerald Cenir [EMAIL PROTECTED]
To: samba@lists.samba.org
Sent: Wednesday, April 06, 2005 7:57 PM
Subject: [Samba] Domain Root Password
 
 
 Hi!

 How do we provide a password for the domain root?
 I am using Samba 3.0.3-5 and openldap-2.1.29-1 on a 
Fedora Core 2

 Following the steps found in
 http://samba.idealx.org/smbldap-howto.en.html I issued to 
command:

 # smbldap-populate

 In the howto after executing the command, the entries 
were added
and
 it asked to provide a password for the domain root. But in my 
case, it did
 not ask for a password.

 Regards,

 
 
--
To unsubscribe from this list go to the following URL and read 
the
instructions:  https://lists.samba.org/mailman/listinfo/samba
 
   
   

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Domain Root Password

2005-04-06 Thread Mark Sarria
all you need to do is type:

#smbpasswd root

-mark

- Original Message - 
From: Gerald Cenir [EMAIL PROTECTED]
To: samba@lists.samba.org
Sent: Wednesday, April 06, 2005 7:57 PM
Subject: [Samba] Domain Root Password


 Hi!

 How do we provide a password for the domain root?
 I am using Samba 3.0.3-5 and openldap-2.1.29-1 on a Fedora Core 2

 Following the steps found in
 http://samba.idealx.org/smbldap-howto.en.html I issued to command:

 # smbldap-populate

 In the howto after executing the command, the entries were added
and
 it asked to provide a password for the domain root. But in my case, it did
 not ask for a password.

 Regards,

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf
Of
 Rory Erickson
 Sent: Thursday, April 07, 2005 10:27 AM
 To: 'Shawn Henderson'
 Cc: samba@lists.samba.org
 Subject: RE: [Samba] Browsing through a tunnelled VPN connection

 Hi there,



 This issue appears to have resolved itself after each of the
 workstations on the local network rebooted and got the current WINS
 server from the router(the Linksys router had an option to push this to
 them via DHCP).  They were being pushed an old IP address that did not
 exist.





 Thanks,



 Rory Erickson







 -Original Message-
 From: Shawn Henderson [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, April 06, 2005 7:19 PM
 To: Rory Erickson
 Subject: Re: [Samba] Browsing through a tunnelled VPN connection



 I had this problem with winxp/2k until I maded the local workstation a
 workgroup member of the domain.

 Rory Erickson wrote:

 Thanks Craig, I'll send this to the OpenVPN list. I wasn't quite sure
 where to send it since it's the interaction between the two packages
 where the problem appears to be, or I just don't see where it is which
 is definitely possible.

 Two final questions, if someone perhaps has an answer as my knowledge of
 WINS is severally limited.

 1) Is there any simple way to determine if WINS is functioning?  The
 fact that over a tunneled connection where bcast is not supported yet
 names do resolve if I run them via start (ie: \\SERVER) may indicate
 this.  But is there any other way to determine this from a client
 machine?

 2) Does a WINS server allow you to browse computers via My Network
 Places in an instance when bcast is not supported?


 -
 Rory Erickson


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf
 Of Craig White
 Sent: Tuesday, April 05, 2005 1:11 AM
 To: samba@lists.samba.org
 Subject: Re: [Samba] Browsing through a tunnelled VPN connection

 On Mon, 2005-04-04 at 22:34 -0700, Rory Erickson wrote:


 Hi there,

 I am trying to determine the best way for this to be done.

 I'm currently using a VPN software package called OpenVPN, which I
 connect to through a tunneled connection.

 When I connect to the VPN I am given an IP address of 192.168.3.6, and


 a


 subnet mask of 255.255.255.252.  The Samba server has an IP address of
 192.168.2.101 and has a subnet mask of 255.255.255.128.  A WINS server
 address of 192.168.2.101 is pushed to my VPN client when I connect.

 Once I connect to the VPN I can access each computer on the network,
 including the Samba server by typing their netbios name pre-pended by


 a


 \\.  However, I am unable to browse to these computers via Network
 Neighborhood on my Windows 98 machine, nor My Network Places on any of
 my Windows XP machines.  I believe I had enabled WINS on the Samba
 server, which I was under the impression it would enable this even
 though the computers do not broadcast like on a local network or


 bridged


 VPN connection.

 Was I incorrect in this assumption?  If so, are there any potential
 options that I may have available to accomplish this--the cosmetic


 issue


 of being able to see the computers on the network via My Network


 Places


 even when connected via a tunneled VPN connection?


 
 openvpn offers several modes of use.

 this question might be better handles by openvpn list.

 assuming that other machines are capable of browsing the network and
 locating other systems on the LAN via WINS, it would stand to reason
 that a remote computer via VPN should be also able to browse the network
 via WINS - if the connection permitted and the remote computer had been
 set up with the same WINS settings.

 Craig





 __ NOD32 1.1049 (20050406) Information __

 This message was checked by NOD32 antivirus system.
 http://www.nod32.com

 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  https://lists.samba.org/mailman/listinfo/samba

 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  https://lists.samba.org/mailman/listinfo/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba