Re: [Samba] Samba 3.0.1 Available for Download

2003-12-18 Thread Beast
Wednesday, December 17, 2003, 11:42:28 PM, Gerald wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Beast wrote:

 Anyone having success story using this version?
 I'm having weird problem. I can not joint Win-2k/WinXP-Pro with
 ldapsam (open ldap 2.2.22).
 With W2000 error says bad username or password, with WXP access
 denied.
 I'm trying to create clean ldif entry with only having 2 account, but
 still no luck, both cretae machine trust 'on the fly' or manual create
 machine account.

 Please try this patch.  We stuffed the lanman session key
 generation in 3.0.1.  However, I've only seen this affect
 unpatched Windows 2000 clients (no SP).

http://samba.org/samba/ftp/patches/jerry/post-3.0.1/lm_key.patch

 (might need to wait for it to show up on mirrors).

I'm not appying this patch (yet) but just for info, my test client
was W2K sp3, W2K (no sp) and WXP (no sp).

switching to tdbsam was giving success result (can joint samba
domain). so 'bug' may be in ldapsearch? or in my ldap data?

--beast 

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


Re: [Samba] Samba 3.0.1 Available for Download (SOLVED)

2003-12-18 Thread Beast
Thursday, December 18, 2003, 6:36:01 PM, Beast wrote:

 Wednesday, December 17, 2003, 11:42:28 PM, Gerald wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Beast wrote:

 Anyone having success story using this version?
 I'm having weird problem. I can not joint Win-2k/WinXP-Pro with
 ldapsam (open ldap 2.2.22).
 With W2000 error says bad username or password, with WXP access
 denied.
 I'm trying to create clean ldif entry with only having 2 account, but
 still no luck, both cretae machine trust 'on the fly' or manual create
 machine account.

 Please try this patch.  We stuffed the lanman session key
 generation in 3.0.1.  However, I've only seen this affect
 unpatched Windows 2000 clients (no SP).

http://samba.org/samba/ftp/patches/jerry/post-3.0.1/lm_key.patch

 (might need to wait for it to show up on mirrors).

 I'm not appying this patch (yet) but just for info, my test client
 was W2K sp3, W2K (no sp) and WXP (no sp).

 switching to tdbsam was giving success result (can joint samba
 domain). so 'bug' may be in ldapsearch? or in my ldap data?

I think i found the problem after experimenting with tdbsam.
I have to give SID 1000 and GRID 1001 to user administrator, it was
500 and 512.

uix group id and uid should also 0 (it was 0 anyway).


--beast 

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


Re: [Samba] Samba 3.0.1 Available for Download

2003-12-17 Thread Tarjei Huse
Beast wrote:

Tuesday, December 16, 2003, 7:16:35 AM, Gerald wrote:

 

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
   

 

In an attempt to avoid the holiday rush common to software
releases, the Samba Team is proud to announce the availability
of the first patch release of the Samba 3.0 code base.
   

Anyone having success story using this version?
I'm having weird problem. I can not joint Win-2k/WinXP-Pro with
ldapsam (open ldap 2.2.22).
I got XP to join with this version :-)

I think you should start by setting your openldap loglevel to 256 and 
see if you have any access denied errors. If you do, they have to be 
fixed first. Then try setting smbpasswd for admin. Also, if you want a 
good, working ldif, download the smbldap tools from samba.idealx.org and 
run smbldap-poplulate.pl. BUT: Remember to edit smbldap_conf.pm first, 
esp set the sid to the sid you're using.

Also: It's a good idea to edit the file so you can look at the resulting 
ldif and not add it directly to the ldapdatabase.

Tarjei

With W2000 error says bad username or password, with WXP access
denied.
I'm trying to create clean ldif entry with only having 2 account, but
still no luck, both cretae machine trust 'on the fly' or manual create
machine account.
Admin user has given SID-500/sambaPrimaryGroupSID=512 and uid/gid=0

[EMAIL PROTECTED] samba]# net groupmap list
Domain Admins (S-1-5-21-3005840292-418818142-688599051-512) - root
Domain Users (S-1-5-21-3005840292-418818142-688599051-513) - domuser
Domain Guests (S-1-5-21-3005840292-418818142-688599051-514) - domguest
log from ldap and samba did not give anything usefull (for me at
least :)
..
[2003/12/16 18:53:21, 5] rpc_parse/parse_prs.c:prs_uint32(634)
 0048 uni_str_len: 0006
[2003/12/16 18:53:21, 5] rpc_parse/parse_prs.c:dbg_rw_punival(806)
 004c buffer : T.R.G.2.0...
[2003/12/16 18:53:21, 5] rpc_parse/parse_prs.c:prs_uint8s(721)
 0058 data: b5 59 ba 7f a7 fc dc 08
[2003/12/16 18:53:21, 5] rpc_parse/parse_prs.c:prs_debug(81)
 00 net_io_r_auth
[2003/12/16 18:53:21, 5] rpc_parse/parse_prs.c:prs_uint8s(721)
  data: b8 f5 ff bf 45 c3 1b 08
[2003/12/16 18:53:21, 5] rpc_parse/parse_prs.c:prs_ntstatus(664)
 0008 status: NT_STATUS_ACCESS_DENIED
[2003/12/16 18:53:21, 5] rpc_server/srv_pipe.c:api_rpcTNP(1535)
 api_rpcTNP: called NETLOGON successfully
[2003/12/16 18:53:21, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(544)
 free_pipe_context: destroying talloc pool of size 46
[2003/12/16 18:53:21, 5] rpc_parse/parse_prs.c:prs_debug(81)
 00 smb_io_rpc_hdr hdr
...
If anyone got working setup, please share smb.config and ldif entry if
possible :-)
Big thanks.
 

--beast 

 



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


Re: [Samba] Samba 3.0.1 Available for Download

2003-12-17 Thread Greg Dickie

I had a problem similar to this that Gerry has been working on. Please turn 
the log level up to 5 and try again then grep the log file for 'incorrect 
password'. If its there then its the same problem and rumor has it there is a 
patch. You can also try going back to 3.0.0, that version always seemed to 
work for me.

Greg


On Wednesday 17 December 2003 12:05 am, Beast wrote:
 Tuesday, December 16, 2003, 7:16:35 AM, Gerald wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  In an attempt to avoid the holiday rush common to software
  releases, the Samba Team is proud to announce the availability
  of the first patch release of the Samba 3.0 code base.

 Anyone having success story using this version?
 I'm having weird problem. I can not joint Win-2k/WinXP-Pro with
 ldapsam (open ldap 2.2.22).
 With W2000 error says bad username or password, with WXP access
 denied.
 I'm trying to create clean ldif entry with only having 2 account, but
 still no luck, both cretae machine trust 'on the fly' or manual create
 machine account.

 Admin user has given SID-500/sambaPrimaryGroupSID=512 and uid/gid=0

 [EMAIL PROTECTED] samba]# net groupmap list
 Domain Admins (S-1-5-21-3005840292-418818142-688599051-512) - root
 Domain Users (S-1-5-21-3005840292-418818142-688599051-513) - domuser
 Domain Guests (S-1-5-21-3005840292-418818142-688599051-514) - domguest


 log from ldap and samba did not give anything usefull (for me at
 least :)

 ..
 [2003/12/16 18:53:21, 5] rpc_parse/parse_prs.c:prs_uint32(634)
   0048 uni_str_len: 0006
 [2003/12/16 18:53:21, 5] rpc_parse/parse_prs.c:dbg_rw_punival(806)
   004c buffer : T.R.G.2.0...
 [2003/12/16 18:53:21, 5] rpc_parse/parse_prs.c:prs_uint8s(721)
   0058 data: b5 59 ba 7f a7 fc dc 08
 [2003/12/16 18:53:21, 5] rpc_parse/parse_prs.c:prs_debug(81)
   00 net_io_r_auth
 [2003/12/16 18:53:21, 5] rpc_parse/parse_prs.c:prs_uint8s(721)
    data: b8 f5 ff bf 45 c3 1b 08
 [2003/12/16 18:53:21, 5] rpc_parse/parse_prs.c:prs_ntstatus(664)
   0008 status: NT_STATUS_ACCESS_DENIED
 [2003/12/16 18:53:21, 5] rpc_server/srv_pipe.c:api_rpcTNP(1535)
   api_rpcTNP: called NETLOGON successfully
 [2003/12/16 18:53:21, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(544)
   free_pipe_context: destroying talloc pool of size 46
 [2003/12/16 18:53:21, 5] rpc_parse/parse_prs.c:prs_debug(81)
   00 smb_io_rpc_hdr hdr
 ...


 If anyone got working setup, please share smb.config and ldif entry if
 possible :-)
 Big thanks.



 --beast

-- 
Greg Dickie
just a guy
Maximum Throughput

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


Re: [Samba] Samba 3.0.1 Available for Download

2003-12-17 Thread Beast
Wednesday, December 17, 2003, 6:13:13 PM, Tarjei wrote:

 I got XP to join with this version :-)

Congratulations...

 I think you should start by setting your openldap loglevel to 256 and 

That's the default log level.

 see if you have any access denied errors. If you do, they have to be 
 fixed first. Then try setting smbpasswd for admin. Also, if you want a 

I go grep 'filter=' ldap.log and then run that filter manually, all
results are correct.

 good, working ldif, download the smbldap tools from samba.idealx.org and 
 run smbldap-poplulate.pl. BUT: Remember to edit smbldap_conf.pm first, 
 esp set the sid to the sid you're using.

I prefer handcrafted ldif, butl i'll give a try on smbldaptools.

 Also: It's a good idea to edit the file so you can look at the resulting 
 ldif and not add it directly to the ldapdatabase.

Tks for sharing...

 Tarjei


--beast 

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


Re: [Samba] Samba 3.0.1 Available for Download

2003-12-17 Thread Tarjei Huse
Beast wrote:

Wednesday, December 17, 2003, 6:13:13 PM, Tarjei wrote:

 

I got XP to join with this version :-)
   

Congratulations...

 

I think you should start by setting your openldap loglevel to 256 and 
   

That's the default log level.

 

see if you have any access denied errors. If you do, they have to be 
fixed first. Then try setting smbpasswd for admin. Also, if you want a 
   

I go grep 'filter=' ldap.log and then run that filter manually, all
results are correct.
But that does not show you if the samba admin dn has access to write 
anywhere. Check for write denied errors.

Also, the eventlog on the xpbox is a good place to start looking.

th

 

good, working ldif, download the smbldap tools from samba.idealx.org and 
run smbldap-poplulate.pl. BUT: Remember to edit smbldap_conf.pm first, 
esp set the sid to the sid you're using.
   

I prefer handcrafted ldif, butl i'll give a try on smbldaptools.

 

Also: It's a good idea to edit the file so you can look at the resulting 
ldif and not add it directly to the ldapdatabase.
   

Tks for sharing...

 

Tarjei
   



--beast 

 



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


Re: [Samba] Samba 3.0.1 Available for Download

2003-12-17 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Beast wrote:

Anyone having success story using this version?
I'm having weird problem. I can not joint Win-2k/WinXP-Pro with
ldapsam (open ldap 2.2.22).
With W2000 error says bad username or password, with WXP access
denied.
I'm trying to create clean ldif entry with only having 2 account, but
still no luck, both cretae machine trust 'on the fly' or manual create
machine account.
Please try this patch.  We stuffed the lanman session key
generation in 3.0.1.  However, I've only seen this affect
unpatched Windows 2000 clients (no SP).
  http://samba.org/samba/ftp/patches/jerry/post-3.0.1/lm_key.patch

(might need to wait for it to show up on mirrors).

- -- 
cheers, jerry
 --
 Hewlett-Packard- http://www.hp.com
 SAMBA Team -- http://www.samba.org
 GnuPG Key   http://www.plainjoe.org/gpg_public.asc
 If we're adding to the noise, turn off this song --Switchfoot (2003)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE/4Id6IR7qMdg1EfYRAq2ZAJ4wVvIM7NhZOhE16RnT96RRBGrqiACguB47
EaX38QdmISMFId7j9hJQTIA=
=3Bhe
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Samba 3.0.1 Available for Download

2003-12-16 Thread Beast
Tuesday, December 16, 2003, 7:16:35 AM, Gerald wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 In an attempt to avoid the holiday rush common to software
 releases, the Samba Team is proud to announce the availability
 of the first patch release of the Samba 3.0 code base.

Anyone having success story using this version?
I'm having weird problem. I can not joint Win-2k/WinXP-Pro with
ldapsam (open ldap 2.2.22).
With W2000 error says bad username or password, with WXP access
denied.
I'm trying to create clean ldif entry with only having 2 account, but
still no luck, both cretae machine trust 'on the fly' or manual create
machine account.

Admin user has given SID-500/sambaPrimaryGroupSID=512 and uid/gid=0

[EMAIL PROTECTED] samba]# net groupmap list
Domain Admins (S-1-5-21-3005840292-418818142-688599051-512) - root
Domain Users (S-1-5-21-3005840292-418818142-688599051-513) - domuser
Domain Guests (S-1-5-21-3005840292-418818142-688599051-514) - domguest


log from ldap and samba did not give anything usefull (for me at
least :)

..
[2003/12/16 18:53:21, 5] rpc_parse/parse_prs.c:prs_uint32(634)
  0048 uni_str_len: 0006
[2003/12/16 18:53:21, 5] rpc_parse/parse_prs.c:dbg_rw_punival(806)
  004c buffer : T.R.G.2.0...
[2003/12/16 18:53:21, 5] rpc_parse/parse_prs.c:prs_uint8s(721)
  0058 data: b5 59 ba 7f a7 fc dc 08
[2003/12/16 18:53:21, 5] rpc_parse/parse_prs.c:prs_debug(81)
  00 net_io_r_auth
[2003/12/16 18:53:21, 5] rpc_parse/parse_prs.c:prs_uint8s(721)
   data: b8 f5 ff bf 45 c3 1b 08
[2003/12/16 18:53:21, 5] rpc_parse/parse_prs.c:prs_ntstatus(664)
  0008 status: NT_STATUS_ACCESS_DENIED
[2003/12/16 18:53:21, 5] rpc_server/srv_pipe.c:api_rpcTNP(1535)
  api_rpcTNP: called NETLOGON successfully
[2003/12/16 18:53:21, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(544)
  free_pipe_context: destroying talloc pool of size 46
[2003/12/16 18:53:21, 5] rpc_parse/parse_prs.c:prs_debug(81)
  00 smb_io_rpc_hdr hdr
...


If anyone got working setup, please share smb.config and ldif entry if
possible :-)
Big thanks.

  

--beast 

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


[Samba] Samba 3.0.1 Available for Download

2003-12-15 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
In an attempt to avoid the holiday rush common to software
releases, the Samba Team is proud to announce the availability
of the first patch release of the Samba 3.0 code base.
This is the latest stable release of Samba and is the
version that all production Samba servers should be running
for all current bug-fixes.  Some of the more common bugs in
3.0.0 addressed  in the release include:
~  * Substitution problems with smb.conf variables.
~  * Errors in return codes which caused some applications
~to fail to open files.
~  * General Protection Faults on Windows 2000/XP clients
~using Samba point-n-print features.
~  * Several miscellaneous crash bugs.
~  * Access problems when enumerating group mappings are
~stored in an LDAP Directory.
~  * Several common SWAT bugs when writing changes to
~smb.conf.
~  * Internal inconsistencies when 'winbind use default
~domain = yes'
The source code can be downloaded from :

~  http://download.samba.org/samba/ftp/

The uncompressed tarball and patch file have been signed
using GnuPG.  The Samba public key is available at
~  http://download.samba.org/samba/ftp/samba-pubkey.asc

Binary packages are available at

~  http://download.samba.org/samba/ftp/Binary_Packages/

A simplified version of the CVS log of updates since
3.0.0 can be found in the the download directory
under the name ChangeLog-3.0.0-3.0.1.  The release
notes are also available on-line at
~  http://www.samba.org/samba/whatsnew/samba-3.0.1.html

As always, all bugs (https://bugzilla.samba.org/) are our
responsibility.
~  --Enjoy
~  The Samba Team


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/3k7jIR7qMdg1EfYRAgswAJ9qET84CZ+bjM4kcbowOmX0FTKxVACffWmC
mwdH9cHN/7XfXB2FIo+q5KA=
=j3/g
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba