search for: shortend

Displaying 9 results from an estimated 9 matches for "shortend".

Did you mean: shortens
2023 Oct 28
1
query account expired state
...LS", ??? "clientDomain":"SAMDOM", ??? "clientAccount":"CN=test 1 user,OU=User Accounts,DC=samdom,DC=com", ??? "workstation":"DC1", ??? "mappedAccount":"test1", ??? "mappedDomain":"SAMDOM" # Shortend output, removed irrelevant key/values ? } } ldbsearch -H /var/lib/samba/private/sam.ldb -s sub -b 'CN=test 1 user,OU=User Accounts,DC=samdom,DC=com' '(objectClass=user)' userAccountControl accountExpires accountExpires msDS-UserPasswordExpiryTimeComputed 2> /dev/null # recor...
2005 Feb 28
6
Trouble w/ transparent proxy in DMZ (fwmark, tc)
2023 Oct 28
1
query account expired state
...;clientDomain":"SAMDOM", > ??? "clientAccount":"CN=test 1 user,OU=User > Accounts,DC=samdom,DC=com", "workstation":"DC1", > ??? "mappedAccount":"test1", > ??? "mappedDomain":"SAMDOM" > # Shortend output, removed irrelevant key/values > ? } > } > > ldbsearch -H /var/lib/samba/private/sam.ldb -s sub -b 'CN=test 1 > user,OU=User Accounts,DC=samdom,DC=com' '(objectClass=user)' > userAccountControl accountExpires accountExpires > msDS-UserPasswordExpiryT...
2003 Jun 18
0
Shortened service name results in inaccessible files
...n2k clients. Two clients have been identified which repeatedly fail to open a certain tif file. I got the following error message: [2003/06/18 16:23:33, 0] smbd/service.c:make_connection(252) mmag-wrk-055 (10.100.1.133) couldn't find service teamfolde The service "teamfolde" is shortend (perhaps by the logging code?), the share is named "teamfolders". There are currently no other known systematic errors or configuration issues. Trying several logging levels including 10 did not result in helpful results because I cannot correlate the messages without a kind of trans...
2009 Apr 25
1
GlusterFS on a FreeBSD-Server
...crash, without any error notification. I've made some read&write-tests with a client with bonnie++ and read some mails at another client. serverside: http://www.physik.tu-berlin.de/~frendor/glusterfs/glusterfsd.log (73MB) http://www.physik.tu-berlin.de/~frendor/glusterfs/glusterfsd_cut.log (shortend to 1 MB) clientside: http://www.physik.tu-berlin.de/~frendor/glusterfs/glusterfs_client.log the second one was when i shutdown the clients. nothing special was performed. The logfiles give some hints here: from second_glusterfsd_cut.vol > 2009-04-23 22:27:08 D [inode.c:336:__inode_retire] hom...
2023 Oct 28
1
query account expired state
On Fri, 27 Oct 2023 23:48:22 +0200 Kees van Vloten via samba <samba at lists.samba.org> wrote: > Hi Team, > > Is it possible to make a LDAP-query that returns whether an account > is expired or not? > > I am aware that it is possible to do the maths against the > "accountExpires" attribute, but that requires some scripting around > the query. > >
2016 Jan 12
1
Some llvm questions (for tgsi backend)
...s are printed in the > TGSIRegisterInfo.td file which should fix this. OK, so I've managed (easy) to change things so that now I get (i.e.) : UADDs TEMP[1].x, TEMP[1].x, TEMP[1].z This is however not correct TGSI, correct would be: UADD TEMP[1].x, TEMP[1].xxxx, TEMP[1].zzzz Which may be shortend to: UADD TEMP[1].x, TEMP[1], TEMP[1].zzzz TGSI will automatically use the dest vector component from the sources, and if you want to use another component you need to specify a swizzle order, which is the 4 components in an alternate order. I'm not quite sure yet how to deal with this. Rega...
2023 Oct 28
1
query account expired state
...ot;SAMDOM", >> ??? "clientAccount":"CN=test 1 user,OU=User >> Accounts,DC=samdom,DC=com", "workstation":"DC1", >> ??? "mappedAccount":"test1", >> ??? "mappedDomain":"SAMDOM" >> # Shortend output, removed irrelevant key/values >> ? } >> } >> >> ldbsearch -H /var/lib/samba/private/sam.ldb -s sub -b 'CN=test 1 >> user,OU=User Accounts,DC=samdom,DC=com' '(objectClass=user)' >> userAccountControl accountExpires accountExpires >>...
2016 Jan 11
4
Some llvm questions (for tgsi backend)
Hi, After a few distractions I'm back to work on the llvm tgsi backend. I've added clang integration and I can now compile a simple opencl program to something which sort of looks like tgsi. You can find my latest work on this here: http://cgit.freedesktop.org/~jwrdegoede/llvm http://cgit.freedesktop.org/~jwrdegoede/clang (the latter may still need to sync) I've a little test