similar to: Cannot print to cups 1.14 from Windows 2000 SP2 using samba 2.2.3a

Displaying 20 results from an estimated 1000 matches similar to: "Cannot print to cups 1.14 from Windows 2000 SP2 using samba 2.2.3a"

2002 May 12
1
PDC login problem solved
Hi. I've now "solved" the problem. If you remember, I was unable to login from Windows 2000 to a Samba PDC. To "solve" the problem, I changed the computer name in Windows 2000 and then created a new machine account. First, it was "VIRTUAL-TEICH", and now it is "vm-teich". However, this time I created the machine account in samba in all lower case
2003 Feb 13
2
How to join a linux machine to a "pure" Active DirectoryDomain using Samba 3.0alpha21?
net ads join will add your samba box to the windows 2000 domain, and the domain does not have to support mixed mode. You will need to have kerberos setup and tested on your system (linux). Do you already have this done? Errol ---------- Original Message ---------------------------------- From: Alexander Skwar <lists.ASkwar@email-server.info> Reply-To: Samba Liste
2002 May 07
6
What to do for ACL support?
Hi! I'm trying to setup samba 2.2.4 on MandrakeLinux 8.2. The server should act as a file storage for about 25 Windows 2000 clients. Setting up a "basic" server which just serves the files is easy. However, I'd also like to support NT ACLs on the Samba server. Well, what do I have to do, to get it to work? I'm using the Mandrake RPM for 2.2.4, which has ACL support
2002 May 09
1
Configuring the system to use LDAP
Hi. I'm trying to setup an OpenLDAP server on MandrakeLinux 8.2 for use with Samba. To accomplish this, I'm using the idealx Samba LDAP howto. It says to use "authconfig" to setup the system to use pam_ldap, nss_ldap and nscd. I don't have Red Hat and thus don't have authconfig. Translated to config files, what does authconfig do? Thanks, Alexander Skwar -- How to
2002 May 09
1
Can't add users with smbpasswd to LDAP
Hi! I'm using samba 2.2.4 and OpenLDAP 2.0.21 on MandrakeLinux 8.2. In some howto, I read that I should be able to add users to the LDAP using sambas smbpasswd. However: [root@teich smbldap-tools]# smbpasswd Admin New SMB password: Retype new SMB password: LDAP search "(&(uid=Admin)(objectclass=sambaAccount))" returned 0 entries. Failed to find entry for user Admin. Failed to
2002 May 09
0
Error when running smbldap-passwd.pl from idealx
Hi again! I've installed the smbldap-tools 0.6 package on my system. I've modified /usr/local/sbin/smb*conf.pm and changed the $suffix and $bindpasswd to reflect what I've at the server. I've then added a user to the system with "smbldap-useradd.pl -m user". When I run smbldap-passwd.pl, I get the following error message: [root@teich smbldap-tools]# smbldap-passwd.pl
2002 May 09
1
Error when running smbldap-useradd.pl -a
Hi! I'm following the idealx setup on setting up Samba as a PDC with a LDAP backend. It says, to add a user, one should do: smbldap-useradd.pl -a -m -g 900 administrator This gives me the following error message: ldap_modify: Object class violation additional info: object class 'sambaAccount' requires attribute 'rid' ldif_record() = 65
2002 May 09
1
Logging in to the domain
Hi again! ;) Sorry if I'm being a pest, but I'd really like to be able to have my samba as a PDC. Okay, I've now joined the domain and rebooted. Now I'd like to login to the domain. On the login screen, I've chosen a name which is in the LDAP and thus should be a domain user. I've also selected to login to MDKGROUP (domain name); ie. I changed it from
2002 May 11
1
Does 2.2.4 need hex user and group rid?
Hi. I'm still having problems to login with Windows 2000 SP2 into my Samba PDC. The idealx howto says: "user and group rids must be given in hexadecimal in LDAP", however it also says: "However, the rids were written in decimal in LDAP. So at least 2.2.3-pre, Samba do not read them as hexadecimal anymore.". What's the case for 2.2.4? hex or dec? Alexander Skwar --
2003 Jan 30
0
Compiling 3.0 alpha 21 on HP-UX 11.00
Hi! I'm trying to compile 3.0 alpha 21 on a HP-UX 11.00 machine. make bombs out with the following error message: lib/snprintf.c:790: conflicting types of `snprintf? /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.2/include/stdio.h:493: previous declaration of `snprintf? *** Error exit code 1 I tried to compile it with gcc 3.2, which I got from the HP-UX porting centre. I wanted to use
2003 Feb 06
1
Binary packages for RedHat 8.0 of 3.0?
Hi! The Samba 3.0 roadmap page says, that there should be binary packages of 3.0 alpha 21 available for Red Hat 8.0. The link points to http://download.samba.org/samba/ftp/Binary_Packages/RedHat - however there doesn't seem to be such a directory... Where can I get binary packages for RH 8.0? Thank,s Alexander Skwar -- How to quote: http://learn.to/quote (german) http://quote.6x.to (en)
2003 Feb 13
1
How to join a linux machine to a "pure" Active Directory Domain using Samba 3.0alpha21?
Hello. I've now compiled and installed Samba 3.0 alpha 21 on a Red Hat 8.0 box (since I sadly don't have a current Mandrake box available in our network). Now I'm somewhat lost - what do I have to do, to make the Samba server join the Active Directory (which doesn't support NT 4.0 Domains)? Is "net ads join" the only thing I've got to do? Where do I set which AD
2003 Feb 07
3
Active Directory - Which Samba version is needed?
Hi! I'd like to setup a Samba server which should do user authentication against an Active Directory. Our AD admins told me, that we do not have Window NT 4.0 Domains available. What I'm trying to accomplish, is that the users can login with the same username/password they use with the AD. Also, if the password is changed in the AD, this change should be reflected on the Samba server.
2002 May 14
0
Bugfix for idealx smbldap-tools
Hi. When I tried to setup my LDAP I used the smbldap-tools from idealx. I discovered some errors which made the tools unusable for me. Here's a fix for the bugs I discovered: a) I decided to use a suffix in the LDAP which contains spaces, ie. I used something like "o=My Org,c=DE". Because the suffix wasn't quoted in the various calls in the tools, this didn't work. b) It
2002 May 09
1
Howto join Win2000 to a Samba acting as a PDC?
Hi. As you may have noticed, I'm trying to setup my Samba server so that it is the PDC. I'm reading the howtos on http://www.unav.es/cti/ldap-smb/ldap-smb-2_2-howto.html and http://de.samba.org/samba/docs/Samba-HOWTO-Collection.html#SAMBA-PDC . Besides being a PDC, samba should use LDAP as the backend for storing user stuff. The LDAP contains the user/group accounts as listed in the
2002 Aug 26
1
Win2K: "access denied" from samba printer
Dear list members, we are running samba 2.2.3a-6 with debian woody. Printing from win98, NT4.0 AND two win2k PC works, but with two other win2k PCs printing is not possible: The following german error Message is displayed in the win2k printer configuration: "Zugriff verweigert; kein Verbindung m?glich" The english translation could be something like this: "access denied; no
2002 Aug 27
0
win2k: "printer port is not installed"
Dear list members, we are running samba 2.2.3a-6 with debian woody. Printing from win98, NT4.0 works, but with a win2k PCs printer installation is not possible: The Network Printer Installation in win2k works fine with no errors but when we have a look at the printers Properties / Ports there was no Network Printer added by the installation procedure. The following german error Message is
2002 Nov 23
0
2.2.7 and printer status
Hallo Samba-Team, thank you for 2.2.7. The only problem I found is an old one: status of printers served from samba on Windows 2000 I'll try to explain this so clear as possible: If I have a Windows user "Administrator", which is in Windows administrative group "Administratoren" and this user is on Samba-side *mapped* to "root" --> printer status is *ok*.
2019 Oct 20
0
GPO for Computer/Machine not working
On 20/10/2019 16:52, Martin Tessun via samba wrote: > Hi all, > > I am having the same issue that is described in an older thread here: > https://lists.samba.org/archive/samba/2018-February/213656.html > > The problem I am facing is that the machine accounts are not trusted > in the domain (this is true for all Win 10 Systems). The issue with > the computer is from my
2019 Oct 31
0
GPO for Computer/Machine not working
On 10/20/19 11:52 AM, Martin Tessun via samba wrote: > Hi all, > > I am having the same issue that is described in an older thread here: > https://lists.samba.org/archive/samba/2018-February/213656.html The description of that link, says it is running Samba AD with MIT Kerberos. the MIT backend is experimental and this is one of the problems it has, machine GPOs don't work.