search for: dsget

Displaying 6 results from an estimated 6 matches for "dsget".

Did you mean: dbget
2007 Nov 28
1
Subject: Query a Windows 2003 AD server for specific
...more complicated. Each school has it own OU. Therefor, the Windows admins created a path that is similar to this \\server\"OUname"\"username" The problem is there are 10000 students divided between 30 OUs. Thanks in advance. ------------------- You need to get dsquery and dsget , should be part of the "bonus pack" of Win2003 Server, then you can create queries like following dsquery user -samid $uid|dsget user -hmdir and you get that: $uid stands for accountname \\$server\userdirs$\$username Or dsquery user -name $user_name*|dsget user -hmdir and you wi...
2017 Mar 17
2
rename Administrator account
Hi all,   Renaming the admin account in Windows server context is a popular measure to make the network more safe.  Can we do this also in Samba 4? Are there any negative consequences?   Met Vriendelijke Groet, Kind Regards, Salutations,     Bart Coninckx Bits 'n Tricks BVBA   Hoge Mierdse Heide 182 2360 Oud-Turnhout tel. +32 14 480 820 gsm +32 478 88 33 08 info at bitsandtricks.com
2017 Mar 21
1
rename Administrator account
...cite what >an account can do. >However, I don't understand how renaming the admin account improves the >security. For example, every domain user can easily find out who is a >member of the "Domain Admins" group: >> dsquery group -name "Domain Admins" | dsget group -members "CN=DomAdm,CN=Users,DC=samdom,DC=example,DC=com" >Regards, >Marc Hi Marc,   I agree that is not the holy grail of security, but as an average user is not able to do a dsquery, it has some added value. My customer asked me this, so I now I can tell him that it its...
2012 Jul 24
1
igraph build problems
...o cs_util.o cs_utsolve.o decomposition.o dgetv0.o distances.o dlaqrb.o dmout.o dnaitr.o dnapps.o dnaup2.o dnaupd.o dnconv.o dneigh.o dneupd.o dngets.o dqueue.o drl_graph.o drl_graph_3d.o drl_layout.o drl_layout_3d.o drl_parse.o dsaitr.o dsapps.o dsaup2.o dsaupd.o dsconv.o dseigt.o dsesrt.o dseupd.o dsgets.o dsortc.o dsortr.o dstatn.o dstats.o dstqrb.o dvout.o eigen.o error.o evolver_cit.o f2c_dummy.o fast_community.o feedback_arc_set.o flow.o foreign-dl-lexer.o foreign-dl-parser.o foreign-gml-lexer.o foreign-gml-parser.o foreign-graphml.o foreign-lgl-lexer.o foreign-lgl-parser.o foreign-ncol-lexer....
2020 Mar 19
0
Computer in Samba 4.3.11 domain - logon server unavailable
...ing useful. We've just seen the IP successfully connecting to port 445, but nothing else. > Could it be a SID problem? > > > Another error I found in event log is: > NETLOGON 5719: Unable to establish secure connection to a domain controller. > > I checked with > nltest /DSGET:DOM > nltest /DNSGET:DOM > and the first return all the domain information, the latter just report "Command executed correctly". > > > smb.conf: > > [global] > name resolve order = lmhosts hosts bcast > force group = adm > pam password change =...
2020 Mar 19
2
Computer in Samba 4.3.11 domain - logon server unavailable
...g level but it won't report anything useful. We've just seen the IP successfully connecting to port 445, but nothing else. Could it be a SID problem? Another error I found in event log is: NETLOGON 5719: Unable to establish secure connection to a domain controller. I checked with nltest /DSGET:DOM nltest /DNSGET:DOM and the first return all the domain information, the latter just report "Command executed correctly". smb.conf: [global] name resolve order = lmhosts hosts bcast force group = adm pam password change = yes browsable = yes server signing = aut...