similar to: Secure Registration

Displaying 20 results from an estimated 10000 matches similar to: "Secure Registration"

2014 May 16
1
User accounts not getting complete group membership (getent group / groups mismatch)
We recently added a new LDAP/AD group to our domain, but have found that only some accounts on a Linux (Ubuntu 12.04.4, Samba 3.6.3) machine are getting the membership: "getent group <groupname>" shows them as being in the group, but "groups <username>" doesn't. I've tried restarting winbindd with the "-n" option to bypass caching, and deleting the
2005 Dec 08
1
Unable to give users access to folders within Samba share
Hi, I'm trying to give my users access to a folder contained within a Samba share, e.g. $ ls share drwxrwsr-x 14 fsuser DOMAIN\OldGroup 432 2005-12-07 15:35 . drwxr-xr-x 6 root root 128 2005-11-17 12:33 .. drwxrwsr-x 3 fsuser DOMAIN\OldGroup 136 2005-11-22 16:56 Archive drwxrwsr-x 2 fsuser DOMAIN\NewGroup 48 2005-12-07 15:35 test Note that the
2020 Aug 06
0
pam+winbind and maintaining domain membership: keytab vs tickets
On 06/08/2020 18:18, Isaac Stone via samba wrote: > Hello. I am trying to clarify in my mind how winbind, pam and kerberos all > work. I am hoping to get some knowledge to help debug and ensure our samba > server keeps it's domain membership in the most robust way possible. > > Background: We are using a samba server to serve a filesystem to windows > users. A group policy on
2004 Sep 07
1
Problems with 'ntlm_auth --require-membership-of' using Samba 3.0.6
Hi there, I'm trying to configure Squid to use a windows domain for authentication, and all goes well until I add the "--require-membership-of" option on ntlm_auth. I need to restrict access based on group membership, however ntlm_auth does not seem to be behaving correctly. I'm using Samba 3.0.6 on Debian and I'm using a Windows 2000 (SP4) Domain Controller. I
2006 Jul 10
2
problem in my code
Dear R-users I wrote a small program for assigning a membership Here is my script sample.size <- 60 x <- rnorm(sample.size, 0, 1) y <- rnorm(sample.size, 0, 1) x.mean <- mean(x) y.mean <- mean(y) membership <- numeric(sample.size) for (i in 1:sample.size) { if ((x[i] < x.mean) && (y[i] < y.mean)) { membership[i]
2013 Sep 05
0
Winbindd IDMAP SID-to-UNIX-IDs problem
IDAMP cache somehow ends up with an unmapped SID2UID entry (i.e value = -1) and the SID2GID entry expires. At this stage winbindd returns unmapped for a SID-to-UNIX-IDs request. This results in smbd giving incorrect group memberships and incorrect resource access, until the SID2UID entry expires. This is surely a bug? Samba version is 3.6.6 as bundled with our current Solaris 10 patch revision
2020 Aug 06
1
pam+winbind and maintaining domain membership: keytab vs tickets
Thanks for your quick replies Yes, we are using a ctdb setup, and having the same netbios name was something I understood as necessary there. Thanks for confirming To clarify, currently we are not fetching any kerberos tickets for any reason on the samba server. We are not using `kinit` explicitly anywhere and everything seems to be working. In a previous setup we were calling it because I
2004 Dec 17
0
Can not Rights to users
Hi, I've configured samba with ldap support and all is going well with normal users. I wanted to know how to give special right/privileges to users using any windows tool. I tried to use w2k's support tool (Active Directory Users and Computers) and nt's srvtools(usermgr) but none of these worked. win2k says "can not connect to pre-windows 2000 domain" nt connects and
2008 Jan 08
1
howto rebuild a object from a received xml hash structure ?
im my web server app , i have an action to be used as a REST web service # GET /user/membership.xml?email=emailaddress def membership @user = User.find_by_email(params[:email]) respond_to do |format| format.xml { render :xml => @user.to_xml( :only => [ :first_name, :last_name, :display_name, :membership_type, :membership_at], :skip_types => true)} end end my
2006 May 16
1
:conditions on has_one realationship
Hi there, I''m currently building a membership application and I want to be able to select, not just all the memberships, but the most current membership from the database on a per user basis. I have linked the tables as shown:- class Membership < ActiveRecord::Base belongs_to :payment belongs_to :person end class Person < ActiveRecord::Base has_many :memberships
2009 May 11
0
updating join table (HMT) with checkbox and extra fields
Hi, I''ve been breaking my head over this thing with no success. Here is my table layout - class User < AR has_many :memberships has_many :groups, :through => :memberships ... class Group < AR has_many :memberships has_many :users, :through => :memberships ... class Membership < AR belongs_to :user, :class_name => "User", :foreign_key =>
2018 Jun 15
2
Passwords in plain text
Mee too Il Ven 15 Giu 2018, 18:45 Larry Martell <larry.martell at gmail.com> ha scritto: > I got it as well. > > On Fri, Jun 15, 2018 at 12:41 PM rj coleman <rjcdevelop at gmail.com> wrote: > > > Am I the only one who just received this email from this group? Which > > came with my password in the email in plain text? > > > > > > Begin
2005 Jun 17
0
Queue/How to get the number of incoming calls
Hi,all, Now,I am working at make an realtime monitor for the call center based on asterisk. and ,I had search the archive and wiki.Through the return info from the management API, I can get the waiting calls ,abandoned calls ,hold time, etc,but I don't know how to get the number of incoming calls. The info like following :
2008 Apr 21
1
Urgent ActiveRecord has_many Problem - Please Help
Hi Guys, I''ve been looking everywhere for an answer to this but so far without success. I have three models: 1) employees has_many :memberships has_many :projects, :through => :membership 2) projects has_many :memberships has_many :employees, :through => :membership 3) membership belongs_to :employees belongs_to :projects Membership is used to join employees
2017 Sep 25
0
Winbind group membership not updating
Hai, Now you have overlapping id's. idmap config *:range = 1000 - 99999 I suggest, leave some room for your "linux users" Like : idmap config *:range = 2000 - 99999 In addition, also, run : net cache flush And run : systemctl stop winbind sleep 1 systemctl start winbind Then.. what does : id Administrator Tells you now. And id someOtheruser? Now
2017 Sep 25
0
Winbind group membership not updating
On Mon, 25 Sep 2017 15:16:54 +0200 Malte zu Klampen via samba <samba at lists.samba.org> wrote: > We are currently in the process of replacing some of our file servers > with Active Directory joined Samba servers. However, during testing > we have noticed behaviour that has caught us off guard. > > Changes in user group membership in AD do not show up on our file >
2006 Jul 27
1
Winbind cache
Hi all, we are having some troubles with the integration of some Solaris 9 Sparc servers on a Windows 2003 Server Active Directory domain. When we made the tests on a Solaris 9 Intel server, everything run successfully. After that we run some group membership tests, just changing users from one to another group on the W2K3 Server. We've seen on those tests that winbind was caching the
2018 Jun 15
4
Passwords in plain text
Am I the only one who just received this email from this group? Which came with my password in the email in plain text? Begin forwarded message: > From: centos-request at centos.org > Date: June 15, 2018 at 12:31:04 PM EDT > To: rjcdevelop at gmail.com > Subject: confirm a8e9e592b9d81e13e569ffa9f6f4267c3f2a8fe8 > > Your membership in the mailing list CentOS has been disabled
2017 Jun 30
0
User management scripts in AD mode...
On Fri, 30 Jun 2017 15:17:53 +0200 Marco Gaiarin via samba <samba at lists.samba.org> wrote: > Mandi! Rowland Penny via samba > In chel di` si favelave... > > > > I'm again a bit confused... ;-((( > > Yes I can see that ;-) > > ;-) > > Sorry for the late answer, but i was busy on other things... > > > > Hope this helps, but feel
2006 Jul 26
3
Polymorphic Association with Single Table Inheritance?
Hello, is it possible to setup a model/table schema like this: Groupable --> Membership <-- Group ^ ^ | | User UserGroup I tried the following but failed: Groupable (table with ''type'' column) has_many :memberships, :as => :groupable has_many :groups, :through => :memberships