Displaying 20 results from an estimated 20000 matches similar to: "Share level security and passwords"
2002 May 14
1
Srtring Overflow Error in Samba 2.0
In my var/log.smb file I am getting the error:
String overflow by 18 in safe_strcopy [adaigle ahenry ajleblanc ] a
long list
My share is setup with the list of valid users i.e.
valid users = user1 user2 \
user3 user4
writeable =yes
Is there some limit to the number of users listed this way. A bad character
in there?
Some users are not getting their drives mapped.
2002 Mar 06
2
samba 2.2.2 domain security w/ win2k AD
Samba 2.2.2 on Solaris 7/SPARC. Windows 2000 SP2 domain controller
(native mode).
Joined samba to domain as per htmldocs/DOMAIN_MEMBER.html.
[global]
workgroup = DOM
security = domain
password server = charon
However, connecting to shares as non-guest fails due to
authentication problems (below).
As htmldocs/DOMAIN_MEMBER.html indicates this does work, is there some
other magic that needs
2002 Aug 28
1
Problems with mapping drives
I submitted a request 2 days ago about having problems mapping one share out of
70. I have found the fix, but I would like to have an answer as to why the
problem
occurred.
History:
We have about 70 shares mapped with Samba, using winbindd for
authentication.
We had about 10 users that could not map their shares. They would get an error
of:
could not chdir to the appropriate directory on the
2018 Nov 11
1
Multiple grub2 Users with Passwords
Hello All,
I am trying to set multiple users with passwords for modifying grub2
menu entries at boot. I know I can set a "root" user grub2 password with
grub2-setpassword. I have also been able to make a grub2 user password
using the grub2-mkpasswd-pbkdf2 command and adding
??? set superusers="user1"
to the /etc/grub.d/40_custom file. However, I have multiple user
2002 Jul 25
3
Documentation / boolean fix for oplocks = command
In the documentation the "oplocks = yes" option is give in an example, as
the default for this parameter. However, I needed to turn oplocks off, and
so assumed that the command "oplocks = no" would work. It doesn't, instead I
found that "oplocks = false" does. There needs to be some boolean fixing
done, or at least documentation should reflect this strangeness.
2008 Sep 17
1
Extracting subsets by factor level?
Hi
I have a data frame which looks like the following (it is a table of commit logs to a source repo). The Author column
is treated as a factor, by virtue of stringsAsFactors being set to TRUE, so I can extract the number of commits
per author by using table(logs$Author).
Is there an elegant way to extract all subsets of this frame by the Author column - i.e. that returns say a list of
data
2020 Sep 01
2
about header address parsing
Hi,
Is this expected or not?
From: user1 at fuga.example.com <user1 at example.com>
To: user2 at hoge.example.com <user2 at example.com>
?
a uid fetch 43055 (envelope)
* 1860 FETCH (UID 43055 ENVELOPE ("Thu, 30 Jul 2020 13:52:59 +0900" "test1" ((NIL NIL "user1" "fuga.example.com")) ((NIL NIL "user1" "fuga.example.com"))
2013 May 17
1
ACLs - creating new top level folders
Hi,
I'm wondering, whether it's possible, to define an ACL on the mailbox
itself. We use Dovecot 1.2.15 (included in Debian 6) and maildir
filesystem layout:
/home/mail01/user1/Maildir/new \
/home/mail01/user1/Maildir/cur Inbox
/home/mail01/user1/Maildir/tmp /
/home/mail01/user1/Maildir/.folder1/new \
/home/mail01/user1/Maildir/.folder1/cur folder1
2011 Jan 11
1
scaling to multiple data files
Hello,
I have logging information for multiple machines, which I am trying to
summarize and graph. So far, I process each host individually, but I
would like to summarize the user count across multiple hosts. I want to
answer the question "how many unique users logged in on a certain day
across a group of machines"?
I'm not quite sure how to scale the data frame and analysis to
2002 May 08
4
losing print driver associations on reboot
Hello all, I've got a strange problem with Samba 2.2.4. I'm able to
associate print drivers to printers (raw queue in cups). My clients are
able to see that the drivers belong to the printers, and they download
them, but as soon as the server reboots, I lose my driver associations
and I need to once again specify a driver on the windows end. The Print
server was an upgrade from Samba
2007 May 03
7
Asterisk-Polycom HELLLLPPP!!!!
PBX:
Asterisk 1.4
Phones:
PSTN phone connected to TDM400
X-Ten Lite
Polycom 430
Scenario
Polycom 430 = User1
User2 calls User1(Polycom 430) asks to be transfered to User3
User1 does an attended transfer using the trnsfr button on the polycom
User2 is placed in music-on-hold
User3s phone rings.
(So far so good Right?)
User3 picks up the phone to answer User2 only to
2012 Jan 26
1
How to remove rows representing concurrent sessions from data.frame?
I have a dataset like this (dput for this below) which represents user
computer sessions:
username machine start end
1 user1 D5599.domain.com 2011-01-03 09:44:18 2011-01-03 09:47:27
2 user1 D5599.domain.com 2011-01-03 09:46:29 2011-01-03 10:09:16
3 user1 D5599.domain.com 2011-01-03 14:07:36 2011-01-03 14:56:17
4 user1 D5599.domain.com
2007 Jan 23
7
access users homes share
hey list,
we are currently migrating our users from novell to samba. now we have one problem: in novell we could give e.g. user1 access to users2 home share so he could modify, delete or add files on this share. in samba we defined a global homes share that is mapped on logon. so how can we give user1 the needed rights?
here is the definition of the homes share in smb.conf:
[homes]
2014 Jun 04
3
IMAP copy fails because the mailbox size of user1 is exceeding the quota limit of user2??
Hi all,
I do have a mailbox-quota problem in dovecot 2.0.19 that is beond my understanding.
Could someone pls. give me a hint.
- user1 max. mailbox quota is set to 1GB, the current mailbox size of user1 is 15MB
- user2 max. mailbox quota is set to 10MB, the current mailbox size of user1 is 10kB
- user1 shares the folder 'shared_folder' to user2 with all rights (read, write ...)
-
2007 Feb 12
5
chown command goof up
Basically, what I typed was:
chown -R user2:user2 *
chown -R user2:user2 .*
chown -R user2:user2 *.*
...all in /home. Duh. I forgot which way recursive went.
So, I then did:
chown -R root:root *
chown -R root:root .*
chown -R root:root *.*
...this time in / to try and f things. Duh again. Other items need to
have other owners & groups.
So, how can I fix this? In MacOSX, there is a utility
2002 May 29
5
installing printer driver on Samba 2.2.4
My samba server works in a NT 4.0 domain. The users can print fine (mostly Win9x).
Now i'm trying to use Win2K workstation to upload drivers. I can see the printers, the properties are available but we i try to add a driver it fails with the following error : "Can't install driver Intel Windows 2000. Can't compleet statement" (translated from dutch).
I've include my
2003 Nov 27
1
How to set up a share in smb.conf for ACL's
I have a great understanding problem about acls and share-definitions. I
use Samba 3.0.1pre3, compiled with acl-support, everything works fine,
ACL's can be set with Windows XP File-Manager and the getfacl shows that
it is OK. My Problem ist that I dont know how to define a share for
acls.
For example, here is my share
[user1]
Path=/lanman/user1
Valid users=user1,@root
Force user=user1
Read
2009 Oct 08
2
How to keep difference between 2 SIP-accounts/trunks from same server ??
Hey list,
I have a problem when I host 2 SIP-accounts on the same Asterisk-server.
Asterisk picks out the SIP-account on alphabetic order A --> Z.
In my sip.conf :
register => user1:passwd1 at server/user1
register => user2:passwd2 at server/user2
[YOCAN-3starsnet]
type=peer
host=server
username=user1
secret=passwd1
fromuser=user1
accountcode=user1_in
[ITCENTER-3starsnet]
type=peer
2020 Sep 02
1
about header address parsing
On Tue, 1 Sep, 2020 at 09:59, Timo Sirainen <timo at sirainen.com> wrote:
> On 1. Sep 2020, at 6.24, TACHIBANA Masashi <tachibana at qualitia.co.jp>
> wrote:
>>
>> Hi,
>>
>> Is this expected or not?
>>
>> From: user1 at fuga.example.com <user1 at example.com>
>> To: user2 at hoge.example.com <user2 at example.com>
>>
2009 Jun 23
1
[extensions.conf] Any idea why not working as it should?
Hello
I noticed a small bug in the way my extensions.conf work:
Users can choose extensions 1-4 or 9 to tell why they're calling, and
I'll send an e-mail to the person(s) to whom is involved. Extension 4
is actually for personal messages for User1, and extension 9 is for
everyone (User1, User2, and User3).
=> For some reason, when the caller chooses extension 4, both User1
and User2