Displaying 20 results from an estimated 1900 matches similar to: ""Unable to display security information""
2003 Jul 28
3
Problem with rpcclient command
Hi,
I am trying to query a W2K PDC for info on a print driver by issuing the
following command:
rpcclient -Uxxx%yyy -d 3 -c 'getdriver "HP LaserJet 8000 Series PS"' abert
The response I get is:
Initialising global parameters
params.c:pm_process() - Processing configuration file "/etc/samba/smb.conf"
Processing section "[global]"
added interface
2002 Oct 07
9
GetPrinter Level 2 does not get devmode
Hi all,
I have uploaded the printer drivers succesfully on RedHat Linux/ Samba
2.2.4 server. I can download and print without any problems. But when I do
Windows API call GetPrinter with PRINTER_INFO_2, the devmode in
printer_info is always null. My code looks like
HANDLE hPrinter=NULL;
PRINTER_DEFAULTS pDefaults;
pDefaults.DesiredAccess = PRINTER_ACCESS_USE;
2003 Jan 31
5
Using working devmode from windows clients on samba server?
Samba 2.2.7a (built from samba RPM's) with LPRng print subsystem.
I've been having troubles with some print drivers which fail to work
properly when uploaded to the samba server whether devmode gets left as
null or a default devmode is used. Some drivers do not leave you in a
position where you can "tickle" the driver to generate a devmode with
page orientation etc before
2010 Apr 01
4
Printer Admin Difficulties
I have been trying to setup a new print server on Fedora 12 based around
samba-3.4.7-58.fc12.x86_64 and cups-1.4.2-28.fc12.x86_64. All looks
good except for the ability for printer administrators to manage
printers. Whether I specify users in a system group using the
deprecated printer admin option, or specifically using net rpc rights
and the SePrinterOperatorPrivilege, it does not matter.
2023 Jun 28
2
PAM Offline Authentication in Ubuntu 22.04
Mandi! Rowland Penny via samba
In chel di` si favelave...
> I didn't try turning the last one off, but at least you are getting
> somewhere :-)
With very little steps... ;-)
> When you say 'back to login screen', do you mean that you cannot just
> click the screen, enter your password and close the screensaver ? From
> what you posted, it sounds like you are
2019 Jan 21
3
samba group root:"domain users" not found
getent group ROBINOOD\\'Domain Users'
ROBINOOD\domain users:x:10513:
but if i insert winbind use default domain = yes in my smb.con and i
tent ssh puma(local account) witch relatived password the system waits
without getting the command prompt
Il 21/01/2019 11:07, Rowland Penny via samba ha scritto:
> On Mon, 21 Jan 2019 10:37:32 +0100getent group ROBINOOD\\'Domain Users'
2011 May 03
1
Could not evaluate: Cannot write SSH authorized keys without user
I just installed puppet on an ubuntu natty narwhal desktop and I''m
getting the following error on one of my puppet classes:
notice: //myclass/Ssh_authorized_key[adminuser]/ensure: created
err: //myclass/Ssh_authorized_key[adminuser]: Could not evaluate:
Cannot write SSH authorized keys without user
ssh_authorized_key { "adminuser":
ensure => present,
2024 Jan 08
2
winbind offline logon
On Sun, 7 Jan 2024 15:00:27 +0100
Marco Gaiarin via samba <samba at lists.samba.org> wrote:
> Mandi! bd730c5053df9efb via samba
> In chel di` si favelave...
>
> > idmap config smadom:schema_mode = rfc2307
>
> Sorry but is a bug of RFC2307:
>
> https://bugzilla.samba.org/show_bug.cgi?id=15405
>
Sorry, but allowing for bug 14618, it works for
2024 Jan 10
1
winbind offline logon
Hi all!
On Monday, January 8th, 2024 at 08:23, Rowland Penny via samba <samba at lists.samba.org> wrote:
> On Sun, 7 Jan 2024 15:00:27 +0100
> Marco Gaiarin via samba samba at lists.samba.org wrote:
>
> > Mandi! bd730c5053df9efb via samba
> > In chel di` si favelave...
> >
> > > idmap config smadom:schema_mode = rfc2307
> >
> > Sorry but
2020 Jul 09
4
AD Users on Linux Laptop
Hai Rowland,
Maybe i didnt understand your reply that well, but why would you change it.
All (linux) users have minimum_uid=1000 and start at 1000.
All (windows) users (samba) are above minimum_uid=1000
So in my optinion, you should not be needed to change this.
Unless your users start below 1000.
Also cat /etc/adduser.conf shows ( For Debian/Buster )
# FIRST_[GU]ID to LAST_[GU]ID
2024 Apr 18
1
Samba-tool gpo manage - The authenticated user does not have sufficient privileges
On 4/18/24 8:07 AM, Rowland Penny via samba wrote:
> OK, After reading the commands help, I created a simple script and ran
> the command like this:
>
> adminuser at tmpdc1:~ $ sudo samba-tool gpo manage scripts startup add {31B2F340-016D-11D2-945F-00C04FB984F9} test_script.sh -Uadministrator
There is no reason to run this command as root. It operates via SMB, not
on local files.
>
2006 Oct 26
3
Resources...
Hi,
I''d like to be able to create certain admin users on certain
machines, and when I saw the new Resources feature, I thought I could
use that. But I can''t get it to work. This is what it looks like:
<snip>
class admin {
define adminuser {
@user { $name:
ensure => present,
group => adm
}
file { "/home/$name":
ensure =>
2006 Nov 22
1
Strange behavior when join a domain
Samba 3.0.23c, FreeBSD 6.1-RELEASE, Windows domain on W2K Advanced Server.
When I have tried to join a domain I had have cought with a very strange
occassion:
# net ads join -U adminuser -w ASKD
Failed to set servicePrincipalNames. Please ensure that
the DNS domain of this server matches the AD domain,
Or rejoin with using Domain Admin credentials.
Using short domain name -- ASKD
Disabled
2023 Jan 12
1
problems with sysvol after fsmo transfer
On 12/01/2023 10:53, Thorsten Marquardt via samba wrote:
> Thank you so far. But unfortunately I could not fix the problems. So I
> decided to start over again at a situation where all the fsmo roles
> resides on the old controller.
>
> Here is a transcript of what I did and the errors reported:
>
> The inititial position
>
> srv-kb-dc1:~ # samba-tool fsmo show
>
2024 Apr 18
2
Samba-tool gpo manage - The authenticated user does not have sufficient privileges
On 4/18/24 10:22 AM, Rowland Penny via samba wrote:
> I used sudo because when I first ran it without sudo, I got this:
>
> adminuser at tmpdc1:~ $ samba-tool gpo manage scripts startup add {31B2F340-016D-11D2-945F-00C04FB984F9} test_script.sh
> ERROR: Error connecting to 'rpidc2.samdom.example.com' using SMB
Well that's odd. That shouldn't be necessary.
> I then ran
2023 Aug 02
1
Joining a new Samba AD DC
On 01/08/2023 22:40, Mark Foley via samba wrote:
> Is not being able to run 'host -t A' a show stopper here? The wiki 'host -t CNAME'
> gave, as expected:
>
> # host -t CNAME 0d2a3ba9-4ade-45de-85c7-321ba69caee0._msdcs.hprs.local.
> Host 0d2a3ba9-4ade-45de-85c7-321ba69caee0._msdcs.hprs.local. not found: 3(NXDOMAIN)
>
> and when trying to add with
2024 Nov 14
3
Very strange: Samba is unable to access one of its own files
On Thu, 14 Nov 2024 11:17:11 -0500
"John R. Graham via samba" <samba at lists.samba.org> wrote:
> On 11/14/24 10:48, Rowland Penny via samba wrote:
> > The only things that a Samba AD DC pulls from AD is the uidNumber
> > and gidNumber attributes (if they are set) and only then if
> > 'idmap_ldb:use rfc2307 = yes' is set in the DCs smb.conf.
> >
2008 Feb 21
1
GDI Printer problem
Hi,
we have a new printer here (OKI C5650). It's a GDI printer
attached to our cups server. I installed the windows driver
as root on the print share without any problems.
However it's not working. When a user maps the printer
only a message appears "printing not possible".
So I looked at the printserver and compared everything with
a local printer on my XP notebook and found
2023 May 14
1
samba users at boot, the same local and samba user bug has gone
On 14/05/2023 20:32, Kees van Vloten via samba wrote:
> The uid + gid are the unique identifier of a user in Linux, the name is
> only relevant for the translation of number (uid) to name.
>
> I.e. a local-user == domain-user when uid + gid are identical.
>
> My nsswitch.conf prefers local-users over domain-users:
>
> passwd:???????? files systemd winbind
>
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
On Thu, 25 Jan 2024 20:54:07 +0800
hhyy ww via samba <samba at lists.samba.org> wrote:
> Rowland Penny via samba <samba at lists.samba.org> ? 2024?1?25? ??
> ??6:42???
>
> > On Thu, 25 Jan 2024 18:27:48 +0800
> > hhyy ww via samba <samba at lists.samba.org> wrote:
> >
> > > Hi list,
> > >
> > > My case :
> > > Local