Displaying 20 results from an estimated 1000 matches similar to: "Windows notification"
2003 May 23
3
Roaming Profile not found - replacement PDC
Howdy everyone:
Here's an interesting one:
I have joined a machine to the domain, and I log on. Then, I get a
message to the effect that the user's roaming profile couldn't be
[loaded or found?], and a local profile will be used instead (and
actually this also fails, but is not the point of my question... I don't
think).
Background
==========
I took my previous PDC, and
2003 May 16
3
Samba PDC + LDAP
Hello All,
I am trying to setup Samba PDC with LDAP.
I installed samba-2.2.8a and openldap-2.1.19. I am using smbldap-tool that bundles with samba-2.2.8a source, for adding user, group and computer name.
I was able to add username in ldap using smbldap-useradd.pl, but i find problem in adding machine name.
When i try to add machine name i got following error
./smbldap-useradd.pl -w test$
2003 Jan 09
0
RE: [Private] RH8 and Samba 3
Gordon,
I did as you suggested, and that seems to have fixed it. Thanks for the
suggestion However, this is contrary to the given docs on how to use CUPS
with Samba, is it not?
Darin Bawden
-----Original Message-----
From: Gordon Pritchard [mailto:gordonp@sfu.ca]
Sent: Wednesday, January 08, 2003 11:38 AM
To: Darin Bawden
Subject: Re: [Private] RH8 and Samba 3
On Wed, 2003-01-08 at 09:06,
2002 Sep 23
6
DNS server and printing.
Good afternoon,
This is my first post, so please be gentle ;)
Anyway, here's my question....I've recently put together a Linux Server for
our company, replacing an old Novel server. I have the box set up with
Samba, as a PDC on our network. So far, just about everything is working
correctly.
One issue I'm coming up against, though, is printing from DOS. I
have Samba
2003 Mar 06
1
POSIX ACL to NT ACL bugs in get_nt_acl()
Hello , the described bellow happens both in samba 2.2.7a and 3.0-alfa22.
First bug:
As it is easy to check smbd , when asked about ACL entry of a file
never sends to the client OS DENY Access Control Entries , only ALLOW.
so for example for a XFS file with acl:
# owner: a
user::r--
group::rwx
other::rwx
Win2K security tab shows for user "a":
Read & exec =
2003 Jan 10
2
The use of Samba
Now that I have Samba all set up and working well with all the machines I have
- some linux, some Win98, some WinXP , what more can I do with Samba than
just allow access to each of these machines.
Right now I can sit at any machine and access any others. I can move files
around I can play music files from any machine and I can print on any Printer
that is in the network.
What more can I
2003 May 13
1
3.0alpha23 not authenticating with LDAP (RedHat 9) - Help needed!
Hi!
I am trying to migrate to a new server, with a shiny-new installation
of RedHat 9. I have downloaded the 3.0alpha23 rpm intended for RedHat
8.0...
I am also using the stock RedHat 9 version of OpenLDAP. By itself,
LDAP is working fine: this is how I log onto my Linux boxes. I am
including one sample user (me) below, which I extracted using
"ldapsearch -x".
Great - this is
2003 Jan 13
3
auto start
Hi,
I'm fairly new to both linux and samba.
I'm running RH8 with Samba 2.2.7a.
Samba's installed and is basically working, but can anyone tell me how I
can get samba to start when linux boots up?
I'm currently having to start it by running the following commands;
./usr/local/samba/sbin/smbd -D
./usr/local/samba/sbin/nmbd -D
I've got the Using samba book from o'reilly, but
2003 Jan 30
1
Use client driver
Good day everyone,
Just a quick question. When using Samba 2.2.7a and Cups 1.17 or 1.18, is it
good or bad to use "Use client driver" as a share setting on the Printers
share? I used it with LPD, but I'm not real sure it's necessary with cups.
Thanks in advance
Darin Bawden
TeamDME! Technical Support
(615) 333-1900
dbawden@teamdme.com
2003 May 23
1
LDAP & Kerberos
Xcuse me for stupid questions... but why almost all of U are usiing
samba+ldap+kerberos, is it better than default authentication method?
And could anyone assist me in tunning this mad thing up? I don't ever
now what they (LDAP and Krb) are used for. Maybe U would be so kind to
give me some advices considering this topic or some url's where i can
find same topics disscussions. Thanks for
2003 May 27
1
Irix 6.5 and Winbind 2.2.8a
Can anyone point me to some documentation on setting up Irix to authenticate against an NT domain with winbind? I've got winbind setup so that wbinfo -u will return the domain users, however Irix does not use pam. Any way around this?
Thanks
2003 Jan 10
1
Samba/CUPS printing again
Hello...again...Y'all are getting sick of me, aren't ya? ;)
Anyway, I am having quite the dilemna about printing. I'm using samba
2.2.7a aong with cups-1.1.5. I know this is an old version of cups, but
this is a production server and I don't want to fool with it yet. Anyway,
we have 2 printers: HP laser Jet 4 Plus and an Office Jet R80. each are
running off a jet direct. One
2003 Jun 09
3
Samba3.0beta1 as PDC with LDAP
I finally got Samba-3.0beta1 as PDC with LDAP backend.
However, I need to specify:
passdb backend = ldapsam smbpasswd:smbpasswd guest
and have the root account's exists in smbpasswd file.
I still could not get a uid=root entry in LDAP to
allow client workstation to join the domain.
When in samba-2.2.8a I could use a fake rid=506 with
uidNumber=0 entry in LDAP (as a SambaAccount) and it
2002 Nov 06
1
PDC and logon script - try 2
Hi everyone,
I have a question about the logon script command. I've read and read and
read the man page for smb.conf. In essence, I've duplicated the settings on
the PDC how-to document to create a PDC with a logon script. However, when
I log in, the scrips doesn't run. The only thing I don't have enabled, like
the how-to, is roaming profiles. I'll include my smb.conf for
2003 Jan 14
2
import_smbpasswd.pl for samba + LDAP
Hello All!
I am trying to follow the instructions to store Samba's Uer/Machine
Account information in an LDAP Directory (Samba-LDAP-HOWTO.html). Is there
anyone knowing how to run this Perl script: "import_smbpasswd.pl" in
examples/LDAP directory? I don't know Perl. :(
In addition, is there more information/tutorial of LDAP available on line?
Thank you very much.
2003 Jan 24
1
conenction refused
Hi, i always get error conenction refused when i try to start swat with
redhat 8.0
i did all teh change in the servie file and xindet.d
any guess
thanks
2003 Jun 15
1
Samba on A SGI Indy Cyclone IRIX system???
Hi there:
We have recently inherited a circa 1996 SGI Indy Colorbus Cyclone running on
Irix.
Our intention is to use this unit to drive our Canon CLC900 Scanner Copier
and make it accessible to our Windows Network.
At the moment, our Windows Network does not "see" the Cyclone & vice versa.
I have read that installing some kind of Windows Samba client onto our
windows
2002 Nov 18
0
Samba printing and CUPS
Well, I have a strange one again. Using samba version 2.2.5 and cups
version 1.1.15. We have 2 printers over the network, both TCP/IP-based
Jetdirect printers. on is on x.x.x.32, the other on x.x.x.38. I can print
to the laserjet on IP 32 all day long. However, both on Windows clients,
print jobs are not even seen in the que (either windows print que or CUPS
web interface). When I try to
2000 Oct 09
2
cups printing
I have searched around the samba documentation, including the smb.conf man
page, and have found nothing regarding the cups printing system except
change printcap to cups. Now, I have done that, but printing still does
not work. I need some types of details and a sample smb.conf and/or any
other relevant documentation.
Thanks much,
George D. Plymale
2002 Nov 03
0
PDC and logon script
Hi everyone,
I have a question about the logon script command. I've read and read and
read the man page for smb.conf. In essence, I've duplicated the settings on
the PDC how-to document to create a PDC with a logon script. However, when
I log in, the scrips doesn't run. The only thing I don't have enabled, like
the how-to, is roaming profiles. I'll include my smb.conf for