Manually adding AD user or Group mail address in SCSM 2012 R2 Configuration item

Hi ,
Since in our AD environment  some of the AD user's mail Id attribute is null, I  added the
smtp mail Address value in SCSM 2012 R2 user configuration item ,
After the AD connector synchronization, the manually entered mail Id is removed. I have also checked the property
do not write null values for the property not set in AD in the Connector properties
But still , the manually entered mail id is removed by SCSM
so is it not the correct way  to add mail id manually ???
Any suggestions???
The mail Id property is required for mail notification feature in our environment

the long and short of this is that the AD connector is behaving as designed and correcting values in SCSM from the authoritative source in AD.
The connector should not be blanking values with that checkbox set. are you sure AD is actually
Null, and not either an empty string or white-space characters? Can you reproduce this with other users? Might be worth reporting this if there is actually a bug in the connector. 
Why wouldn't you set the Mail attribute in AD? there isn't any good reason for this to be null. 

Similar Messages

  • Submitting form's contents to user-specified e-mail addresses

    Is it possible to send the contents of a form to a user specified e-mail address (that is different each time) and include the attachments that were uploaded using the File Upload button?

    Hi Don,
    If you look at the email line of script, you will see that I am adding the CC variable at the END of the cURL string.
    event.target.submitForm({cURL:"mailto: "+ vEmail +"?subject=" + vSubject +"&body=" + vBody + vCC,cSubmitAs:vFormat,cCharset:"utf-8"});
    vCC is put at the end of the mailto string because it starts with an "&cc=", which is missing from my script above. (in my defense I was scripting on the side of the road, from memory )
    // Declare the variable
    var vEmail;
    var vCC = "";
    // Check that the email field is not null
    if (txtToAddress.rawValue !== null) {
         vEmail = txtToAddress.rawValue;
    // Look at cc fields over three if statements
    if (ccEmail.rawValue !== null){
         vCC = "&cc=" + ccEmail.rawValue + ";";
    if (ccEmail.rawValue !== null && MEAdminEmail.rawValue !== null){
         vCC = vCC + MEAdminEmail.rawValue;
    else if (ccEmail.rawValue === null && MEAdminEmail.rawValue !== null)  {
         vCC = "&cc=" + MEAdminEmail.rawValue;
    // Send email
    event.target.submitForm({cURL:"mailto: " + vEmail + "?subject=MAR Assignment" + vCC,cSubmitAs:"PDF",cCharset:"utf-8"});
    That should work,
    Niall

  • Has anyone found a solution to sending mail to groups in Mavericks? I've been given 2 approaches - 1 to type user name group into address and the other to go to address book and right click on group. Neither are satisfactory. Does anyone have a solution?

    Has anyone found a solution to sending mail to Groups in Mavericks? I've been given two solutions - neither are satisfactory. One is to type name of group into address line, the other is to go to address book and right click on group.

    thanks a lot for your kind help... saved me a lot of time and effort, could not believe it at first that the process is so simple but once i followed the steps it worked fine. appreciate your help.

  • I have changed the user-id e-mail address. Bought a new MacBookPro, updated my Appleid and some purchased apps do not appear.

    I have changed my AppleId's e-mail address and thus the Appleid user name. I bought a new MacBookPro and updated my Appleid info. The problem is that it does not list all the Apps bought. I have only one iphone connected to it. My daughter has an ipad and had purchased a lot of apps using the old user-id. She had the ipad linked to another computer. However, the ipad does not switch on and from Apple Support they told me that it would be better if I restore it using a Mac. So my question is: if I restore it using the Mac, how would all these apps be synced since they do not appear on my iTunes on the Mac? Shouldn't all the apps appear since I have bought them?
    I would appreciate a reply.
    Kind Regards,
    Dimitra

    I have the same issue. The new address is fine when I use iTunes and on my iCloud account, but my iPhone has my old e-mail address and when I try to change it won't accept my new or old password to be able to do so.

  • Adding a name to Group in Address book

    I am using Lion - I have added a new contact to my address book and put it into the group it belongs to.  It stays blue for some reason - then when I try to send an EMail to the group it tells me this new EMail address I just added is not a valid email address ( ... @gmail.com) and I know it is correct. Seems to happen alot, very frustrating.  What could I be doing wrong?  I have deleted card and re-entered as new and it still keeps happening.  Hope someone can help me.  Thank you.

    It's DEFINITELY a bug! My wife's name is "Jac" and every time I correct the address book to be "Jac" with no surname (or no Christian name and "Jac" as the surname) with in a day or so her contact is listed as "Jac Jac."
    It's not listed this way anywhere else. Her emails to me are listed with her full name, not Jac Jac.
    I just checked and she was in my previous recipients listed as Jac Jac, so perhaps if I remove that entry from the previous recipients of all my machines this might stop. But it must have started somewhere!

  • Adding a user to group in OID based on provisioning of a generic connector

    Hi All,
    I have OIM 11g installed. Also I have created a generic connector and I provision it to the users. Now based on this, I was thinking of attaching a task in the process definition of the Generic connector I had created such that when the Create User happens, then I can get the task I created triggered so that I can add a user to a group in OID. I searched for some codes I could use for this but failed. Can someone please guide me as to what APIs and method calls I need to use to add a user in OID to a group. The group will be a static name and hence will not change over time. Say the name of the group is GenericConn so when I provision the generic connector to the user, in the OID the user's dn should be added as a Member to this GenericConn group present there. Please guide me.
    Thanks,
    $id

    I mapped the adapter variables as follows:
    User ID to Usr Key of User data
    orclguid to LDAP GUID of User data (I have LDAP Sync enabled in my OIM)
    PDataOrg to LDAP DN of User data
    GroupDN to literal value cn=GenericConn,cn=Groups,cn=new,cn=test,cn=com
    OrganizationDN to literal which is not populated with any value (same existed in the original AddUserToGroup task of OID Connector)
    And all other adapter variables apart from these to the Process Instance -> OID Server -> corresponding attribute details while mapping
    However when I provision the generic resource to the user, I get the task as rejected and the following error in the Resource History:
    Response:     DATA_ERROR
    Response Description:     Unknown response received
    Error Details
    Sep 12, 2012: Could not find IT asset value for Svr_key = 1985 and spd_key = 51.Setting task status... "DATA_ERROR" does not correspond to a known Response Code. >Using "UNKNOWN".In the OIM logs I see the following:
    com.thortech.xl.dataobj.util.tcAdapterTaskException: DATA_ERROR
         at com.thortech.xl.adapterfactory.events.tcAdpEvent.getITAssetParam(tcAdpEvent.java:1996)
         at com.thortech.xl.adapterfactory.events.tcAdpEvent.getRunTimeValue(tcAdpEvent.java:936)
         at com.thortech.xl.adapterfactory.events.tcAdpEvent.getRunTimeValue(tcAdpEvent.java:682)
         at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpOIDADDUSERTOGROUP.implementation(adpOIDADDUSERTOGROUP.java:57)
         at com.thortech.xl.client.events.tcBaseEvent.run(tcBaseEvent.java:196)
         at com.thortech.xl.dataobj.tcDataObj.runEvent(tcDataObj.java:2493)
         at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(tcScheduleItem.java:2919)
         at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(tcScheduleItem.java:553)
         at com.thortech.xl.dataobj.tcDataObj.insert(tcDataObj.java:602)
         at com.thortech.xl.dataobj.tcDataObj.save(tcDataObj.java:474)
         at com.thortech.xl.dataobj.tcORC.insertNonConditionalMilestones(tcORC.java:844)
         at com.thortech.xl.dataobj.tcORC.completeSystemValidationMilestone(tcORC.java:1162)
         at com.thortech.xl.dataobj.tcOrderItemInfo.completeCarrierBaseMilestone(tcOrderItemInfo.java:735)
         at com.thortech.xl.dataobj.tcOrderItemInfo.eventPostInsert(tcOrderItemInfo.java:172)
         at com.thortech.xl.dataobj.tcUDProcess.eventPostInsert(tcUDProcess.java:236)
         at com.thortech.xl.dataobj.tcDataObj.insert(tcDataObj.java:602)
         at com.thortech.xl.dataobj.tcDataObj.save(tcDataObj.java:474)
         at com.thortech.xl.dataobj.tcTableDataObj.save(tcTableDataObj.java:2906)
         at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.setProcessFormData(tcFormInstanceOperationsBean.java:710)
         at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.setProcessFormData(tcFormInstanceOperationsBean.java:426)
         at Thor.API.Operations.tcFormInstanceOperationsIntfEJB.setProcessFormDatax(Unknown Source)
         at sun.reflect.GeneratedMethodAccessor8619.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
         at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
         at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy377.setProcessFormDatax(Unknown Source)
         at Thor.API.Operations.tcFormInstanceOperationsIntfEJB_h6wb8n_tcFormInstanceOperationsIntfRemoteImpl.__WL_invoke(Unknown Source)
         at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
         at Thor.API.Operations.tcFormInstanceOperationsIntfEJB_h6wb8n_tcFormInstanceOperationsIntfRemoteImpl.setProcessFormDatax(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:85)
         at $Proxy178.setProcessFormDatax(Unknown Source)
         at sun.reflect.GeneratedMethodAccessor8618.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:198)
         at $Proxy376.setProcessFormDatax(Unknown Source)
         at Thor.API.Operations.tcFormInstanceOperationsIntfDelegate.setProcessFormData(Unknown Source)
         at com.thortech.xl.webclient.actions.DirectProvisionUserAction.handleVerifyProcessData(DirectProvisionUserAction.java:2077)
         at com.thortech.xl.webclient.actions.DirectProvisionUserAction.goNext(DirectProvisionUserAction.java:363)
         at sun.reflect.GeneratedMethodAccessor6536.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:269)
         at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(tcLookupDispatchAction.java:133)
         at com.thortech.xl.webclient.actions.tcActionBase.execute(tcActionBase.java:894)
         at com.thortech.xl.webclient.actions.tcAction.execute(tcAction.java:213)
         at org.apache.struts.chain.commands.servlet.ExecuteAction.execute(ExecuteAction.java:58)
         at org.apache.struts.chain.commands.AbstractExecuteAction.execute(AbstractExecuteAction.java:67)
         at org.apache.struts.chain.commands.ActionCommandBase.execute(ActionCommandBase.java:51)
         at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)
         at org.apache.commons.chain.generic.LookupCommand.execute(LookupCommand.java:305)
         at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)
         at org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:283)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1914)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:463)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at com.thortech.xl.webclient.security.CSRFFilter.doFilter(CSRFFilter.java:78)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.iam.platform.auth.web.PwdMgmtNavigationFilter.doFilter(PwdMgmtNavigationFilter.java:122)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthContextFilter.java:108)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Please let me know if a mapping is wrong somewhere out of the above mappings.
    Thanks a lot,
    $id

  • Group mail address not working

    Maverick 10.9.2 tilll not allow me to put groups into my email address bar.

    It sounds like your group contains one card. Mail will only use one email address per card when you compose to a group. You have control over which email address is selected, though. You can select the Edit > Edit Distribution List... menu item, then select a group, then click on an email address per group member to make it bold.

  • User E-mail address

    Hi ,
    Can anybody tell me the table from which i can select the user's E-mail address, with the help of the user id in the "where" clause of the "select" statement.
    Regards
    Naren Rathinavelu.

    hi ,
    Please try table <b>pa0105</b> it is an infotype for(Communications)
    the 2 fields used are
    USRID
    USRID_LONG
    but be careful with subtype...
    0001     SAP System User ID
    0005     Business Fax Number
    0010     Business e-mail
    0020     First Telephone Number at Work
    Based on the organisation you may have custom subtypes
    if for example you want to select business e-mail using a select query as follows
    SELECT SINGLE usrid_long FROM pa0105
      INTO wf_email_id WHERE
      pernr = p9051-pernr
      AND subty = '0010'
      AND    endda GE sy-datum
      AND    begda LE sy-datum.
    *Hope you found the above information useful
    Regards
    BX

  • Can't change e-mail addresses in Server 4.0

    I have noticed that whenever an e-mail is sent to a user on my server, a response is sent out to the sender from [email protected] saying "Recipient address rejected: User unknown in local recipient table". I went into the open directory tab on Server 4.0, and under each user on selecting "edit user", two e-mail addresses are listed - [email protected] and the alias I configured in server 3.2 on Mavericks. Unfortunately, I can neither add to or remove these, the + and - buttons are greyed out. This leaves me unable to resolve the issue, which is I assume that the aliases are no longer being recognised. I have tried a disk permissions repair, restarting the open directory and even the server but no change. Does anyone have any ideas?
    Thanks!

    Solved the issue... Helps if you click the lock to authenticate first! You need to bing down "Local network users" from the drop down for the lock to appear. I hadn't realised Apple had added this to v4.0.

  • LegacyExchangeDN in e-mail address

    I am having a tough time with a very specific behavior of Dynamics CRM 2013 and Exchange 2010.
    My configuration:
    - Machine 1: Windows 2008 R2 SP1 running Exchange 2010 SP3
    - Machine 2: Windows 2012 Standard running Dynamics CRM 2012 (6.0.2.51, DB 6.0.2.51)
    Both servers are in a single domain network in the same LAN. All servers are members of the same domain. There are two domain servers running Windows 2008 R2 machines.
    The CRM users are also domain users with Exchange accounts. CRM and Exchange are set up to synchronize using the Exchange email server profile in CRM. It uses impersonation and credentials stored in the email server profile.
    Everything is running smoothly: all user data for the user accounts synchronize OK (e-mail leads, contacts, etc.). So far so good.
    Now the problem:
    When we define a contact that is also (redundantly) configured as a CRM user with a synchronized Exchange account the user's e-mail address in the remains in the correct form:
    [email protected]
    for a few minutes. However, after that it automatically changes to the following format:
    /o=UMN/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=username
    "UMN" is the legacy Exchange organisation name from the AD treeCN=UMN,CN=Microsoft (Exchange,CN=Services,CN=Configuration,DC=domain,DC=com).
    This only happens to users who are both CRM users AND are redundantly entered in the contact list. It does not happen to email addresses of users who are in the contact list, are Exchange users, but are NOT CRM users (i.e. are not synchronized between Exchange
    and CRM). Everything else works splendidly.
    How could that be fixed?
    Thank you in advance!

    Did you get any help on this issue? I have the exact same problem....

  • Automator Group mail but no attachment

    Hi All,
    Trying to send out a group mail with an attachment.
    The group mailer is working fine except that the attachment is not being added to the group mail generated messages (only to the first message)
    The message is otherwise fine
    My workflow is as follows:
    New Mail Message (Mail) Options: Show action when run: checked
    Ask For Finder Items (Finder) Prompt: "Choose Mail Attachments", Allow Multiple Selection: checked
    Add Attachments to Front Message
    Get Specified Address Book Items (Address Book) Options: Show this action when the workflow runs: checked
    Group Mailer (Address Book) Add Greeting: checked (optional)
    Send Outgoing Messages (Mail)
    Please help!
    Thanks
    M.

    Hi All,
    Trying to send out a group mail with an attachment.
    The group mailer is working fine except that the attachment is not being added to the group mail generated messages (only to the first message)
    The message is otherwise fine
    My workflow is as follows:
    New Mail Message (Mail) Options: Show action when run: checked
    Ask For Finder Items (Finder) Prompt: "Choose Mail Attachments", Allow Multiple Selection: checked
    Add Attachments to Front Message
    Get Specified Address Book Items (Address Book) Options: Show this action when the workflow runs: checked
    Group Mailer (Address Book) Add Greeting: checked (optional)
    Send Outgoing Messages (Mail)
    Please help!
    Thanks
    M.

  • Group Mail (BCC)

    Prior to installing snow leopard I would be able to just click on my "group" email addresses in my address book and send it into BCC and one address into the To box. That worked well. Now when I click on the group mail address the first name in the group is highlighted and when I try to put the group into BCC only the first name that is highlighted goes into BCC. Following me so far? Now if I highlight all the names in the group and click on BCC they all go into the BCC box which works. How can I prevent the highlighting of one email in the group list? Every time I open the group list one name is highlighted, and it doesn't have to be the first name on the list either. And why should any in the group of addresses be highlighted in the first place? I can't unhighlight the one email. If the one address wasn't highlighted I would be able to just click on "Group" and all addresses would go into BCC. I hope I detailed this okay.
    Thanks for a reply.

    I think that this is a straightforward bug with Snow Leopard. I use groups on a daily basis to email folk. Prior to SL everything worked fine. Now when I choose a group only the first name in the group is added to the mail message.
    I hope Apple sort this soon.

  • How to do Server 2012 R2 Network Policy Server MAC Authentication without adding ad users?

    I have a Network Policy Server running on Server 2012 R2.  I have set it up to do certificate and PEAP authentication for our 802.1x wireless authentication
    and that works great.
    Now I want to add a policy to this server so I can also do MAC address authentication our unauthenticated open wireless ssid so i can assign roles based on the
    mac address.  I got our Aruba controller setup to send the mac address to the radius server, but the radius server just denies access because I am not sure how to get it to use themsNPCallingStationID attribute. 
    I have found several ways do to this included adding active directory users for every single MAC address with the mac address as the username and password.  I
    do not want to do that.  This is not an option.
    I have also found several posts about using ieee802Device.  I can't find a way to get that to work.
    I also found a suggestion to use msNPCallingStationID ad attribute.  I can easily set this for each user as their mac addresses but how do I configure the
    NPS server to use this attribute to authenticate this?
    If you have any other ideas on how to get MAC authentication to work, I would greatly appreciate it!
    Thank you for your assistance!

    Hi,
    I think you may have some misunderstand about the MAC address Authorization, MAC address authorization is based on the MAC address of the network adapter installed in
    the access client computer. Like ANI authorization, MAC address authorization uses the Calling-Station-ID attribute instead of user name and password or certificate-based credentials to identify the user during the connection attempt.
    MAC address authorization is performed when the user does not type in any user name or password, and refuses to use any valid authentication method. In this case, Network
    Policy Server (NPS) receives the Calling-Station-ID attribute, and no user name and password. To support MAC address authorization, Active Directory Domain Services (AD DS) must have user accounts that contain MAC addresses as user names, therefore you need
    add the MAC address as the computer user name and password,
    To use the MAC address as user name and password is Cisco® switch require condition, about your switch device please ask your hardware vendor.
    If you want to combine the MAC address MAC filtering and
     EAP Authentication, you can refer the following related article:
    Enhance your 802.1x deployment security with MAC filtering
    http://blogs.technet.com/b/nap/archive/2006/09/08/454705.aspx
    More information:
    MAC Address Authorization
    http://technet.microsoft.com/en-us/library/dd197535(v=ws.10).aspx
    Authorization by User and Group
    http://technet.microsoft.com/en-us/library/dd197615(v=ws.10).aspx
    The similar thread:
    NPS: Override User-Name and User Identity Attribute
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/6dd983f9-973f-4d23-be0c-032d3a1592d0/nps-override-username-and-user-identity-attribute?forum=winserverNAP
    The related third party article:
    Configuring IEEE 802.1x Port-Based Authentication
    http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3550/software/release/12-2_25_see/configuration/guide/3550SCG/sw8021x.html#wp1170569
    MAC Filters with Wireless LAN Controllers (WLCs) Configuration Example
    http://www.cisco.com/c/en/us/support/docs/wireless-mobility/wlan-security/91901-mac-filters-wlcs-config.html#backinfo
    Hope this helps.

  • How to create a group mailing list in JavaMail?

    Hello,
    I've been searching through the entire API, specifically the InternetAddress class and I can't seem to find out how to create a group/mailing list. Does anyone know how to do this?
    That is, I would like to be able to group a bunch of e-mail addresses together and give that group a name "my friends". Then send it off using this 'group mail address' as opposed to an array of InternetAddress[]. Then when the recipients receive the e-mail, they see "my friends" in the To: field, instead of everyone's e-mail address...
    Is this possible in JavaMail? I've tried many things like creating an InternetAddress object passing in a comma-delimited list of e-mail addresses but it doesn't like it.
    Thanks in advance!

    Hi:
    I have the same problem. I've read JavaMail implements RFC 822 which allow mailing lists. But, �how can I implement it with JavaMail?
    Best regards,
    Fabio Galarraga.

  • WLS Users and Groups interface questions / observations

    I'm new to WLS, having just installed OBIEE 11g for the first time. There are some oddities in WLS around setting up Users that I'd like to ask about, to see if I'm just missing something, or if the interface really IS this bad. Please feel free to comment in any way, or to correct any statements that are erroneous. Here goes:
    1. The use of Previous and Next buttons instead of a vertical scroll bar for finding users and groups in their respective lists. What if you have several hundred users, and the one you want to modify starts with the letter 'Z'? That means clicking the Next button several dozen times. (Security Realms … myrealm … Users and Groups … Users) Not only is there no scroll bar, there's no search box either. The only way to get to a user near the end of the alphabetical listing is the Next button. Is that correct?
    2. After adding a new user, what's the next most logical thing to want to do? How about assigning that user to Groups? So why do I have to click Next several times to find that new user in the alphabetical list? I don't see a sortable 'Date Modified' field for the table of users, nor a link to the "Most Recently Added" user. Nor can I assign groups during the same action as creating the user. In the example in #1, I might have to click Next several dozen times to get to the user I just added. Is that correct?
    3. When creating a new User, immediately after clicking New, where is the most likely place that I'd want to go? How about the Name field? Right now, the cursor rests in some indeterminate location. I have to hit the Tab key 14 times, or move the mouse into the Name box and click it. The active cursor position does not default to the Name box when creating a new user. Is that correct?
    4. I don't see a 'Create Like' button for creating Users, so that existing group membership can be easily replicated. I'd like to be able to add a new employee by clicking to highlight an existing user from the same department, clicking a 'Create Like' button, then entering a new user name and password, with all group memberships assigned automatically based on the source user. The same could be said for replicating groups. I don't think that exists. Is that correct?
    5. I don't see a clean way to return to the User list on the page on which I clicked a user name. Imagine that I'm going through my entire list of users one at a time to set an attribute. I click on the user JSMITH and set the attribute. The only way to get back to JSMITH's page and select the next user list is to hit the browser's back button three times, or to click the Users and Groups breadcrumb at the top of the screen and use the Next link multiple times to find that page again. Is that correct?
    6. I don't see a way to bring up a Group and assign Users to it from a list. It appears that the only way to assign a User to a Group is to access a User profile and click Groups. If we're creating a new group that has 200 users selected from a list of 500 users, that could potentially represent somewhere between 5000 and 10000 mouse clicks. It would be much more efficient to be able to bring up a group, then select its members from a list of users. That does not appear to be possible. Is that correct?
    7. It also appears that when assigning groups for Users, the list of Available Parent Groups sorts the lowercase entries after all uppercase entries, so that groups that start with the letter 'a' fall after groups that start with 'Z'. That is not the case with the list of users. The User table uses a case-insensitive sort. Is that correct?
    8. When I want to delete more than one User, and the ones that I want to delete are on different pages, there appears to be no way to select those users from multiple pages at the same time. So, imagine that I have 500 users, and I want to delete two users, one of whom is listed on page 48, and the other on page 50. I would have to click the Next button 47 times to find the first user and delete it. At that point, the interface returns to page 1, and I have to click the Next button 49 times to reach the second user. Is that correct?

    Hi,
    Regarding your first question, you might want to press the "Customize this table" button, then select the maximum allowed amount of rows in "Number of rows displayed per page:" that would resolve some of the problems you're having with the interface. I do think this is not a great graphical tool, and there are some usability issues.
    Regarding the adding of users to groups, it seems the way you describe is the only way of doing it, however you could try using a script instead of the graphical console, the easiest way of making it is adding a user to a group while using the "Record" button on the top of the screen to get a wlst script to use as a model, then create a new script with all new users you want to add/modify.
    Regards,
    Franco.

Maybe you are looking for

  • Trouble with wireless n and smb shares

    I have a bit of a per-plexer here. I have a personal mac that up until a little while ago, ran 1.5.8 flawlessly for six months since i had it. This included a lot of mounting my windows 7 file server and watching movies or listening to music over wir

  • WRONG configuration

    Hey I changed my video configuration from 1280x960 pixels to 1280x1024 and now the monitor says it is out of frequency before shuts it self down... i cant change the configuration back because all i see its a black screen..WHAT THE RECK am i suppose

  • Viewing Other Schema In SQL Developer

    Hi, I did a search in the Forum and none of the posts I have found has been able to solve my problem so I'm here with my hat in hand asking for some advice. I was recently given SQL Developer to replace what I had been using and, on my own, have been

  • Elements 4.0 - OS X 10.9.3

    I have Photoshop Elements 4.0 - I have a Mac running 10.9.3 - Do I need to update or upgrade?

  • Speeding up jsp

    Speeding up jsp Posted: Aug 4, 2004 1:07 PM Reply Hello, I'd like to know about ways to speed up a java application. We're using jsp java beans on a webserver running Apache/Tomcat 4.1.18. It's accessing database information through ODBC from a Micro