similar to: Sharing printers when "security = user"

Displaying 20 results from an estimated 2000 matches similar to: "Sharing printers when "security = user""

2000 Jul 07
0
Home directory filled with junk
Hello! I'm having a problem, and I haven't got a clue why it has happened. In my homedirectory (as well as everyone elses) empty directories are created with named for example: "arbst-.6Gp7e1" all the dorectories it creates start with "arbst-." and thats also the name all the clients have (arbst-06 for example). Why does it create these directories and how do I make
2023 Jan 17
1
submission_host auth
> Let's say we have dovecot + sieve plugin container. > Dovecot configured to use remote SMTP submission host to send messages: > submission_host = postfix.example.com:587 I reviewed my config to see how i did it. I think you are right and SASL isn't used here. I have dovecot and postfix on the same machine and in dovecot i set submission_host = localhost:25 Then in my
2004 Oct 29
1
Giving column names to a matrix
Heloo, I have the following problem: orig.data <- NULL Inside a loop I have instructions like: orig.data <- rbind(orig.data, ...) After that I do: colnames(orig.data)<-c('Data','InicioViagem', ...) Everything works fine. For example, the first line of the matrix is: > orig.data[1,] Data InicioViagem ... 1 40466 ... The problem is: I
2017 Apr 14
2
Access denied to change share security staff
On Thu, 13 Apr 2017 17:10:16 -0400 Rommel Rodriguez Toirac via samba <samba at lists.samba.org> wrote: > > [root at gtmpve nagios]# net rpc rights list accounts > ATGTM00\Domain Admins > SeDiskOperatorPrivilege > > It look like the Domain admins yes have the > 'SeDiskOperatorPrivilege' privilege. I change the group of the share > with chgrp and try from
2006 Jan 05
3
my serwer hngs :(
Heloo My server hangs up :((machine not only samba) I've upgrated my system. Now it is Gentoo 2005.1 - K 2.6.14 - Samba 3.0.20b Everything works exelent and much more faster now but sometimes it hangs up. The last hang up was when I have loged one user on w98 :( to domain. Only strange thing that I've found in logs are : : [2006/01/05 07:59:13, 0]
2019 Apr 16
4
Samba supported TLS versions
Hi, I have searched and not found waht tls versions are supported with samba 4.4.5 as AD. IS tls 1.2 supported with samba 4.4? If not what version? Thanks
1999 Apr 26
0
deleting print jobs
hi, i've a little problem with deleting print jobs. let me briefly explain. i've several win95/win3.11 machines that print to linux machines running samba (1.9.18 or 1.9.17, it depends). print services are all public, so no password is needed to print. but when someone tries to delete his/her print job, after a pause, the windows machine says that he/she has to contact the administrator or
2010 Jun 17
6
R licensing query
I have recently started a new job at an NHS hospital in Scotland. Since I took up this post 6 months ago I have had an ongoing dispute with the IT secutiry dept. who refuse to install R on my computer. I previously worked in another branch of the NHS where R was widely used and yet there is nothing I can say which will persuade the IT dept here to even visit the website! With some help from our
2007 Aug 06
2
replicate centos installation
Since neither anaconda nor system-config-kickstart can give a list of all packages that has been installed, waht is the recommended way to replicate one system for another new installation (without using hd cloning) ? Is it possible to simply do 'rpm -qa >> my-ks.cfg' ? When running anaconda installer, it gives system selection as well as package grouping (desktop vs server ->
2006 Jun 05
3
output an array
Hi I have an array in a helper method and I want to oupt the contents to the screen, so i can see waht array key''s are avalible How can this be done? -- Posted via http://www.ruby-forum.com/.
2008 Sep 16
1
dundi
I have two Asterisk servers running on the same LAN. One starts fine, but when I start the other I get: pbx_dundi.c:4582 load_module: Unable to bind to 0.0.0.0 port 4520: Address already in use and Asterisk does not start. OK I thought, I'll just change the port in dundi.conf. I changed it to 4521 and indeed it started just fine, until I reboot that is. WHen I reboot, I get the same
2010 Jul 14
2
BLF with Realtime
Hello Asterisk community, I'm trying to use BLF with Asterisk Realtime, i've been searching for some info but nothing seems to be clear, can anyone help me eith some ideas to make this work ok? I'va my dialplan with Realtime Thanks in advance -- Saludos Danny Dias SkypeID: danny.dias1
2002 Nov 26
0
winbind pam.d cofigurations
Hello, I currently have samba configured with winbind so that I can login using NT authentication with my domain controller. Winbind is working perfectly with the domain, I have /etc/pam.d/login configured perfectly and I can login through the console.etc.. However, when I try to use passwd, it doesn't prompt for a new password, it does this: bash-2.05b$ passwd Changing password for
2009 Jan 29
3
32 bit server is ok?
hi i have a 32 bits server asterisk 1.6 will work ok in it? is just for a demo server no more than 4 to 10 calls at the same time. and a tdm board. waht do you think? thanks David -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 May 20
2
comparing a vactor of values in IF statement.
Hi, my vector V<- c(1,0.5,0.06,0.056,0.01,0.04,0.4,0.9,0.82,0.1) if( V > 0.5) { V <- 1 - V } I get a warning saying only the first element will be used in comparing (if V > 0.5). However, my results tell me vis-versa ,it actually compares every element of the vector V with 0.5 and that is waht i want it to do. Using a for loop is expensive and time consuming since my actual
2006 Jul 28
2
Problem with iptables with -j TOS and MARK
Hy, I would want to mark the packets that are entering in a machine, with a mark for using diffserv with DSMARK. My machine has 2 interfaces, a ethernet and a wireless. The ethernet interface is eth1 and the other is wifi0. Firs, I would want to test that I would be able to mark the tos of the paquets that I would be receiving, for this I write in the console of my linux: iptables -A
2017 Apr 13
0
Access denied to change share security staff
El 13 de abril de 2017 15:15:50 GMT-04:00, Rowland Penny <rpenny at samba.org> escribió: >On Thu, 13 Apr 2017 14:18:16 -0400 >Rommel Rodriguez Toirac via samba <samba at lists.samba.org> wrote: > >> >> I can change the permissions of share and I can change and add (or >> remove) the owners of that share using the Share permissions tab, but >> when try
2003 Sep 21
1
problem with auth
I'm new to dovecot (it's a cool piece of software!!!) I'm using Debian woody I'm trying to start the server but then there is this mail Do I have to set an environment variable or waht does this mean. I'm trying to use a pgsql backend for authentification and I have compiled it from source /usr/local/libexec/dovecot/dovecot-auth start dovecot-auth: Fatal: MECHANISMS
2007 Dec 10
2
Viewport and grid.draw
Hi Deepayan and everyone, I need to add a common legend to a group of latice graphs, I have tried different ways using viewport and grid.draw without success. Here is what I have: plot.new() library(grid) library('IDPmisc') print(plot1, split=c(1,1,2,4), more=TRUE) print(plot4, split=c(2,1,2,4), more=TRUE) print(plot2, split=c(1,2,2,4), more=TRUE) print(plot5, split=c(2,2,2,4),
2007 Sep 21
2
Image file or partitions over an iSCSI?
Dear all, I will setup soon an Infortrend iSCSI SAN device with a raid6 volume and a DELL PE1950 (8 VMs) with a Qlogic iSCSI HBA (server to be duplicated at later time for redundancy). My priorities are: 1) VMs on the iSCSI SAN in order to boot them also by another server if the first one fails 2) performances 3) live migration is a non mandatory option (i.e. I can suffer to shutdown