search for: username3

Displaying 14 results from an estimated 14 matches for "username3".

Did you mean: username
2005 May 24
4
Table Help
...cMurtry, Benjamin G. To: 'r-help-request at stat.math.ethz.ch' Cc: Subject: Table Help Sent: 5/24/2005 4:33 PM Importance: Normal I have a very large table that I want to add some of the certain rows. The table is as follows: Username1 2 Username1 4 Username2 6 Username2 10 Username3 12 Username3 10 Username3 16 Etc .... The data is sorted by Column 1 (Ie the username) then by columm 2 (The numbers). I want to combine the rows so it would be as follows: Username1 6 Username2 16 Username3 38 Is there easy way using a feature like bind to sum all of collumn two where column...
2011 Feb 08
1
Inbound SIP calls work, just not when making calls between extensions.
...ot;) exten => _312,n,SIPAddHeader(Alert-Info: info=<Bellcore-dr2>) exten => _312,n,Dial(SIP/username2,20) exten => _312,n,Voicemail(312,u) exten => _312,n,Macro(handle-hangup) Calls from the PSTN: [Somecompany-IVR-day] exten => s,1,Dial(SIP/username1&SIP/username2&SIP/username3,20) exten => s,n,Goto(Somecompany-IVR-night,s,1) The errors from Asterisk when internal calls are made: -- Executing [311 at somecompany:1] Set("SIP/username3-000001b0", "CALLERID(name)="Internal call"") in new stack -- Executing [311 at somecompany2] SIP...
2019 Dec 27
5
Delete Phabricator metadata tags before committing
...le line Summary: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque mauris neque, porta nec tristique at, sagittis vel nisi. Fusce pharetra nunc et mauris consequat venenatis. Reviewers: username0, username1 Reviewed By: username0 Subscribers: username2, username3, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/Dxxxxx These Phabricator metadata lines (`Reviewers:`, `Reviewed By:`, etc) are created automatically when the author uploads the patch via `arc diff 'HEAD^'`. The summary and metadata can be copied from P...
2016 Jul 26
3
NT4-Style Auth & Roaming Profiles Only?
On 07/26/2016 1:26 PM, Rowland penny wrote: > On 26/07/16 19:08, Jim Seymour wrote: >> On Tue, 26 Jul 2016 12:37:51 -0500 >> Dale Schroeder <dale at BriannasSaladDressing.com> wrote: >> >> [snip] >>> Jim, >>> >>> This may be your problem: Samba 4.3.9 >>> >>> Upgrading my NT4 domain from 4.2.x to 4.3.x and beyond broke
2020 Jan 02
3
Delete Phabricator metadata tags before committing
...ctetur adipiscing elit. Quisque >> mauris neque, porta nec tristique at, sagittis vel nisi. Fusce pharetra >> nunc et mauris consequat venenatis. >> >> Reviewers: username0, username1 >> >> Reviewed By: username0 >> >> Subscribers: username2, username3, llvm-commits >> >> Tags: #llvm >> >> Differential Revision: https://reviews.llvm.org/Dxxxxx >> >> These Phabricator metadata lines (`Reviewers:`, `Reviewed By:`, etc) are >> created automatically when the author uploads the patch via `arc diff >&g...
2005 Sep 25
2
iax problem
...g username/DID . for example : Call to DID1 must be directed to PH1 , DID2 to PH2 and DID3 to PH3 etc In iax.conf I have : [Username1] ;DID1 type=user username=Username11 ;secret=blah host=X.X.X.X context=fromisp1 [Username2] ;DID2 type=user username=Username2 host=X.X.X.X context=fromisp1 [Username3] ;DID3 type=user username=Username3 host=X.X.X.X context=fromisp1 For each of the iax connection I have defined section with type user. In extension.conf I have : [fromisp1] exten => s,1,Dial(SIP/1235) exten => _X.,1,Dial(SIP/1235) exten => h,1,Hangup Every incoming call enters contex...
2020 Apr 09
3
Delete Phabricator metadata tags before committing
...ctetur adipiscing elit. Quisque >> mauris neque, porta nec tristique at, sagittis vel nisi. Fusce pharetra >> nunc et mauris consequat venenatis. >> >> Reviewers: username0, username1 >> >> Reviewed By: username0 >> >> Subscribers: username2, username3, llvm-commits >> >> Tags: #llvm >> >> Differential Revision: https://reviews.llvm.org/Dxxxxx >> >> These Phabricator metadata lines (`Reviewers:`, `Reviewed By:`, etc) are >> created automatically when the author uploads the patch via `arc diff >&g...
2020 Jan 04
2
[EXTERNAL] Re: Delete Phabricator metadata tags before committing
...orem ipsum dolor sit amet, consectetur adipiscing elit. Quisque mauris > neque, porta nec tristique at, sagittis vel nisi. Fusce pharetra nunc et > mauris consequat venenatis. > > Reviewers: username0, username1 > > Reviewed By: username0 > > Subscribers: username2, username3, llvm-commits > > Tags: #llvm > > Differential Revision: https://reviews.llvm.org/Dxxxxx > <https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Freviews.llvm.org%2FDxxxxx&data=02%7C01%7Candya%40microsoft.com%7Cfa22dca30ad64a56b98508d78f940ec0%7C72f988bf86f14...
2016 Jul 27
0
NT4-Style Auth & Roaming Profiles Only?
...to those places to which I should be able. At least I don't *think* it's permissions. In perusing the logs, with debug turned up, I see things like smbd_check_access_rights: file username.V2 requesting 0x20080 returning 0x20000 (NT_STATUS_OK) smbd_check_access_rights: file username3.V2 requesting 0x80 returning 0x0 (NT_STATUS_OK) which makes me wonder if the code's not broken. (The thing's lying. The user's id is "Domain User", the directory is group "Domain User" and the permissions were "rwxrwxrwt".) I find more than a littl...
2013 May 17
0
Domain name and separator into username
i setup a RedHat server with samba/kerberos/winbind. I can retrieve my user and groups with wbinfo -u and wbinfo -g. BUT in the listings, the name appears like that : wbinfo -u DOMAIN+username1 DOMAIN+username2 DOMAIN+username3 DOMAIN+username4 If i try to authenticate a user with wbinfo -a username1%password i've got this error : plaintext password authentication failed error code was NT_STATUS_NO_SUCH_USER (0xc0000064) error messsage was: No such user Could not authenticate user username1%password with plaintext pa...
2020 Jan 06
2
[EXTERNAL] Re: Delete Phabricator metadata tags before committing
...>>> mauris neque, porta nec tristique at, sagittis vel nisi. Fusce pharetra >>> nunc et mauris consequat venenatis. >>> >>> Reviewers: username0, username1 >>> >>> Reviewed By: username0 >>> >>> Subscribers: username2, username3, llvm-commits >>> >>> Tags: #llvm >>> >>> Differential Revision: https://reviews.llvm.org/Dxxxxx >>> <https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Freviews.llvm.org%2FDxxxxx&data=02%7C01%7Candya%40microsoft.com%7Cfa22dca3...
2016 Jul 27
1
NT4-Style Auth & Roaming Profiles Only?
...e able. > > At least I don't *think* it's permissions. In perusing the logs, with > debug turned up, I see things like > > smbd_check_access_rights: file username.V2 requesting 0x20080 > returning 0x20000 (NT_STATUS_OK) > smbd_check_access_rights: file username3.V2 requesting 0x80 > returning 0x0 (NT_STATUS_OK) > > which makes me wonder if the code's not broken. (The thing's lying. > The user's id is "Domain User", the directory is group "Domain User" > and the permissions were "rwxrwxrwt".)...
2006 Jul 02
2
searchbar help!
..._to_many relashinship - - users and groups ( and groups_users, accordingly). in my view index.rhtml i have a list of users that each are associated to a couple of groups (say: user1: email1, username1, otherfields1, + g1 g2 g4 user2: email2, username2, otherfields2, + g1 g2 g4 g5 user3: email3, username3, otherfields3, + g1 g3 g4 etc... my need is to implement a searchbar that will look through all the users associated with the groups that were chosen, along with the query that was inputted in the search field, and find the corresponding ones, and display them. the searchbar looks like this:...
2018 Sep 24
1
List of Expired Accounts?
Hi All, Is there a built-in command to get a list of all expired accounts, or output a list of all users and expiration date? All the scripts I find seem to be PowerShell scripts that relay on some "Web Service" that I don't have or do one user at at time. Or if anyone has a script they are willing to share, that would be greatly appreciated. I'm primarily looking for a way to