Hello All - I am currently useing ACS 5.2 and have no problem using Tacacs+ with AD access.
But with Radius it seems I can only get the Local identity store to work, does anyone know if you need to do something special to get Radius to work with active directory with Cisco ACS?
...enter it will ask for the old password, then the new, then to confirm then end's up with auth failed.
Using the following script.
enable secret *****
username admin privilege 15 password 0 *****
!
aaa new-model
!
aaa authentication login REMOTE_AUTH group tacacs+
aaa authentication login...
Use version 5.x of Java to do anything with Cisco. You can uninstall your current version and head over to oldversion.com and pick up the 5.x flavor...works everytime..70% of the time
...daCSV As OdbcDataAdapter
Dim dt As DataTable = New DataTable("ALL")
' cnCSV = New OdbcConnection("Driver={Microsoft Text Driver (*.txt; *.csv)};Dbq=" & DataFile.Directory.FullName & ";")
cnCSV = New OdbcConnection("Driver={Microsoft Excel Driver...
...Dim daCSV As OdbcDataAdapter
Dim dt As DataTable = New DataTable("ALL")
cnCSV = New OdbcConnection("Driver={Microsoft Text Driver (*.txt; *.csv)};Dbq=" & DataFile.Directory.FullName & ";")
daCSV = New OdbcDataAdapter("SELECT * FROM [" & DataFile.Name & "]", cnCSV)...
...having to manually load the .csv as i can't find a way to setup a schema to use a csv.
cnCSV = New OdbcConnection("Driver={Microsoft Text Driver (*.txt; *.csv)};Dbq=" & DataFile.Directory.FullName & ";")
So it's just whatever is on the grid that i made changes to i wanted to save off to...
I've been looking for a way to do this and i'm guessing that i will just read the datagrid line by line and export it out to a csv.
I'm using UltraGrid and i need to export it out to a CSV, does anyone have any VB code for this as all i can find is c# code.
Thanks!
Andrzejek - Good Point. It is working though and if i remove XXX = True after it finds something it will just loop forever, so while it might be bad code, it works.
Well, i didn't go that route i think i went a longer route but it does get the job done and gives me a text file with that i need :)
Dim PATH As String
Dim CARDCHECK As String
Dim PRICECHECK As String
Dim x As String
Dim ALLCHARS As String
Dim...
Ok so importing my path i was abled to find a trend as stated above.
All of the names i need will look like this
>NAME OF ITEM</A></TD>
So i will need to read that line and know that i need to chop off the </A></TD> at the end and grab everything that it has until it reaches a > then add that...
My problem was really wondering how can i tell it to extract the information that i need, reading the text file line by line really isn't that hard of an issue it's just the
"'Do something and read a line from the file sr.ReadLine."
is where I am drawing a blank
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.