Displaying 20 results from an estimated 6000 matches similar to: "Roving Profile Issues"
2003 May 30
2
samba pdc/roving profiles/encrypted passwords
It is my understanding that roving profiles cannot be implemented without using encrypted passwords. It is also my understanding that encrypted passwords cannot be implemented without pointing smb.conf to a windows password server.
I'm trying to set up a samba server on a Linux (RedHat 7.3) to act as a PDC and a provider for roving profiles - when I do things with cleartext (encryption
2003 Jun 03
1
PDC/Roving Profiles/and Password Encryption
Hi All,
Well, despite my general idiocy I've managed to get PDC and roving profiles working perfectly in my test situation. Obviously, this isn't good enough since computers are the devil, so I've run into some more problems.
Fortunately for the Samba team, this isn't a problem with Samba - I think it's more a problem with how our network is set up here.
Basically,
2002 May 30
3
Profile creation
SAMBA VERSION: 2.2.4
ERROR(S): Profile Creation
I have recently been assigned to create a Samba PDC. Earlier in the
week, I thought I was successful. I was able to log in, load (or create)
the test user's .ntprofile, etc. Went home that night, happy as could be.
Came back the next day - and nothing was working correctly. The systems
could not find the domain. The domain was not
2010 May 23
3
"order" issue
Hi everybody, this is a real dummy thing.
I sorted a matrix based on a given column, and what I get is right, until it comes to columns of negative and positive values; than, "order" orders everything from max to min in the negative values, and then AGAIN from max to min in the positive values!!!
Why isn't everything order from max to min, and that's it?
Thank you!!!
Attached
2006 May 23
1
lattice package - question on plotting lines
Hi all,
I was trying to plot a graph using the following data:
method percent accuracy group
A1 4 0.8529 cns
A1 10 0.8412 cns
A1 15 0.8235 cns
A2 4 0.9353 cns
A2 10 0.9412 cns
A2 15 0.9471 cns
A1 4 0.8323 col
A1 10 0.8452 col
A1 15 0.8484 col
A2 4 0.8839 col
A2 10 0.8677 col
A2 15 0.8678 col
#################
The code I'm using to generate the graphs is:
### code :
2010 Jan 29
1
help on drawing right colors within a grouped xyplot (Lattice)
Hi,
I've lost my mind on it... I have to scatterplot two vectors, grouped by a third variable, with two different dimensions according to whether each cell line in the plot is sensitive or resistant to a given drug, and with a different color for each of 9 tissues of origin.
Here's what I've done:
2000 Mar 12
0
Microsoft and roving profile Outlook woes. Fixed.
Hi,
One for the archives:
Problem:
Microsoft Outlook Express client takes a woefully gruesomely long time
to start when using roving profiles on a Samba share.
Fix:
Turn off oplocks on the share.
Eg:
[netlogon]
writeable = yes
browseable = yes
oplocks = no
...
...
Eddie.
-------------- next part --------------
HTML attachment scrubbed and removed
2010 Jan 25
3
Issue using tapply
Hello all,
I am trying to use the tapply function to sum some values and change the
column names of the resulting vector.
I input
Emp Et
1 10565 ACC
2 7515 ADM
3 625 AGF
4 6243 CNS
5 12721 EDU
6 3924 FIN
7 18140 HLH
8 3686 INF
9 15841 MFG
10 243 MIN
11 1864 MNG
12 4664 OSV
13 5496 PRF
14 4988 PUB
15 2166 REC
16 2153 REL
17 16082 RTL
18 3582 TRN
19 757 UTL
20
2010 May 28
1
Data frame manipulation
Hello All,
Please consider the following:
TotEmp<-c(19,6,1,1,8,44,2,33,48,1)
ClusterType<-c("AGF","CNS","OSV","RTL","RTL","TRN","REL","ACC_CLUST","RTL","WHL")
Taz<-c(0,0,0,100,100,100,101,101,102,103)
2019 Jun 11
2
Samba + AD Authentication: Restricting access to shares
Because most of our servers are restricted to specific user groups and
the AD domain covers the entire university, I need to find a way to
limit access to samba shares, preferably using AD security groups; i.e.
I want to do something like:
[EMdata]
comment = TEM Data
path = /EMdata
valid users = @cns-cryo-emusers
guest ok = no
writeable = yes
where cns-cryo-emusers is an
2006 Oct 16
4
grep function with patterns list...
Dear R-users,
is there a way to pass a list of patterns to the grep function? I
vaguely remember something with %in% operator...
Thanks,
St?phane.
--
"La science a certes quelques magnifiques r?ussites ? son actif mais
? tout prendre, je pr?f?re de loin ?tre heureux plut?t qu'avoir raison."
D. Adams
--
AGC website <http://www.genoscope.cns.fr/agc>
St?phane
2019 Jun 11
1
Samba + sssd deployment: success and failure
So, we have Samba file sharing working on CentOS 7.6 with sssd:
[root at cns-srv-lnode2 samba]# cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)
[root at cns-srv-lnode2 samba]# smbd --version
Version 4.8.3
Some smb.conf configuration details:
- security = user
- an idmap entry is unnecessary
- disable netbios = yes
works fine
- pretty sure nmbd is unnecessary
2019 Jun 19
1
Samba + SSSD: confirmed working for Samba versions 4.7.6 and 4, 8.3
I thought I sent this, but didn't see it hit the list. Since this
presented a considerable amount of frustration (requiring a netbios name
seems illogical in an AD-only world), I'm sending it again. Apologies
if this is a repost.
-------- Forwarded Message --------
Subject: Samba + SSSD: confirmed working for Samba versions 4.7.6 and 4,8.3
Date: Tue, 18 Jun 2019 17:15:47 -0500
From:
2003 Feb 25
3
can't log into Samba.
I am runnning Samba 2.2.3a which act as a NT workstation
connecting to CNS-NT domain.
When I tried to connect to Samba, \\Bigred\home is not
accessible, you might not have permission to use this network resource.
Any ideas?
-Paul Hong
2019 Jun 25
5
SMB share access for machines which are not joined to the domain?
On 6/25/19 11:21 AM, Gregory Sloop via samba wrote:
> You can always connect to the SMB share using a domain user/password credential set, even if you're not a member of the domain.
> Something like - Connect as: User: "somedomain\pat" with Pat's password.
>
When we try this from a machine that is not connected to the domain,
authentication fails:
2019 Jun 14
1
Ubuntu 18.04, bound to Windows AD, sssd auth, Samba 4.7.6: Can't get no share satisfaction
OK, At a loss for what to try next.
According to this page, it should be possible to make this work:
http://www.hexblot.com/blog/centos-7-active-directory-and-samba
However, I can't get AD users to authenticate when I run
net use * \\cns-cryo-road1\my_share /user:austin\pgoetz
Authenticating via ssh, su, or from the console using the same AD
UserName is not a problem.
It seems
2006 Mar 29
2
aggregate function....
Dear R users,
I have some trouble with the aggregate function. Here are my data
> daf
S_id AF_Class count... R_gc_percent S_length
5 8264497 1 30 0.48 35678
6 8264497 3 7 0.48 35678
8 8264554 1 31 0.51 38894
9 8264554 2 11 0.51 38894
10 8264554 3 1 0.51 38894
1999 Dec 20
0
Roving profiles on Samba 2.0.6
I was using Samba 2.0.4 and I've upgraded to 2.0.6. I'm running on
FreeBSD 3.3. Since I've upgraded, roaming profiles seem to be the
default, and it's causing me some grief. I'm not ready to introduce them,
and what happens is that when a user logs onto a machine with office 97,
the office 97 policies get stored in their home directories. That's okay
until they log onto
2013 Feb 12
3
Samba3.5 + OpenLDAP config/install problem
System Summary:
centos 6.2
samba 3.5
smbldap-tools 0.9.6
openldap 2.4.23
Hello,
I am installing smb 3.5 on a CentOS 6.2 host using smbldap-tools. I've
previously installed a similar configuration on RHEL4 using smb 3.0 but
CentOS now uses nss-pam-ldapd and nslcd instead of nss_ldap, so the
configurations cannot be moved straight across.
Currently, when I attempt to connect to an smb share
2007 Jul 03
1
possible bug in ggplot2 v0.5.2???
Dear R-Users,
I recently gave a try to the nice package ggplot2. Everything went
well until I tried to add a smoother (using lm method for instance).
On the graphic device the regression line is displayed but not confidence
intervals as it should be (at least on ggplot website). I tried to do
the job on
both MS winXP and Linux i586: same result. Did anyone encountered this
problem? Did I miss