search for: adm

Displaying 20 results from an estimated 1211 matches for "adm".

Did you mean: add
2005 Jun 21
3
Bug#315071: Results to your question
Hi, See below: # getent group adm adm:x:4:root,adm,daemon And: # ls -l /var/log total 20384 -rw-r----- 1 root adm 43310 Jun 21 16:00 auth.log -rw-r----- 1 root adm 128247 Jun 19 06:47 auth.log.0 -rw-r----- 1 root adm 10318 Jun 12 06:47 auth.log.1.gz -rw-r----- 1 root adm 9508 Jun 5 06:47 auth.log.2...
2010 Jun 28
6
Basic question - more efficient method than loop?
...t; if(dbs1$Payor[i] %in% Payor.Group.Commercial) dbs1$Payor.Group[i] = "Commercial" if(dbs1$Payor[i] %in% Payor.Group.Workers.Comp) dbs1$Payor.Group[i] = "Workers Comp" if(dbs1$Payor[i] %in% Payor.Group.Self.Pay) dbs1$Payor.Group[i] = "Self Pay" if(dbs1$Adm.Source[i] %in% Adm.Source.Group.Newborn) dbs1$Adm.Source.Group[i] = "Newborn" if(dbs1$Adm.Source[i] %in% Adm.Source.Group.ED) dbs1$Adm.Source.Group[i] = "ED" if(dbs1$Adm.Source[i] %in% Adm.Source.Group.Routine) dbs1$Adm.Source.Group[i] = "Routine" if(dbs1$A...
2012 Dec 17
1
Samba4: Upload an Administrative Policy Template?
We'd like to add an adm (administrative template) to our Samba4 server. I see where the .adm files are in the filesystem - /opt/s4/var/locks/sysvol/micore.us/Policies/{ED429C7D-156A-4F75-B21D-92DB8E10ACAB}/Adm/conf.adm - but how can I add a new ADM file? The ADM file in question allows the controlling of IE Favorites a...
2016 Dec 08
2
Winbind in Multiple-Forests - Super Admin Domain Model
We implement a Multiple-Forests - Super Admin Domain Model based on : https://technet.microsoft.com/en-us/library/cc546821.aspx We have 2 forests using W2K12r2 : RSC for resources and ADM for admin user accounts. We join linux server to RSC with ADM credential : # net ads join -U linuxadm at ADM.LAB We have a problem when we had to read...
2010 Sep 07
2
Wrapper package / yum repository
...ncies so we can do "packaged releases" and, if we want to revert to a previous version, we can force it by installing this package (and the yum-downgrade plugin). The issue I am having is that RPM/yum seems to be unable to correctly resolve the dependencies: If I do "yum install adm-release" I get errors about lots of missing dependencies. EG: [root at host01 yum.repos.d]# yum install adm-release Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package adm-...
2004 Feb 26
0
NT poledit.* & common.adm & winnt.adm & windows.adm
I've googled my brains out trying to find the "latest" NT 4.0 System Policy Editor files: POLEDIT.CNT POLEDIT.EXE POLEDIT.HLP COMMON.ADM (NT & W9x) WINNT.ADM (NT) WINDOWS.ADM (W9x) I only have dialup access, and it will take me a zillion days to download SP6 for NT so I can extract the above files. Can any one point me to where I can D/L those six (or 0110) files? Thanks Mike -- SuSE 9.0 Pro (2.4.21-192-default) with samb...
2007 Mar 22
2
Updating System Policy Templates
Hi all, I am going to be in the process of updating my custom system policy templates (probably within a month or two) and I am asking for what policies anyone is in need of to help them deploy samba as a domain controller. Currently I basically have a single template.adm file, a few people have asked me to separate them into a few different files that would serve an overall single purpose - I guess like having a "folder_redirection.adm" file, a "security.adm" file, etc. Any ideas on this ?? I am definitely going to create policies for IE7 - I...
2012 May 21
2
Can't populate LDAP directory with smbldap-populate
...S release 5.8 (Final) # uname -r 2.6.18-308.4.1.el5 I have installed smbldap-tools from http://download.gna.org/smbldap-tools/packages/el5/smbldap-tools-0.9.8-1.el5.noarch.rpm. Configured OpenLDAP, but when I try to populate LDAP directory I got the following error messages # smbldap-populate -a Administrator -g 10000 -l 11111 -r 10000 -u 10000 Populating LDAP directory for domain SYSADM (S-1-5-21-206255134-223837211-2022137911) (using builtin directory structure) Use of uninitialized value in concatenation (.) or string at /usr/sbin/smbldap-populate line 483, <DATA> line 303. Use of un...
2009 Mar 13
0
Polices, Rules and Configurations - No Success (#/etc/shorewall/policy)
Hello, I forgot to put my #/etc/shorewall/policy file: # /etc/shorewall/policy ############################################################################### #SOURCE DEST POLICY LOG LIMIT: CONNLIMIT: # LEVEL BURST MASK # adm net DROP info tlm net DROP info # net adm DROP info net tlm DROP info # $FW $FW ACCEPT $FW net ACCEPT adm tlm ACCEPT # all all REJECT info # #LAST LINE -- DO NOT REMOVE Thanks. Wa...
2006 Jun 27
2
Group permissions and recursion
...;MYDOMAIN\jdoe". We are using the extended ACL model which means that we can set specific permissions for specific security groups for access to any particular file. The other thing I need to point out is that we have a hierarchy of security groups. We have a security group, 'CATNET\adm' and the members of that security group are the security groups 'CATNET\adm staff' and 'CATNET\adm faculty'. The members of the latter two groups are the actual users. Here's the problem, a member of 'CATNET\adm staff' cannot access a file for which 'CATNET...
2007 Dec 19
3
Problem with ACL and Samba
Dear All I am facing a strange problem that I could not solve, so, maybe you can help me. Look at this situation: I created a new directory with those ACLs (through Samba using Windows XP) [root@server /home/smb/adm]# getfacl teste #file:teste #owner:1002 #group:1006 user::rwx group::rwx group:suporte:rwx group:administ:rwx mask::rwx other::--- [root@server /home/smb/adm]# getfacl -d teste #file:teste #owner:1002 #group:1006 user::rwx group::rwx group:suporte:rwx group:administ:rwx mask::rwx other::--- My AC...
2016 Dec 08
1
Winbind in Multiple-Forests - Super Admin Domain Model
Thank you Volker, I try to use hash and rid as an alternative to ad backend. The best I can get is the SID user from ADM, but I can't get he's groups. If it is feasible, could you point me to a solution ? or simply should I switch to another solution ? 2016-12-08 12:25 GMT+01:00 Volker Lendecke <vl at samba.org>: > On Thu, Dec 08, 2016 at 12:19:08PM +0100, Karim Ayari via samba wrote: > > W...
2009 Aug 31
2
Samba wants "chdir"
...0] lib/debug.c: reopen_logs(597) Aug 31 10:09:21 Server smbd[20793]: Unable to open new log file /var/log/ samba/schulung.log: Permission denied Aug 31 10:09:28 Server smbd[20793]: [2009/08/31 10:09:28, 0] smbd/service.c: set_current_service(49) Aug 31 10:09:28 Server smbd[20793]: chdir (/home/adm) failed --------------------------------- a) why can't samba open this one file (but all other files in "/var/log/ samba", for the clients which are connected directly to the server) The file exists; root:root, 644 b) which machine or program asks "chdir /home/adm"? Tha...
2011 Oct 21
0
[Bug 1946] New: AIX and /var/adm/wtmp
https://bugzilla.mindrot.org/show_bug.cgi?id=1946 Bug #: 1946 Summary: AIX and /var/adm/wtmp Classification: Unclassified Product: Portable OpenSSH Version: 5.9p1 Platform: PPC OS/Version: AIX Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org...
2007 Sep 08
19
Group changes made over and over?
...resent", gid => "1000" } @user { "andy": ensure => "present", uid => "1000", gid => "andy", groups => "adm", membership => "inclusive", require => Group["andy"], comment => "Andy Smith", home => "/home/andy", shell => "/bin/bash" }...
2002 Sep 17
2
'error in rsync protocol data stream' - Tim Conway
...execution thus: root 3178 0.1 0.9 1796 868 pts/1 S 09:57 0:00 /usr/bin/rsync -vvva --delete --exclude=root/snapsh root 3179 0.0 0.6 1628 632 pts/1 S 09:57 0:00 /usr/bin/rsync -vvva --delete --exclude=root/snapsh and the last data rsync put out was: make_file(4,var/adm/fillup-templates/i4l.templ) make_file(4,var/adm/fillup-templates/i4l_b1.templ) make_file(4,var/adm/fillup-templates/i4l_default.templ) make_file(4,var/adm/fillup-templates/i4l_hardware.templ) make_file(4,var/adm/fillup-templates/i4l_hisax.templ) make_file(4,var/adm/fillup-templates/i4l_icn.templ) m...
2007 Jan 09
1
some Maildir files not honoring dovecot-shared
...ovecot *except* for dovecot-shared (I let Dovecot create cur, new, tmp just to see what it would do, but I know that I can create and fix the group and permissions on these directories myself in a sharing situation): glenn at tony:~/Maildir/.abusetest-in$ ls -lR .: total 34 drwx------ 2 glenn adm 512 Jan 9 09:58 cur/ -rwxrwx--- 1 glenn abuse 0 Jan 9 09:57 dovecot-shared* -rw-rw---- 1 glenn adm 44 Jan 9 09:58 dovecot-uidlist -rw-rw---- 1 glenn abuse 156 Jan 9 09:58 dovecot.index -rw-rw---- 1 glenn abuse 10272 Jan 9 09:58 doveco...
2016 Dec 08
0
Winbind in Multiple-Forests - Super Admin Domain Model
On Thu, Dec 08, 2016 at 12:19:08PM +0100, Karim Ayari via samba wrote: > We implement a Multiple-Forests - Super Admin Domain Model based on : > > https://technet.microsoft.com/en-us/library/cc546821.aspx > > We have 2 forests using W2K12r2 : RSC for resources and ADM for admin user > accounts. > > We join linux server to RSC with ADM credential : > > # net ads join -U linuxadm at A...
2009 Mar 20
1
Samba support for ADM files
Hi What I would like to do is have my custom adm files in a shared folder on my samba server so that if I make a change, it updates the windows XP clients on my network in a similar fashion to active directory on a windows server. However, I cannot seem to find any support for this in samba in the documentation I have read. Do I have to go to...
2011 Dec 13
1
Group permission problems
Hello all, I'm having an issue with group permissions which I really find hard to understand why. I have created a group called smbusers which I am a part of by doing the following: # groupadd smbusers# usermod -G smbusers michael I then created a directory called foodir, owned by adm with group smbusers and give the following permissions to it: 770 I verify the permissions are correct and are accessible by members of its group, but I cannot access the directory. Everytime I try to cd into the directory, I get a permission denied error. It is a group issue because when I change...