similar to: Password issue

Displaying 20 results from an estimated 20000 matches similar to: "Password issue"

2017 Apr 17
0
doubt
This problem, in the computer park there is a domain controller microsoft without shared printers, I need to use another server with samba shares + cups, but with authentication in the microsoft active directory. I try parameters securty = ads (join machine in domain) and user ( cant read users with nslcd and nsswitch , but only work with ssh and apache. Topology 1 server microsoft windows (
2004 Nov 30
1
Using mimR
Hi, I am trying to use the mimR Package. According to its help pages it needs the RDCOMClient package to run. When I try to evaluate a model I get > m.sat<-mim("..",data=gm.dat) Error in mim.cmd("clear; clear output") : couldn't find function "COMCreate" > m2.sat<-emfit(m.sat) Error in toMIM(mim$data) : Object "m.sat" not found >
2008 Mar 10
0
build.mim() from the minet package
Hi, I am trying to contstruct a mutual informtation matrix using the function build.mim() from the minet package: > build.mim(myData, estimator="empirical") and I have two questions. 1.) The estimator "empirical" computes the entropy of the empirical probability distribution. This probably means it is using this definition of the entropy: H = sum_x sum_y p(x,y)* log(
2017 Apr 17
2
doubt
Hi Luiz... I think you just misunderstood the concept of Samba... You can indeed you samba to make both task... Just join your samba box to AD and be happy. 2017-04-17 13:26 GMT-03:00 Luiz Guilherme Nunes Fernandes via samba < samba at lists.samba.org>: > Well, i need join 1 server Linux in Active Directory, i need too, create > one domain in samba for shared printers with cups.
2006 Aug 18
1
samba install query
I have a problem configuring my install of samba on solaris, version 3.0.22 which was downloaded from the link below. It appears to install correctly when running the 'pkgadd -d <file>' command, but i wish to be able to configure it to use the winbindd daemon (i.e. run ./configure --with-winbind) but i am unsure how i do this as i am unable to find the configure utility to be able
2006 Oct 03
0
Joining windows client to Samba Domain
Hi I have recently set-up Samba 3.0.10-0.1 on Suse 9.1. All is working fine, I can create users, groups, see my network shares, grant access to them etc. Recently I have tried to set-up the Samba server as a PDC, I have configured the smb.conf and from looking through different tutorials and notes it seems to be correct. However when I try and add a windows client to the domain I get an
2004 Oct 05
1
QOS on each interface
I have a firewall with 3 interfaces DMZ, INTERNET, LAN. Does anyone have an example script to do QOS on multiple intefaces using htb? Gareth Segree mailto:Gareth.Segree@gleanerjm.com <mailto:Gareth.Segree@gleanerjm.com> Technical Support Analyst The Gleaner Company Ltd. 7 North Street Kingston Tel: 922-3400
2008 Nov 18
0
RES: Symbols output
Sorry, the code is incomplete. You get a better result this way... postscript('Circle.eps',paper='special',width=4,height=4) par(mar=c(0,0,0,0)) plot.new() points(0.5,0.5,pch=21,cex=50,bg='gray') dev.off() -----Mensagem original----- De: Rodrigo Aluizio [mailto:r.aluizio em gmail.com] Enviada em: ter?a-feira, 18 de novembro de 2008 19:28 Para: 'Gareth Campbell'
2019 May 06
0
Data Stale issue
Hello, Just to say, I stopped the driver and started it again and the errors went away! However, I turned off power to the UPS but I wasn’t receiving any e-mails :( also when I rebooted the RPi the driver/service didn’t start back up automatically... I wonder if you have any thoughts on the above? Kind Regards Gareth On 6 May 2019, at 3:27 pm, Gareth Davies <gareth94 at
2004 Jul 08
1
Help with dual internet connection
I have 2 connections to the internet. 1 is an ADSL the other is a 3MB link over satellite. This is a portion of my firewall script ip route flush table 3 2> /dev/null ip rule delete table 3 2> /dev/null ip route add table 3 127.0.0.0/8 dev lo scope link ip route add table 3 89.0.0.0/8 dev eth0 scope link ip rule add fwmark 3 table 3 ip route add table 3 default via $isp2_ip dev eth3 ip
2002 Dec 30
2
Maildir format
Started using dovecot and I am very impressed by its speed. I am confused by what it is expecting the format of the Maildir directory to be in. I currently have ~/Maildir which contains new, cur, and tmp all containing email that should be in my inbox and it pops up correctly as such when I connect to dovecot using Mutt. After the connection a new .INBOX is created under ~/Maildir with sym
2006 Oct 12
0
Codes negotiation problemsbetweenAsterisk1.4beta2 and Aastra 480i
The problem with the extra ptime descriptions in the SDP has been fixed in Asterisk (see http://lists.digium.com/pipermail/svn-commits/2006-October/017694.html). I've got the latest version of the 1.4 branch from SVN and have verified that the codec negotiation is working again. If you don't want to try the latest SVN version, then you'll have to restrict the phones to a single codec
2004 Feb 09
3
pdbedit and password expiry
Hi guys/girls, How are you ? I've been struggling to get my users' passwords to expire. My configuration is samba-3.0 running with the standard smbpasswd back-end. Everything that I can find on the web says I should set the following to expire my users passwords after 28 days.: pdbedit -v -P 'minimum password age' -C 300 pdbedit -v -P 'maximum password age' -C 2419200
2008 Aug 05
2
95% CI bands on a Lowess smoother
Hi there, I'm plotting some glass RI values just by plotting plot(x) then I put on my lowess smoother lines(lowess(x)) now I want to put on some 95% Confidence Interval bands of the lowess smoother, but don't know how?? Thanks -- Gareth Campbell PhD Candidate The University of Auckland P +649 815 3670 M +6421 256 3511 E gareth.campbell@esr.cri.nz gcam032@gmail.com [[alternative
2004 Aug 03
0
Second isp failure with dual internet connection
Below is a snippet from my firewall script isp1_ip="xx.0.5.20" isp1_gw="xx.0.5.1" isp1_net="xx.0.5.0/28" isp1_if="eth2" isp2_ip="xx.182.19.88" isp2_gw="xx.182.19.1" isp2_net="xx.182.19.0/28" isp2_if="eth3" lo_ip="127.0.0.1" lo_if="lo" lo_net="127.0.0.1/8"
2004 Aug 05
0
URGENT HELP needed!! Problem with second route dual ISP
Below is a snippet from my firewall script isp1_ip="xx.0.5.20" isp1_gw="xx.0.5.1" isp1_net="xx.0.5.0/28" isp1_if="eth2" isp2_ip="xx.182.19.88" isp2_gw="xx.182.19.1" isp2_net="xx.182.19.0/28" isp2_if="eth3" lo_ip="127.0.0.1" lo_if="lo" lo_net="127.0.0.1/8" ip rule delete
2008 Aug 13
2
Naming dataframes, vectors etc within a loop
Hi there, I know this is probably a really simple question, but without the correct keywords, or knowledge of the correct function it is hard to search for on the net or within R. How do I increment a dataframe (or similar) name within a loop and assign data? A simple example would be: for(i in 1:10){ test<-i } BUT I want it to be test[i] --- in other words I want my stored data to
2007 Nov 05
1
Combining Density plots
Hello, What I am trying to do is: Generate a density plot of a population of data. This data has a bimodal distribution so I've isolated a couple of possible sub-populations and I want to overlay these two density plots over the first to see whether they are contributing to the bimodal population. I can do this fine with plot(density(...)) and lines(density(...)) . But the resulting plots
2008 Aug 10
1
using IF command
Hey team, If I have a matrix: 1, 2, 3, 4, 4, 0, 1, 3, 0, 3 2 columns. I want to write an if command that looks at (in this case) row 3 and looks to see if either [3,1] or [3,2] has a zero in it. IF it does have a zero I want the zero to be placed in another matrix in the same position. I know how to do the latter part, I just can't get the if command to look at both cells and deal with
2009 Jan 30
1
plotting lines with missing data for x values
I have some data (REE plots - geochemistry) where I have values 1:14 for the x axis, but have no data for some x values. Here for example, let's say that I don't have data for x=2,5,8. So x<-1:14 y<-c(4, NA, 5, 9, NA, 3.4, 8, NA, 19, 22, 12, 14, 15.3, 15) if I plot the data plot(x,y) and then I want to join with lines lines(x,y) How do I get it so the points join across the