Displaying 3 results from an estimated 3 matches for "dfd2".
Did you mean:
df2
2003 May 22
2
libpri and zap lib
...dules:
modprobe zaptel
modprobe tor2
3. edit the /etc/zaptel.conf, the run zaptel/ztcfg to configure the modules
4. run my program
My program will do the followings:
1. open D-channel /dev/zap/16 , /dev/zap/48 and run pri routine on it:
dfd1 = open("/dev/zap/16", O_RDWR);
dfd2 = open("/dev/zap/48", O_RDWR);
pri1 = pri_new(dfd1, node, swtype);
pri2 = pri_new(dfd2, node, swtype);
/* check and handle the ISDN events on pri1, pri2 as shown in pritest.c*/
2.detect DTMF, play audio file, bridge channels, disconnect channels with zap functions:
zap_get...
2019 Mar 27
3
samba 4.9.5 - joining Samba DC to existing Samba AD failed
...Class: top
objectClass: person
objectClass: organizationalPerson
objectClass: user
objectClass: posixAccount
cn: Administrator
description: Built-in account for administering the computer/domain
instanceType: 4
whenCreated: 20190227200715.0Z
uSNCreated: 3626
name: Administrator
objectGUID: 17f000a0-dfd2-46a1-a96d-3e6b55438d92
userAccountControl: 512
badPwdCount: 0
codePage: 0
countryCode: 0
badPasswordTime: 0
lastLogoff: 0
primaryGroupID: 513
objectSid: S-1-5-21-9998-9997-9996-500
adminCount: 1
accountExpires: 9223372036854775807
sAMAccountName: Administrator
sAMAccountType: 805306368
objectCatego...
2019 Mar 26
2
samba 4.9.5 - joining Samba DC to existing Samba AD failed
Hi Tim and Rowland, thanks for Your support!
I was thinking about e.g. Python 2.7.15 compatibility (as newer Samba
versions require Python3), but You are right, here in DB can be problem
- first Samba AD DC was created by migrating Samba3 NT4 domain to Samba4
AD cca week ago (using 'samba-tool domain classicupgrade ...', according
to Samba Wiki):
On Tue, 26 Mar 2019 10:14:02 +1300
Tim