similar to: Samba v3.0.11 assigning privileges with custom pdb plugin

Displaying 20 results from an estimated 1000 matches similar to: "Samba v3.0.11 assigning privileges with custom pdb plugin"

2006 Jul 09
1
Problem with LoginEngine
I installed the Engines and loginEngines plugins but when it came to set up the Database schema.rb, that file is missing from the folder. I have searched everywhere possible to see if i can get this file and set up the schema but no success. Anyone with the same problem or know what the issue could be? Even the documentation for loginEngine does not show this file anywhere. Thanks to anyone
2005 Feb 03
2
privileges in 3.11?
Hello! I try to assing privileges in 3.11 and get error. If I try to do this from root: net -S dm -U root rpc rights grant 'TEST\mail' SeMachineAccountPrivilege Password: Failed to grant privileges for TEST\dm (NT_STATUS_ACCESS_DENIED) Or, if I do this from user, which is in Domain Admins group: /net -S dm -U dm rpc rights grant 'TEST\mail' SeMachineAccountPrivilege
2024 Feb 09
2
Authentication using federated identity
On Thu, Feb 8, 2024 at 1:18?PM Chris Rapier <rapier at psc.edu> wrote: > > I know that there are some methods to use federated identities (e.g. > OAuth2) with SSH authentication but, from what I've seen, they largely > seem clunky and require users to interact with web browsers to get one > time tokens. Which is sort of acceptable for occasional logins but > doesn't
2009 Jan 27
0
samba, ADS and privileges management
Hello list. I once had a samba server acting as a PDC, a mapping between my NT 'Domain admins' and Unix 'admins' groups, and everything worked perfectly. Now I got a new shiny samba server acting as a print server only, member of an AD domain, and I can't have the members of 'Domain admins' group manage printing drivers on the server, whereas the Administrator
2006 Nov 07
15
Best Distro for Mongrel
Hello all, I''ve gone through a lot of extra effort trying to get Mongrel to place nice with Ubuntu. Since I''m at my wit''s end trying to get it to work on this distro, I was wondering if anyone could suggest a distribution that makes it easy to set up. Any thoughts? Thanks, Will --------------------------------- Love cheap thrills? Enjoy PC-to-Phone calls to 30+
2006 Jul 25
1
rpc command function failed! (NT_STATUS_ACCESS_DENIED) trying to grant privileges - 3.0.23a
Greetings, I am in the process of testing Samba 3.0.23a with our own passdb plugin. As part of mytesting I am trying to join the domin so here are the steps I take... 1 - get local sid /usr/local/samba/bin/net getlocalsid SID for domain JAZZY is: S-1-5-21-1016995387-3159270912-1426853295 2 - create group mappings [paulg@jazzy ~]$ /usr/local/samba/bin/net groupmap list Domain Users
2005 Jan 14
0
Code contributed for a gant (Gantt) chart
I searched CRAN for material on gant (or Gantt) charts, those schedule plots that look like horizontal barplots where the x-axis is time. Finding none, I wrote the following and am submitting it to the archive so that it may help someone in the future. plotfile <- "gant.eps" regular.color <- "lightgray" important.color <- "yellow" tasks <- list() #
2007 Jun 18
4
Images outside the site
I''m developing a site that will need to display images that will be stored in a location outside the site. What would be the easiest way to do this? The site will be running on a linux machine. Thanks, Will --------------------------------- You snooze, you lose. Get messages ASAP with AutoCheck in the all-new Yahoo! Mail Beta.
2024 Feb 09
1
Authentication using federated identity
Practically speaking, most popular IAM and SSO solutions offer OIDC SAML tokens but do not offer Kerberos tickets.? OpenID Connect is a standard which itself is based on RFC6749 (OAuth2). This provides a compelling reason to support it in addition to Kerberos.? I'll also note that OIDC tokens are easy to validate without a bidirectional trust relationship between the IdP and RP. SSH
2006 Jul 03
2
How to join a domain without using root?
This is part of a larger post that was maybe too complicated for me to get the right answer, so I'm breaking it down and will do it bit by bit. Server is Samba-3 PDC, clients are NT4 & XP. I can join the domain using root credentials (so the add machine script works), but not when using 'administrator'. unixuser 'administrator' has primary unixgroup 'ntadmins'.
2005 Nov 16
2
which tdb holds privileges?
Hi @all, does anybody know, where privileges are stored? deveis # net rpc rights list 'Domain Power Users' -U root%password SeMachineAccountPrivilege SeBackupPrivilege SeRestorePrivilege SePrintOperatorPrivilege SeDiskOperatorPrivilege But: deveis # ls -l /var/lock/samba/*.tdb -rw------- 1 root root 8192 Nov 13 20:14 /var/lock/samba/account_policy.tdb -rw-r--r-- 1 root root 696 Nov
2002 May 13
0
smbpasswd + ldap -- changing stuff it shouldn't
using samba with --enable-ldapsam... When changing a user's password with sampasswd 'username', I get this error: failed to modify user with uid = bnelson with: Insufficient access Insufficient 'write' privilege to the 'uid' attribute of entry 'uid=bnelson,ou=People [...]'. Looking at a snoop of the network, it seems like smbpasswd is trying
2005 Sep 07
1
Users Privileges
Hi all, I'm trying to understand the user privileges implementation, and i've stumbled in to a question. My scenario. Samba + LDAP in central office acting as PDC 8 Samba + LDAP(replica) servers in 8 offices over a WAN acting as BDC's. Every office has a local Sysadmin. Also there are some technical guys who can add machines to the domain. If I understood well, the technical guys
2009 Oct 09
0
Samba assignment of privileges
Even though Samba doesn't use all of the NT privileges, does it allow assigning them to domain users or groups? I.e. this list: |Group Policy Name |Constant Name | |Access this computer from the network |SeNetworkLogonRight | |Access Credential Manager as a trusted |SeTrustedCredManAccessPrivilege | |caller
2008 May 20
2
hist clarification
Can someone help me with a misunderstanding I'm having with hist? I expected, from the example below, that the number of bins would always be 10 and the length of the counts array the same. According to the help section 'breaks' can be a integer indicating the number of bins. From the example below, the number of bins (length of the counts array) varies. Am I wrong in expecting the
2010 Aug 24
1
Domain admin privileges: a strange bug in Samba?
I was in the process of setting up a new Samba 3.5.4 PDC with LDAP backend, over CentOS 5.5, when I came across a very strange behavior. After executing the smbladp-populate script, I was trying to grant the needed privileges to the group "Domain Admins" in order no to use "root" to manage the Windows domain. After successfully granting rights to the "Admin"
2004 Nov 09
1
Unix install question.
Is there anyway to merge the users accounts (passwd/shadow) on our UNIX machine to create a default sampasswd file. We have close to 11,000 UNIX accounts and would like to use samba's domain login features. We are just not sure how to merge the current users into the samba's passwd list. Or is there another way to do this??? Thanks, ********************************* Adam Taylor
2016 Sep 08
0
samba Printer Privilege (cannot add or remove anything with regards to Printers at regedit)
we have logged in as administrator opened regedit Connect Network Registry we couldnt add or remove anything to "HKEY_LOCAL_MACHINE\SYSTEM\Cu rrentControlSet\Control\Print\Printers" could you please help us to find what is missing? # net rpc rights list accounts -Uadministrator Enter administrator's password: BUILTIN\Print Operators SeLoadDriverPrivilege SeShutdownPrivilege
2005 Sep 15
2
net rpc rights problem with groups
Hello List, I have tried to grant SeMachineAccountPrivilege to an extra group. Users in this group should not have Admin rights but they should be able to join workstations to the domain. My first try was to grant the right to a single user wich is working as expected. net rpc rights grant "TOPTEST\toptest.r" SeMachineAccountPrivilege -U domainadmin net rpc rights shows:
2009 May 01
2
Automating the Samba Install
Hey all, I'm coloring outside the lines a little bit here but I would like to automate the install of a samba pdc. Within that script to install I would like to assign rights to a group. Here is an example of a few steps: # Create Unix group: groupadd domadmins # Map unix group to samba groups: net groupmap add ntgroup="Domain Admins" unixgroup=domadmins rid=512 type=d # Assign