Re: [Samba] Hello Mailing List, I really need some help/advice.

2013-06-01 Thread Michael De Groote
Gary

See the other mail i sent you wrt the DNS stuff.
The problem with \\mydomain.local\profiles not working for you has to do
with *domain dfs*. You need to set up your DC to support this:

put these in your smb.conf:
[global]
host msdfs = Yes

[profiles]
msdfs root = yes

That should work so long as you only have one DC. From the moment that you
want multiple, replicated DCs + domain dfs, you need to look at other
solutions (i'm trying to play with glusterfs for the profiles share, and it
works, at least when connecting from winxp clients... win7 no luck so far)

That should do it... (well; see my posts on this list about samba4 and dfs,
and you'll see it's not all that simple/working)

Just try to solve the DNS issues first... correctly working DNS is critical
for the rest of the setup, and can save you headaches later on...

Michael


2013/6/1 Gary Maurizi garymaur...@gmail.com

 Please bear with me as this is my first time actually using a mailing list.

 I've set up a CentOS 6.4 machine as a samba4 Primary Domain Controller, and
 successfully joined a windows 8 client machine to the domain.

 My question is as follows: when I add the computer BED-DESK-01 to the
 domain MYDOMAIN.LOCAL shouldn't an A record be created for
 BED-DESK-01.MYDOMAIN.LOCAL so that while logged
 into SERVER.MYDOMAIN.LOCAL I can ping bed-desk-01.mtolympus.local etc?

 This seems to be the only part of AD that is not functioning for me at this
 point.

 I have also noticed some strange behavior when I browse to
 \\MYDOMAIN.LOCAL\ on the client and try to access a share called profiles
 that I created in /usr/local/samba/etc/smb.conf I get the error: Element
 not found., contrariwise, if I type in \\SERVER.MYDOMAIN.LOCAL or
 \\10.0.0.1\ and click on profiles I can get into the share, browse, and
 create/modify files just fine?

 Further when opening network neighborhood, \\MYDOMAIN.LOCAL is not what is
 loaded by default.

 I am hoping that this is all indicative of one or two administration
 mistakes that I can fix with some assistance.

 Thank you so very much for your assistance,

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




-- 
Michael De Groote
ICT-coordinator Sint-Pietersschool Korbeek-Lo
ICT-support Sancta Maria Basisschool Leuven
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] Hello Mailing List, I really need some help/advice.

2013-05-31 Thread Gary Maurizi
Please bear with me as this is my first time actually using a mailing list.

I've set up a CentOS 6.4 machine as a samba4 Primary Domain Controller, and
successfully joined a windows 8 client machine to the domain.

My question is as follows: when I add the computer BED-DESK-01 to the
domain MYDOMAIN.LOCAL shouldn't an A record be created for
BED-DESK-01.MYDOMAIN.LOCAL so that while logged
into SERVER.MYDOMAIN.LOCAL I can ping bed-desk-01.mtolympus.local etc?

This seems to be the only part of AD that is not functioning for me at this
point.

I have also noticed some strange behavior when I browse to
\\MYDOMAIN.LOCAL\ on the client and try to access a share called profiles
that I created in /usr/local/samba/etc/smb.conf I get the error: Element
not found., contrariwise, if I type in \\SERVER.MYDOMAIN.LOCAL or
\\10.0.0.1\ and click on profiles I can get into the share, browse, and
create/modify files just fine?

Further when opening network neighborhood, \\MYDOMAIN.LOCAL is not what is
loaded by default.

I am hoping that this is all indicative of one or two administration
mistakes that I can fix with some assistance.

Thank you so very much for your assistance,

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


Re: [Samba] Hello a query to relieve some confusion about samba

2013-05-06 Thread Jeremy Allison
On Sat, May 04, 2013 at 04:44:37PM +, CCOR58 wrote:
 Hi
 I am new today here and have a couple of confusing items I hope
 someone here o the list can straighten out for me.
 
 1. The definitions of the served usershares apprears in more than
 one location; in ubutu 12.04 LTS there appears to be a set of
 defined shares in the /etc/samba/smb.conf file near the bottom, the
 second location appears to be located in the file structure at
 /var/lib/samba/usershares and a possible third area it seems is
 /srv/samba/sharename.
 
 Which one is affected when sitting it up appears to be related to
 which program one uses to set the shares and/or the server up to
 begin with; if a terminal net command set is used, the
 /var/lib/samba locations appear to be used; if any of the other
 config programs or right-click share in nautilus etc then the share
 seems to be defined in the smb.conf file and seems to be located
 either in a specified mount location or else the /srv/samba/
 locations.
 
 What is confusing is how it gets this way, and how either duplicate
 shares are created or no change is seen when one follows any one of
 a number of the online guides, forums or tutorials. Again each
 tutorial is written based on one's successful attempt to set samba
 up and of course will cause that tutorial to lean one way or the
 other. Hence if one is having trouble and follows one tutorial then
 sees in the network browser either no change or now duplicate shares
 it would be frustrating to say the least.

usershares are so named as they can be added by ordinary
users with no special privileges. They're what Nautilus or
file browsers use when you right click on a directory and
click the Share button.

The config tools require privilege (anything changing the
smb.conf file or the registry shares needs to be running
as root).

That's the underlying difference. It's a presentation
layer matter how this is handled on a system.

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


[Samba] Hello a query to relieve some confusion about samba

2013-05-04 Thread CCOR58

Hi
I am new today here and have a couple of confusing items I hope someone 
here o the list can straighten out for me.


1. The definitions of the served usershares apprears in more than one 
location; in ubutu 12.04 LTS there appears to be a set of defined shares 
in the /etc/samba/smb.conf file near the bottom, the second location 
appears to be located in the file structure at /var/lib/samba/usershares 
and a possible third area it seems is /srv/samba/sharename.


Which one is affected when sitting it up appears to be related to which 
program one uses to set the shares and/or the server up to begin with; 
if a terminal net command set is used, the /var/lib/samba locations 
appear to be used; if any of the other config programs or right-click 
share in nautilus etc then the share seems to be defined in the smb.conf 
file and seems to be located either in a specified mount location or 
else the /srv/samba/ locations.


What is confusing is how it gets this way, and how either duplicate 
shares are created or no change is seen when one follows any one of a 
number of the online guides, forums or tutorials. Again each tutorial is 
written based on one's successful attempt to set samba up and of course 
will cause that tutorial to lean one way or the other. Hence if one is 
having trouble and follows one tutorial then sees in the network browser 
either no change or now duplicate shares it would be frustrating to say 
the least.


What isn't obvious is it appears samba server automatically serves up 
whatever shares have been defined regardless of their location which 
tends to make sense if all is defined in the smb.conf file. But if one 
method has set up the shares in /var/lib/samba/usershares and a noobie 
isn't aware of same one begins to wonder how the server knows to serve 
both locations when all instructions seem to indicate all is defined in 
the smb.conf file. How does the server get the info on these shares when 
although they are defined in that location they are not referred to in 
the smb.conf file? and no ref in the smb.conf file seems to indicate 
that samba server is to look anywhere else for a database or registry to 
find the data?


2. I am able to see workstations in the workgroup of the network 
browser, and when I attempt to see the shares sometimes, depending on 
the machine, I get a network path error not found or unable to 
download master list and no real clear indication of why or where to 
troubleshoot this problem; on other machines it will show the w/s's and 
give a login splashscreen but will not allow a succesful login with a 
samba defined userID and password or any linux desktop userID's  PW's 
existing on all machines with the linux-samba password sync enabled. It 
simply doesn't allow a login.


I use 7 pc's  [ 1 boots win7 or win xp pro-sp3; 2nd boots win7, xp 
pro-sp3, mint 14; 1 boots mint 14, 1 boots ubuntu studio 12.04 or 
centos6.3; laptop boots win7 or ubuntu studio 12.04; 1 boots ubuntu 
studio 12.04]. all linux are set to use NFS and samba is to play nice 
with the two win boxes and laptop.


Each flavor of linux, as well as version seems to use slightly different 
configuring methods for samba; hence the need to clearly understand it 
so that I can arrive at a more or less common single smb.conf method for 
shares.



Whatever info anyone can provide will be very much appreciated.

Thanks

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


[Samba] Hello

2012-01-18 Thread sandy . napoles
Iam working with samba4 alfa 18 + debian 6, iam follow the step to the URL
https://wiki.samba.org/index.php/Samba4/HOWTO, but today update to samba
master with the command git pull and everything is ok. the problem was
when i realiced the step 4 to the how to, rerefed to
 ./source4/setup/provision --realm=samdom.example.com --domain=SAMDOM
--adminpass=SOMEPASSWORD --server-role='domain controller'

the errors was  ldb: unable to stat module $[prefix}/modlue/ldb bo such
file or directory, and the bind9 do not create the named.conf in
/usr/local/samba/private


somebody can help me




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


[Samba] Hello

2009-07-25 Thread csketzo...@adinet.com.uy

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


Re: [Samba] Hello I need help with samba4

2009-02-04 Thread Andrew Bartlett
On Mon, 2009-02-02 at 16:13 -0500, gerard...@eiefd.co.cu wrote:
 I've tried samba4 alpha6 and alpha7 and it works great. The host where
 it's installed, along with the attr package, doesn't require users or
 groups to be mapped. I could even redirect the My documents,
 Application Data and Desktop Folder with group policies to
 \\nameserver\home\%USERNAME%
 
 The problem arises when I want to use the same database to authenticate
 users on other servers such as postfix, I would have to map users and
 groups to theirs uid and gid using winbind or libnss

Yes, you should use Samba3's winbind on the other hosts, and pam_winbind
to back plaintext authentication for postfix, or create a service
principal using Samba3's tools for kerberos authentication. 

 Samba4's wbinfo works great, it maps users and groups. But when, on that
 host, I switch nsswitch.conf to use winbind the getent passwd
 doesn't work. And using libnss is even worse.

Yeah, Samba4's winbind stack isn't finished yet.

Andrew Bartlett

-- 
Andrew Bartlett
http://samba.org/~abartlet/
Authentication Developer, Samba Team   http://samba.org
Samba Developer, Red Hat Inc.


signature.asc
Description: This is a digitally signed message part
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

[Samba] Hello I need help with samba4

2009-02-02 Thread gerardobh
I've tried samba4 alpha6 and alpha7 and it works great. The host where
it's installed, along with the attr package, doesn't require users or
groups to be mapped. I could even redirect the My documents,
Application Data and Desktop Folder with group policies to
\\nameserver\home\%USERNAME%

The problem arises when I want to use the same database to authenticate
users on other servers such as postfix, I would have to map users and
groups to theirs uid and gid using winbind or libnss

Samba4's wbinfo works great, it maps users and groups. But when, on that
host, I switch nsswitch.conf to use winbind the getent passwd
doesn't work. And using libnss is even worse.

-- 
Este mensaje ha sido analizado por MailScanner
en busca de virus y otros contenidos peligrosos,
y se considera que está limpio.
Departamento de Redes y Servicios Telemáticos.
Escuela Internacional de Educación Física y Deportes.
Para más información llamar al 861212 ext: 295

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


[Samba] Hello I need help with samba4

2009-01-26 Thread gerardobh
Hello I need help with samba4
I need to taste like mapear users of samba4 for a mail server Postfix
Thanks

Note : I speak Spanish, my English he is bad, please I apologize to  them.

Gerardo of Cuba

-- 
Este mensaje ha sido analizado por MailScanner
en busca de virus y otros contenidos peligrosos,
y se considera que está limpio.
Departamento de Redes y Servicios Telemáticos.
Escuela Internacional de Educación Física y Deportes.
Para más información llamar al 861212 ext: 295

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


Re: [Samba] Hello I need help with samba4

2009-01-26 Thread gerardobh
Que gran ignorancia! mil disculpas.

Bien. ya he probado samba4 en sus versiones alpha, la 6 y 7.
Funciona perfectamente como tal, el host donde está instalado no necesita
que se mapeen los usuarios ni los grupos ok, con el paquete attr se
resuelve ese problema ok. Y puede redirigir las carpetas Mis documentos,
Datos de Programa, Escritorio como política de grupo dentro de:
\\nameserver\home\%USERNAME% y no vas a tener ningún problema con los
permisos de acceso ni con la seguridad.

El problema está en que si quieres usar esa misma base de datos para
autentificar usuarios en servidores de correos como postfix, tendrias
que mapear estos con uid y gid con winbind o libnss.
El wbinfo de samba4 funciona perfecto, mapea los usuarios y los grupos.
Pero en ese host configurando nsswitch.conf con winbind el comando
'getent passwd' no funciona
y por la vía libnss peor.
No se si me hago entender ahora en español

Gracias por responder
Gerardo

Con fecha 26/1/2009, David Wells d.we...@vitalcan.com.ar escribió:

Gerardo.

Lamento no poder ayudarte con tu pregunta ya que no he utilizado
samba4 aun. Sin embargo, ya que no se entiende tu pregunta en ingles me
ofrezco a traducir tu pregunta al ingles si la envias nuevamente en español.

Saludos, David Wells.


gerard...@eiefd.co.cu wrote:
 Hello I need help with samba4
 I need to taste like mapear users of samba4 for a mail server Postfix
 Thanks

 Note : I speak Spanish, my English he is bad, please I apologize to  them.

 Gerardo of Cuba



--
Este mensaje ha sido analizado por MailScanner
en busca de virus y otros contenidos peligrosos,
y se considera que está limpio.
Departamento de Redes y Servicios Telemáticos.
Escuela Internacional de Educación Física y Deportes.
Para más información llamar al 861212 ext: 295


-- 
Este mensaje ha sido analizado por MailScanner
en busca de virus y otros contenidos peligrosos,
y se considera que está limpio.
Departamento de Redes y Servicios Telemáticos.
Escuela Internacional de Educación Física y Deportes.
Para más información llamar al 861212 ext: 295

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


Re: [Samba] hello and question on Mac OS X Server use of Samba

2006-09-27 Thread James Peach

On 25/09/06, Jaime Magiera [EMAIL PROTECTED] wrote:

Hi,

I'm new to the list (and samba). It's a great technology and I look
forward to learning more about it.

I have an OS X Server that utilizes the built-in Samba to allow for
Windows client connectivity. The OSXS gets the majority of its users
from an LDAP server elsewhere on the campus.

On OSXS, it's expected that the Windows users will be local or that
the server will be a KDC or that the server will be bound to an AD.
Regrettably, my server is not bound not an AD, nor is it a Kerberos
KDC for the University and the users are not local but from the
campus-wide LDAP server.

The only option I can think of for Windows clients to use Samba is to
re-kerberize the Samba service itself to the University KDC. I can
get the keytabs. However, I've been told by folks on other lists that
there on some tweaks on OSXS that make Samba configuration a little
different.


You can definitely configure Samba to talk to the campus-wide LDAP
server to resolve user names. Check the official howto and the by
example books on samba.org.


Does anyone here have experience (re)kerberizing Samba on an OSX
Server? Or any suggestions how I could solve this conundrum I'm in?
Or, if I'm misunderstanding something about how Samba works?


AFAIK, windows clients will only do Kerberos authentication to AD
member servers.

--
James Peach | [EMAIL PROTECTED]
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] hello and question on Mac OS X Server use of Samba

2006-09-25 Thread Jaime Magiera

Hi,

I'm new to the list (and samba). It's a great technology and I look  
forward to learning more about it.


I have an OS X Server that utilizes the built-in Samba to allow for  
Windows client connectivity. The OSXS gets the majority of its users  
from an LDAP server elsewhere on the campus.


On OSXS, it's expected that the Windows users will be local or that  
the server will be a KDC or that the server will be bound to an AD.  
Regrettably, my server is not bound not an AD, nor is it a Kerberos  
KDC for the University and the users are not local but from the  
campus-wide LDAP server.


The only option I can think of for Windows clients to use Samba is to  
re-kerberize the Samba service itself to the University KDC. I can  
get the keytabs. However, I've been told by folks on other lists that  
there on some tweaks on OSXS that make Samba configuration a little  
different.


Does anyone here have experience (re)kerberizing Samba on an OSX  
Server? Or any suggestions how I could solve this conundrum I'm in?  
Or, if I'm misunderstanding something about how Samba works?


any help greatly appreciated,

Jaime

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


[Samba] Hello.

2005-08-14 Thread my win
Hello
I am working in learn and research for Linux at present, but to meet with 
difficulties.
I know needed act help to you.
Present I use version Linux 7.3 (Valhalla) and run on virtual machine.
I very want configuration Samba Server perfect, But to meet with difficulties 
in part configuration in field “hosts allow” and “hosts deny” while I setup 
field “hosts allow: 172.168.1.1 127.0.0.1 “. 
Note: 172.168.1.1 is IP of Windows to allow.
While there to come in directory Share of Samba Server exceed easy.
But I want configuration in Samba Server while in field “host allow” setup lie 
in subclass IP “A, B, C, D”, however any Computers setup IP lie in subclass 
IP”A, B, C, D”, all everybody computers to come in directory share of Samba 
Server, Auto log to join Samba Server.
Very hope you guide to configuration Samba Server perfect.
Thank you, very much.
While there can send article to come in email of me:[EMAIL PROTECTED]
I am Vietnamese.
I write English very bad, if you please do not smile of me. Thanks
Nice to meet you 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] HELLO

2005-04-28 Thread obrien
The message cannot be represented in 7-bit ASCII encoding and has been sent as 
a binary attachment.

  Virus Warning Message 
The virus W32/[EMAIL PROTECTED] was detected in the attachment document.pif. 
The attached File document.pif has
been removed. For questions please contact the Helpdesk.

Er is een virus W32/[EMAIL PROTECTED] gevonden in de attachement/bijlage 
document.pif. De document.pif is verwijderd.
Voor meer informatie raadpleeg de speciale FAQ onder Customer Services - 
Helpdesk op www.upc.nl.

Un virus W32/[EMAIL PROTECTED] a été détecté dans le fichier inclus 
document.pif.  Le fichier document.pif est
enlevé. Pour toutes questions cliquez sur le lien ci-dessous.

Er is een virus W32/[EMAIL PROTECTED] gevonden in de bijlage document.pif. De 
bijlage document.pif is verwijderd.
Voor vragen kunt u klikken op de link hieronder.

Et virus W32/[EMAIL PROTECTED] har blitt oppdaget i et vedlegg. Vedlegget 
document.pif har blitt fjernet. Har du
spørsmål ber vi deg klikke på linken under. 

Ett virus W32/[EMAIL PROTECTED] hittades i den bifogade filen document.pif. 
Filen document.pif har förstörts. För
mer information klicka på nedanstående länk.

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

[Samba] hello

2004-05-06 Thread valluri srirambabu
___
Mailman mailing list
[EMAIL PROTECTED]
http://lists.samba.org/mailman/listinfo/mailman
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] hello

2004-02-25 Thread dan
yes, really?
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] hello

2004-02-20 Thread wojtek . konecki

English:
*** eSafe detected hostile content in this email and removed it. ***

Svenska:
*** eSafe fann skadligt innehåll i detta meddelande som har tagits bort. ***
 [EMAIL PROTECTED]
/mail2.zip/mail2.doc.pif   Infected with Win32.Nodoom.a (Non-Removable), Blocked 
from the chatter
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] hello

2004-02-18 Thread pkt . delta . spurplan
take it easy
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Hello

2004-02-03 Thread specialoffers
Warning: This message has had one or more attachments removed
Warning: (file.scr).
Warning: Please read the VirusWarning.txt attachment(s) for more information.



This is a message from the E-Mail Virus Protection Service
--
The original e-mail attachment file.scr
was believed to be infected by a virus and has been replaced by this warning
message.

At Wed Feb  4 10:07:20 2004 the virus scanner said:
   F-Prot: file.scr  Infection: W32/[EMAIL PROTECTED]
   MailScanner: Windows Screensavers are often used to hide viruses (file.scr)

Note: info.midascomm.com in /var/spool/MailScanner/quarantine/20040204 (message 
i144bFuA015949).

--
Ranjit [EMAIL PROTECTED]
Network Administration Group
Midas Communication Technologies (P) Ltd.
--

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

[Samba] Hello I'm a spanish new user. HELP FOR IRIX

2003-11-14 Thread Ferretero Herraduras Clavo
Hello,
I'm writting to this mail-list because i've not found an IRIX mail-list.
I had installed samba65.2.2.8.tardist pakage in a old O2 (made by SGI). 
I'want use samba to interchange files between my PC with MsWinXPHome and the O2 with 
IRIX 6.5.13m.
I've been reading the samba-HOWTO-collection.pdf file. In chapter 4, Hosting a 
Microsoft Distributes File System tree on Samba, where I've 
found the information more interesting for do this.
But not work.
Someone can help me?
 
Ferretero
 
You can write me in spanish if you want


-

    Antivirus • Filtros antispam • 6 MB gratis
    ¿Todavía no tienes un correo inteligente?
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Hello samba !°®ÇéÔ¿³×£¬°ïÄã½â¾ö°®ÇéÎÊÌ⣬½ÌÄã×·Å®º¢·½·¨¡«

2003-09-07 Thread lovekey.org
Dear samba ,




 !









 

  http://lovekey.org
http://lovekey.yeah.net





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


[Samba] Hello samba !°®ÇéÔ¿³×£¬°ïÄã½â¾ö°®ÇéÎÊÌ⣬½ÌÄã×·Å®º¢·½·¨¡«

2003-09-07 Thread lovekey.org
Dear samba ,




 !









 

  http://lovekey.org
http://lovekey.yeah.net





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


[Samba] hello

2003-09-03 Thread mark f
i was wondering wether u have a simple to follow
instalation guide for samba / solaris 
 
I find the documentation difficult to follow ..
ie make  make install ?? make installbin 
 
what should you do all  why isnt things like
this made clear we are not all Dr of computers ...
 
Its it thus possible to have a simple flowchart with 
relavent commands required ???
 
//With thanks ..


-
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] hello

2003-09-03 Thread Raj Saxena
Mark,
 Here is a document for getting started it is not pefect but if you want
your *unix's to act as a Windows NT 4 server this is a good doc.

http://networking.earthweb.com/netos/article.php/1144701

One mistake I found on this is that you have to create your root accout, it
forgets to tell you that.

This document also creates roaming profiles, if you don't want them then use
the proper commands to shut them off.

Raj  :wq!

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
mark f
Sent: Wednesday, September 03, 2003 6:42 AM
To: [EMAIL PROTECTED]
Subject: [Samba] hello


i was wondering wether u have a simple to follow
instalation guide for samba / solaris 

I find the documentation difficult to follow ..
ie make  make install ?? make installbin 

what should you do all  why isnt things like
this made clear we are not all Dr of computers ...

Its it thus possible to have a simple flowchart with
relavent commands required ???

//With thanks ..


-
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.512 / Virus Database: 309 - Release Date: 8/19/2003

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.512 / Virus Database: 309 - Release Date: 8/19/2003

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


[Samba] hello, is anyone there?

2003-08-14 Thread Grant, Mark

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


[Samba] Hello.

2003-06-03 Thread Mr vangalizu
Attention:PRESIDENT-CEO.

I am Mr. VANGALIZU DAVIK, Solicitor and Notary public,
The Personal Attorney to Mr Allan EDWARDS
the president of DIAMOND SAFARIES CO.GHANA,(a mining consultant company)who is a 
National of the UNITED STATES OF AMERICA.

On the 21st of April 2000, my client,his wife and
their only son were involved in a car accident along
ACCRA/KUMASI Express Road.Unfortunately, they all lost
their lives in the event of the accident, Since then I
have made several enquiries to locate any of my
clients extended relatives and this has also proved
unsuccessful.

After these several unsuccessful attempts, I decided
to trace his relatives over the Internet, to locate
any member of his family but of no avail, hence I
contacted you.

I contacted you to assist in repartrating the money
left behind by my client before the finance  Security
company confiscated or declared it unserviceable by
the management authority of the company where this
huge deposits were lodged. Particularly, the valuable
of 28.3 million dollars.

Conseqently,the finance  security company issued me a
notice to provide  the next of kin or have the
deposits confiscated within a short time. Since I have
been unsuccesfull in locating the relatives for over
some years now, I seek your consent to present you as
the next of kin of the deceased, so that the proceeds of this deposit
valued at 28.3 million US dollars can be released to
you for both of us to share the money; 75% to me and
20% to you,while 5% should be for expenses or tax as
your government may require. I have all necessary
legal documents that can be used`to backup the claim.

All I require is your honest cooperation to enable us
see this deal through. I guarantee that this will be
executed under a legitimate arrangement that
will protect you from any breach of the law.Please get
in touch with me through my email to enable us discuss
further.

Best regards,

Mr.VANGALIZU DAVIK.

NB:EMAIL ADDRESS:[EMAIL PROTECTED]
NB:PHONE:233-24-574527.






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


[Samba] Hello friend

2003-02-03 Thread Aroujo Tao Saimbi
Good day,

I have to first of all apologise for taking you
unawares by
the contents of this message.  I had to send the
message
straightaway because of the short time involved in
what
I demand of you.  Please treat this message with
utmost
seriousness and swiftness.

Apart from the fact that you will be adequately
rewarded,
I will forever show my gratitude.

I am Mr. Aroujo Tao Savimbi, son of the late Angolan
Leader
Jonas Savimbi who was killed last year.  I got your
contact
details from the internet because I really have no
time and
I needed an anonymous person abroad whom I hope I can
trust.
I pray I am not making wrong judgement by coming to
you.

Jonas Savimbi deposited a large sum of money with a
security
vault in Europe that is my late fathe. The movement of
members
of his family (including me) is restricted.  Our
movement are
monitored but I have managed to enter South Africa
where I
intend to lie very low until I complete this
transaction with
you.  Other members of my family and I do not have
access to
any of these deposits with banks in Angola and Europe
so you
can see how desperately we need your assistance.

Both government officials and fraudulent relatives are
trying
to get their hands on my father’s wealth by claiming
that the
wealth was gotten through arms smuggling and illegal
sale of
diamonds.

You can find out more about my late father by checking
this
profile at URL below:
www.kwacha.com/edoc2.htm

His wealth is estimated to be over US$1billion and my
mother,
being the only one with some of the documents has
aided me to
sneak into South Africa refugee Camp and conclude this

transaction with any one I choose.

I have spoken with the security company and the
operations
manager has agreed to release the two trunk boxes in
their
possession to whomever’s name I issue a power of
attorney
as the new beneficiary of the deposit. This security
company
has US$50,000,000.00 each and precious materials which
my
father lodged in their safe keep in Europe before his
death
so I will give you their contact and relevant
documents
including power of attorney to allow you access to the

two trunk boxes of money.

The whole idea is for you to receive this money
physically,
set up bank accounts in Europe and transfer in bits
into
your home bank accounts before my government even
knows
what is happening.  My father was a rebel leader in
Angola
before his death.  You must follow my instructions as
stated
above the transfer of the funds because it will be
difficult
for the Angolan government to trace my father’s money
to an
individuals account moreso, when you have no prior
relationship
with us.

I am currently and temporarily living in South Africa
refugee
camp and I will be communicating with you on a
satellite phone
and GSM to avoid intervention by the authorities.

We have to keep this transaction very secret because
of the
political situation in Angola at the moment.  I shall
send
you a password and information that will include power
of
attorney and the contact of the security company as
soon as
you are ready to proceed.

Could you please send your full names, address,
confidential
telephone and fax number to enable me issue a power of
attorney
to you and refer you to the security company in
Amsterdam for
immediate payment.

Please reply to my confidential e-mail
[EMAIL PROTECTED]

Yours sincerely,

Aroujo Tao Saimbi


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



[Samba] hello

2003-01-04 Thread holly
hi,happy new year

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



[Samba] hello

2003-01-03 Thread holly
hi,happy new year

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



[Samba] hello

2003-01-02 Thread holly
hi,happy new year

holly

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



[Samba] hello

2002-11-18 Thread Wilson A. Galafassi Jr.
I have a problem with winbind... I suceffuly join in a domain with -u
but if I try only -j I receive a error message. What?

Thanks
Wilson



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



Re: [Samba] hello

2002-11-18 Thread Daniel Wittenberg
What's the entire command you are using?

Dan

On Mon, 2002-11-18 at 12:09, Wilson A. Galafassi Jr. wrote:
 I have a problem with winbind... I suceffuly join in a domain with -u
 but if I try only -j I receive a error message. What?
 
 Thanks
 Wilson


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



[Samba] Hello Samba

2002-10-29 Thread sirioit
Hi Samba
good morning from Italy

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