Displaying 8 results from an estimated 8 matches for "warl0ck".
2016 Nov 10
2
Need help with printer drivers
...ter Drivers
path = /var/lib/samba/printers
valid users = work
write list = work
read only = No
printable = Yes
printer name = My Printer
On Thu, Nov 10, 2016 at 5:20 PM, Rowland Penny via samba
<samba at lists.samba.org> wrote:
> On Thu, 10 Nov 2016 13:23:32 +0800
> Aaron Lewis <the.warl0ck.1989 at gmail.com> wrote:
>
>> Thanks Rowland. I've followed the guide on that page, the following
>> page looks good:
>> https://wiki.samba.org/index.php/Configuring_Point%27n%27Print_automatic_printer_driver_deployment
>>
>> However, when I try to add a dri...
2014 Feb 10
3
What magic did openssh do to handle programs like VIM?
Hi,
I'm trying to write my own remote shell program,
It simply connects to a remote server then copy the sock fd to stdin,
stdout and stderr. And it works.
But I found several problems:
1. It doesn't handle characters like ^A ^E or tab (any bash/readline stuff)
-> openssh itself doesn't seem to incorporate readline, so the
magic is not on readline
2. If I run
2016 Nov 11
1
Need help with printer drivers
...windows client is connecting with anonymous,
and there's no much log in /var/log/
Should I dig deeper in samba user authentication?
On Thu, Nov 10, 2016 at 6:56 PM, Rowland Penny via samba
<samba at lists.samba.org> wrote:
> On Thu, 10 Nov 2016 17:44:36 +0800
> Aaron Lewis <the.warl0ck.1989 at gmail.com> wrote:
>
>> This is generated with testparam,
>>
>> # Global parameters
>> [global]
>> server string = %h server (Samba, Ubuntu)
>> server role = standalone server
>> map to guest = Bad User
>> obey pam restrictions = Yes
>...
2016 Nov 10
0
Need help with printer drivers
On Thu, 10 Nov 2016 17:44:36 +0800
Aaron Lewis <the.warl0ck.1989 at gmail.com> wrote:
> This is generated with testparam,
>
> # Global parameters
> [global]
> server string = %h server (Samba, Ubuntu)
> server role = standalone server
> map to guest = Bad User
> obey pam restrictions = Yes
> pam password change = Yes
> pas...
2016 Nov 10
2
Need help with printer drivers
Thanks Rowland. I've followed the guide on that page, the following
page looks good:
https://wiki.samba.org/index.php/Configuring_Point%27n%27Print_automatic_printer_driver_deployment
However, when I try to add a driver with "Print Management" to the
Samba server, I got an access denied error.
Here's how I did it.
------------------------
1. create a user with smbpasswd,
2014 Feb 11
1
[SOLVED] Re: What magic did openssh do to handle programs like VIM?
...mode in my
client program.
VIM runs fine ;-P
Now I only need to pass in the terminal window size and handle several signals
Thanks for the heads up!
On Mon, Feb 10, 2014 at 4:59 PM, Darren Tucker <dtucker at zip.com.au> wrote:
> On Mon, Feb 10, 2014 at 7:39 PM, Aaron Lewis <the.warl0ck.1989 at gmail.com> wrote:
>> I'm trying to write my own remote shell program,
> [...]
>> 2. If I run command like VIM, it doesn't run.
>> And buttons like "<ESC>:q" won't work
>>
>> Can someone enlighten me about what SSH did, so i...
2014 Jan 15
0
Why does restarting sshd require an absolute path?
Hi,
When I start sshd with non-absolute path, it complains:
sshd re-exec requires execution with an absolute path
Is there any security implications?
--
Best Regards,
Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/
Finger Print: 9F67 391B B770 8FF6 99DC D92D 87F6 2602 1371 4D33
2016 Nov 09
2
Need help with printer drivers
Hello, I've posted the question here,
http://unix.stackexchange.com/questions/312654/serving-print-driver-through-samba
In short, I have a printer configuration
```
[myprinter]
comment = Printer Drivers
path = /var/lib/samba/printers
guest ok = Yes
printable = Yes
printer name = My Printer
```
However windows will not find/load the drivers, so what files should I
place