[Samba] Problem with creating machine account for domain logon

2002-11-28 Thread Ernst Cozijnsen
Title: Problem with creating machine account for domain logon





Hi,


If i try to let my laptop logon to my samba domain i see in the logfiles that there must me a machine account in the /etc/passwd file.

So i created manualy "useradd $"
This works fine and i'm able to log on to the domain.
Why doesn't create samba this machine account automaticly?? do u need a special option for that??


greetz,


Ernst Cozijnsen


--

This message contains information that may be privileged or confidential and
is the property of the Cap Gemini Ernst & Young Group. It is only intended
for the person to whom it is addressed. If you are not the intended
recipient, you are not authorized to read, print, retain, copy disseminate,
distribute, or use this message or any part thereof. If you receive this
message in error, please notify the sender immediately and delete all copies
of this message.






[Samba] Problem with creating machine account for domain logon

2002-11-28 Thread Ernst Cozijnsen
Title: Problem with creating machine account for domain logon





Hi,


If i try to let my laptop logon to my samba domain i see in the logfiles that there must me a machine account in the /etc/passwd file.

So i created manualy "useradd $"
This works fine and i'm able to log on to the domain.
Why doesn't create samba this machine account automaticly?? do u need a special option for that??


greetz,


Ernst Cozijnsen


--

This message contains information that may be privileged or confidential and
is the property of the Cap Gemini Ernst & Young Group. It is only intended
for the person to whom it is addressed. If you are not the intended
recipient, you are not authorized to read, print, retain, copy disseminate,
distribute, or use this message or any part thereof. If you receive this
message in error, please notify the sender immediately and delete all copies
of this message.






Re: [Samba] Configure Sambe 2.2.6 - installing on HPUX 11.11

2002-11-21 Thread Ernst Cozijnsen
Title: Re: [Samba] Configure Sambe 2.2.6 - installing on HPUX 11.11





Hey TB,


I had the same problem on one of our HP-UX systems. I got this error and also a lot of different other error which i couldn't make out.

Which kind of compiler u have u got installed??
I solved the problem by buying the Ansi C compiler from HP-UX. it costed about $1000 and i comb. i used gcc 3.0 with that.

That solved all of my problems and i got 2.2.6 now installed on all our machines.
What i can do for u is compile the source and then send it to u by mail.


Gr,


Ernst Cozijnsen
Cap Gemini NL


>>> "Ing. Thoralf Bihlo" <[EMAIL PROTECTED]> 11/21/02 08:27am >>>
hi!


i've got a problem with installing samba 2.2.6 on a HPUX 11.11 -
machine:
when i unzip and install the samba 2.2.6 and then start configuring ist
with
"./configure --prefix=/usr/local/samba"
i get the following error:


checking configure summary... WARNING: No automated network interface
determination
ERROR: no seteuid method available
configure: error: summary failure. Aborting config


can anyone help??
thanks in advance!
TB


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


--

This message contains information that may be privileged or confidential and
is the property of the Cap Gemini Ernst & Young Group. It is only intended
for the person to whom it is addressed. If you are not the intended
recipient, you are not authorized to read, print, retain, copy disseminate,
distribute, or use this message or any part thereof. If you receive this
message in error, please notify the sender immediately and delete all copies
of this message.






[Samba] --with-fhs options doesnt work when configuring

2002-11-14 Thread Ernst Cozijnsen
Title: --with-fhs options doesnt work when configuring





If i use the --with-fhs option when configuring 2.2.6


Is this option not implemented yet?? because files are put in normal directory order


tnx


Ernst


--

This message contains information that may be privileged or confidential and
is the property of the Cap Gemini Ernst & Young Group. It is only intended
for the person to whom it is addressed. If you are not the intended
recipient, you are not authorized to read, print, retain, copy disseminate,
distribute, or use this message or any part thereof. If you receive this
message in error, please notify the sender immediately and delete all copies
of this message.






[Samba] problem getting printing started via CUPS

2002-11-03 Thread Ernst Cozijnsen
Title: [Samba] problem getting printing started via CUPS





I'm using cups for printing and when i try to share a printer with samba i get the msg on my win2000 wks that "access is denied, unable to connect"

my smb.conf looks like this:


[global]
    workgroup   = kerkenkruis
    netbios name    = kruimel
    server string   = Samba server running on Redhat %L:%h
    interfaces  = eth0
    dns proxy   = yes
    domain master   = yes
    preferred master= yes
    socket options  = IPTOS_LOWDELAY TCP_NODELAY
    os level    = 65
    update encrypted= yes
    unix password sync  = yes
    encrypt passwords   = yes
    printcap name   = cups
    
[public]
    hide dot files  = yes
    path        = /tmp
[printers]
    browseable  = yes
    printing    = cups
    lpq command = /usr/bin/lpstat -o%p
    lprm command    = /usr/bin/cancel %p-%j
    print command   = /usr/bin/lp -d%p -orwa %s; rm %s
   queuepause command   = /usr/bin/disable %p
  queueresume command   = /usr/bin/enable %p
    public      = yes
    printable   = yes
#   valid users = 
    printer name    = test


What could be the problem???


Gr,


Ernst Cozijnsen


--

This message contains information that may be privileged or confidential and
is the property of the Cap Gemini Ernst & Young Group. It is only intended
for the person to whom it is addressed. If you are not the intended
recipient, you are not authorized to read, print, retain, copy disseminate,
distribute, or use this message or any part thereof. If you receive this
message in error, please notify the sender immediately and delete all copies
of this message.






[Samba] Getting msg acces denied while adding a new printer

2002-11-01 Thread Ernst Cozijnsen
Title: Getting msg acces denied while adding a new printer





I'm using cups for printing and when i try to share a printer with samba i get the msg on my win2000 wks that "access is denied, unable to connect"

my smb.conf looks like this:


[global]
    workgroup   = kerkenkruis
    netbios name    = kruimel
    server string   = Samba server running on Redhat %L:%h
    interfaces  = eth0
    dns proxy   = yes
    domain master   = yes
    preferred master= yes
    socket options  = IPTOS_LOWDELAY TCP_NODELAY
    os level    = 65
    update encrypted= yes
    unix password sync  = yes
    encrypt passwords   = yes
    printcap name   = cups
    
[public]
    hide dot files  = yes
    path        = /tmp
[printers]
    browseable  = yes
    printing    = cups
    lpq command = /usr/bin/lpstat -o%p
    lprm command    = /usr/bin/cancel %p-%j
    print command   = /usr/bin/lp -d%p -orwa %s; rm %s
   queuepause command   = /usr/bin/disable %p
  queueresume command   = /usr/bin/enable %p
    public      = yes
    printable   = yes
#   valid users = 
    printer name    = test


What could be the problem???


Met Vriendelijke Groeten / Kind Regards


Ernst Cozijnsen
Cap Gemini Ernst & Young ISM b.v.
Skill group UNIX
tel  (+31)306894151
fax (+31)306894481
mob (+31)625054639
email : [EMAIL PROTECTED]
room 9122 Nieuwegein


---
There are 10 kinds of people. Those that understand binary and those
that don't.


--

This message contains information that may be privileged or confidential and
is the property of the Cap Gemini Ernst & Young Group. It is only intended
for the person to whom it is addressed. If you are not the intended
recipient, you are not authorized to read, print, retain, copy disseminate,
distribute, or use this message or any part thereof. If you receive this
message in error, please notify the sender immediately and delete all copies
of this message.






[Samba] Getting msg acces denied while adding a new printer

2002-11-01 Thread Ernst Cozijnsen
Title: Getting msg acces denied while adding a new printer





I'm using cups for printing and when i try to share a printer with samba i get the msg on my win2000 wks that "access is denied, unable to connect"

my smb.conf looks like this:


[global]
    workgroup   = kerkenkruis
    netbios name    = kruimel
    server string   = Samba server running on Redhat %L:%h
    interfaces  = eth0
    dns proxy   = yes
    domain master   = yes
    preferred master= yes
    socket options  = IPTOS_LOWDELAY TCP_NODELAY
    os level    = 65
    update encrypted= yes
    unix password sync  = yes
    encrypt passwords   = yes
    printcap name   = cups
    
[public]
    hide dot files  = yes
    path        = /tmp
[printers]
    browseable  = yes
    printing    = cups
    lpq command = /usr/bin/lpstat -o%p
    lprm command    = /usr/bin/cancel %p-%j
    print command   = /usr/bin/lp -d%p -orwa %s; rm %s
   queuepause command   = /usr/bin/disable %p
  queueresume command   = /usr/bin/enable %p
    public      = yes
    printable   = yes
#   valid users = 
    printer name    = test


What could be the problem???


Met Vriendelijke Groeten / Kind Regards


Ernst Cozijnsen
Cap Gemini Ernst & Young ISM b.v.
Skill group UNIX
tel  (+31)306894151
fax (+31)306894481
mob (+31)625054639
email : [EMAIL PROTECTED]
room 9122 Nieuwegein


---
There are 10 kinds of people. Those that understand binary and those
that don't.


--

This message contains information that may be privileged or confidential and
is the property of the Cap Gemini Ernst & Young Group. It is only intended
for the person to whom it is addressed. If you are not the intended
recipient, you are not authorized to read, print, retain, copy disseminate,
distribute, or use this message or any part thereof. If you receive this
message in error, please notify the sender immediately and delete all copies
of this message.






[Samba] Getting msg acces denied while adding a new printer

2002-11-01 Thread Ernst Cozijnsen
Title: Getting msg acces denied while adding a new printer





I'm using cups for printing and when i try to share a printer with samba i get the msg on my win2000 wks that "access is denied, unable to connect"

my smb.conf looks like this:


[global]
    workgroup   = kerkenkruis
    netbios name    = kruimel
    server string   = Samba server running on Redhat %L:%h
    interfaces  = eth0
    dns proxy   = yes
    domain master   = yes
    preferred master= yes
    socket options  = IPTOS_LOWDELAY TCP_NODELAY
    os level    = 65
    update encrypted= yes
    unix password sync  = yes
    encrypt passwords   = yes
    printcap name   = cups
    
[public]
    hide dot files  = yes
    path        = /tmp
[printers]
    browseable  = yes
    printing    = cups
    lpq command = /usr/bin/lpstat -o%p
    lprm command    = /usr/bin/cancel %p-%j
    print command   = /usr/bin/lp -d%p -orwa %s; rm %s
   queuepause command   = /usr/bin/disable %p
  queueresume command   = /usr/bin/enable %p
    public      = yes
    printable   = yes
#   valid users = 
    printer name    = test


What could be the problem???


--

This message contains information that may be privileged or confidential and
is the property of the Cap Gemini Ernst & Young Group. It is only intended
for the person to whom it is addressed. If you are not the intended
recipient, you are not authorized to read, print, retain, copy disseminate,
distribute, or use this message or any part thereof. If you receive this
message in error, please notify the sender immediately and delete all copies
of this message.